Match 8.1 design style

This commit is contained in:
Mygod
2018-05-09 18:57:20 -07:00
parent 138b1d553b
commit 4c17b0ed45
2 changed files with 24 additions and 3 deletions

View File

@@ -23,14 +23,22 @@
android:id="@+id/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_constraintBottom_toTopOf="@+id/line"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:menu="@menu/navigation"/>
<View
android:id="@+id/line"
android:layout_width="0dp"
android:layout_height="1dp"
android:background="@android:color/white"
android:elevation="9dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"/>
</android.support.constraint.ConstraintLayout>
</layout>