Standardize includes of toolbar (#2646)

This commit is contained in:
Adam Jones 2019-03-19 14:54:22 +00:00 committed by neslihanturan
parent adf23c257f
commit fd6c4821aa
13 changed files with 17 additions and 70 deletions

View file

@ -11,11 +11,7 @@
android:layout_height="match_parent"
android:orientation="vertical">
<include
android:id="@+id/toolbar"
layout="@layout/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<include layout="@layout/toolbar"/>
<androidx.cardview.widget.CardView
android:layout_width="match_parent"