Skip to content

Commit

Permalink
update: preferences_appearance.xml to use the custom preference layout
Browse files Browse the repository at this point in the history
  • Loading branch information
oyeraghib committed Apr 4, 2024
1 parent 0b77a51 commit 42ba730
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AnkiDroid/src/main/res/xml/preferences_appearance.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
app:useSimpleSummaryProvider="true"
search:ignore="true"/>
</PreferenceCategory>
<PreferenceCategory android:title="@string/background_image_title" >
<Preference
<PreferenceCategory android:title="@string/background_image_title"
app:allowDividerBelow="false">
<com.ichi2.anki.preferences.PreferenceSelectBackgroundImage
android:defaultValue="0"
android:key="@string/pref_deck_picker_background_key"
android:shouldDisableView="true"
android:icon="@drawable/wallpaper_icon"
android:title="@string/choose_an_image" />
/>
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_cat_reviewer" >
<Preference
Expand Down

0 comments on commit 42ba730

Please sign in to comment.