mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 09:17:44 +00:00
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
This commit is contained in:
parent
a573ab7c76
commit
5dc5503896
@ -23,6 +23,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="top"
|
android:layout_gravity="top"
|
||||||
|
android:background="?attr/media_overview_toolbar_background"
|
||||||
app:tabBackground="?attr/media_overview_toolbar_background"
|
app:tabBackground="?attr/media_overview_toolbar_background"
|
||||||
app:tabIndicatorColor="@color/textsecure_primary"
|
app:tabIndicatorColor="@color/textsecure_primary"
|
||||||
app:tabSelectedTextColor="@color/textsecure_primary"/>
|
app:tabSelectedTextColor="@color/textsecure_primary"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user