Skip to content

Commit

Permalink
bottom nav update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr-reny committed Sep 4, 2022
1 parent 4a10628 commit 652bf32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
tools:openDrawer="start">

<include
layout="@layout/app_bar_main"
layout="@layout/app_layout"
android:layout_width="match_parent"
android:layout_height="match_parent" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
app:popupTheme="@style/AppTheme.PopupOverlay" />

</com.google.android.material.appbar.AppBarLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/contentTextColor"
android:textSize="34sp"
android:text="Test"/>


<com.google.android.material.bottomnavigation.BottomNavigationView
Expand Down

0 comments on commit 652bf32

Please sign in to comment.