Fix color in toolbars

This commit is contained in:
art1fa
2018-02-13 15:00:03 +01:00
committed by Moxie Marlinspike
parent 6dd8300c73
commit feee09cd28
2 changed files with 5 additions and 2 deletions

View File

@@ -14,7 +14,6 @@
<android.support.design.widget.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:theme="?attr/actionBarStyle"
android:background="?attr/colorPrimary">
<org.thoughtcrime.securesms.giph.ui.GiphyActivityToolbar
@@ -29,6 +28,7 @@
android:id="@+id/tab_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:theme="?attr/actionBarTabBarStyle"
android:scrollbars="horizontal"/>
</android.support.design.widget.AppBarLayout>