Skip to content

Commit

Permalink
fix(theme): bar colors in dark modes
Browse files Browse the repository at this point in the history
  • Loading branch information
BrayanDSO authored and mikehardy committed Nov 2, 2023
1 parent d63801c commit e4ca43b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AnkiDroid/src/main/res/layout/deck_picker_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
android:minHeight="?attr/actionBarSize"
android:layout_alignParentTop="true"
android:theme="@style/ActionBarStyle"
android:background="?attr/colorPrimary"
android:background="?attr/appBarColor"
app:popupTheme="@style/ActionBar.Popup"
tools:title="@string/search_deck"
tools:menu="@menu/deck_picker_dialog_menu">
Expand Down
2 changes: 1 addition & 1 deletion AnkiDroid/src/main/res/layout/studyoptions_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
android:minHeight="?attr/actionBarSize"
android:theme="@style/ActionBarStyle"
android:layout_alignParentTop="true"
android:background="?attr/colorPrimary"
android:background="?attr/appBarColor"
app:popupTheme="@style/ActionBar.Popup"
app:navigationContentDescription="@string/abc_action_bar_up_description"
app:navigationIcon="?attr/homeAsUpIndicator"/>
Expand Down

0 comments on commit e4ca43b

Please sign in to comment.