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

@ -10,11 +10,7 @@
android:id="@+id/toolbarLayout"
android:layout_width="wrap_content"
android:layout_height="?attr/actionBarSize">
<include
android:id="@+id/toolbar"
layout="@layout/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" />
<include layout="@layout/toolbar" />
</LinearLayout>
<RelativeLayout