Fixed 'All Media' toolbar color mismatch.

In landscape, you'd see that the tabs were a different color from the
toolbar. This has been corrected so they're all the same color now.

Fixes #7578
Closes #7579
pull/1/head
Greyson Parrelli 6 years ago committed by Moxie Marlinspike
parent a573ab7c76
commit 5dc5503896

@ -23,6 +23,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="top"
android:background="?attr/media_overview_toolbar_background"
app:tabBackground="?attr/media_overview_toolbar_background"
app:tabIndicatorColor="@color/textsecure_primary"
app:tabSelectedTextColor="@color/textsecure_primary"/>

Loading…
Cancel
Save