Skip to content

Commit 2484881

Browse files
lukstbitBrayanDSO
authored andcommitted
Fix SharedDecksActivity toolbar color for dark themes
This toolbar wasn't using the proper theme attribute appBarColor.
1 parent b64a565 commit 2484881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AnkiDroid/src/main/res/layout/activity_shared_decks.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
android:layout_height="wrap_content"
1818
android:minHeight="?attr/actionBarSize"
1919
android:theme="@style/ActionBarStyle"
20-
android:background="?attr/colorPrimary"
20+
android:background="?attr/appBarColor"
2121
app:popupTheme="@style/ActionBar.Popup"
2222
app:layout_constraintTop_toTopOf="parent"
2323
app:layout_constraintStart_toStartOf="parent"

0 commit comments

Comments
 (0)