Skip to content

Commit

Permalink
chore: remove bottom navigation
Browse files Browse the repository at this point in the history
I\'ll still need to revisit this though.
  • Loading branch information
EdricChan03 committed Mar 21, 2018
1 parent 6693ec1 commit 560ab35
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,4 @@
app:elevation="8dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" />

<android.support.design.widget.BottomNavigationView
android:id="@+id/bottom_navigation"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="0dp"
android:layout_marginStart="0dp"
android:background="?android:attr/windowBackground"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:menu="@menu/bottom_nav"/>
</android.support.constraint.ConstraintLayout>

0 comments on commit 560ab35

Please sign in to comment.