Layout optimization/color picking.

This commit is contained in:
Anonymus Raccoon
2019-07-01 19:26:27 +02:00
parent 93b02e3080
commit d121b28c75
2 changed files with 2 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
<android.support.v7.widget.Toolbar
android:layout_width="match_parent"
android:id="@+id/backToolbar"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
android:layout_height="?attr/actionBarSize"
app:layout_collapseMode="pin"/>
</android.support.design.widget.CollapsingToolbarLayout>

View File

@@ -9,8 +9,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/contentLayout"
android:layout_marginBottom="56dp"
android:background="#212121">
android:layout_marginBottom="56dp">
<android.support.design.widget.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"