mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-21 10:15:23 +12:00
add dynamic color option
This commit is contained in:
parent
3c25be4c63
commit
7543b04618
1 changed files with 8 additions and 1 deletions
|
@ -11,4 +11,11 @@
|
||||||
<Preference app:title="@string/black"/>
|
<Preference app:title="@string/black"/>
|
||||||
|
|
||||||
</com.panda3ds.pandroid.view.preferences.SingleSelectionPreferences>
|
</com.panda3ds.pandroid.view.preferences.SingleSelectionPreferences>
|
||||||
</PreferenceScreen>
|
|
||||||
|
<SwitchPreference
|
||||||
|
android:key="dynamic_colors"
|
||||||
|
app:title="Use Dynamic Colors"
|
||||||
|
app:summary="Dynamic colors will be used"
|
||||||
|
app:iconSpaceReserved="false"/>
|
||||||
|
|
||||||
|
</PreferenceScreen>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue