Skip to content

Commit

Permalink
Update activity_main.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
yunowo authored Sep 3, 2017
1 parent 05a58b3 commit e828c74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
<RelativeLayout
android:id="@+id/fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
android:layout_below="@id/toolbar" />

<android.support.design.widget.BottomNavigationView
android:id="@+id/navigation_view"
Expand Down

0 comments on commit e828c74

Please sign in to comment.