Skip to content

Commit

Permalink
Fix SharedDecksActivity toolbar color for dark themes
Browse files Browse the repository at this point in the history
This toolbar wasn't using the proper theme attribute appBarColor.
  • Loading branch information
lukstbit authored and BrayanDSO committed Feb 28, 2025
1 parent b64a565 commit 2484881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AnkiDroid/src/main/res/layout/activity_shared_decks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
android:layout_height="wrap_content"
android:minHeight="?attr/actionBarSize"
android:theme="@style/ActionBarStyle"
android:background="?attr/colorPrimary"
android:background="?attr/appBarColor"
app:popupTheme="@style/ActionBar.Popup"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down

0 comments on commit 2484881

Please sign in to comment.