Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Jan 28, 2024
1 parent d259eb3 commit 936dd5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pandroid/app/src/main/res/xml/appearance_preference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<Preference app:title="@string/light"/>
<Preference app:title="@string/dark"/>
<Preference app:title="@string/black"/>

</com.panda3ds.pandroid.view.preferences.SingleSelectionPreferences>

<com.panda3ds.pandroid.view.preferences.IntegerListPreference
android:key="game_layout"
Expand All @@ -18,6 +20,5 @@
app:entryValues="@array/game_layout_entries_val"
app:useSimpleSummaryProvider="true"
app:refreshRequired="true" />

</com.panda3ds.pandroid.view.preferences.SingleSelectionPreferences>

</PreferenceScreen>

0 comments on commit 936dd5a

Please sign in to comment.