mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 19:44:58 +00: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"/>
|
||||
|
||||
</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
Reference in a new issue