|
|
@ -2,7 +2,7 @@
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:id="@+id/toolbar"
|
|
|
|
android:id="@+id/toolbar"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="?attr/actionBarSize"
|
|
|
|
android:background="?attr/colorPrimary"
|
|
|
|
android:background="?attr/colorPrimary"
|
|
|
|
android:elevation="@dimen/elevation_toolbar"
|
|
|
|
android:elevation="@dimen/elevation_toolbar"
|
|
|
|
app:toolbarStyle="@style/Widget.AppCompat.Toolbar"
|
|
|
|
app:toolbarStyle="@style/Widget.AppCompat.Toolbar"
|
|
|
|