feat: settings patch
This commit is contained in:
parent
6580f71392
commit
60866af97d
19 changed files with 646 additions and 11 deletions
14
src/main/resources/settings/host/values/arrays.xml
Normal file
14
src/main/resources/settings/host/values/arrays.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<resources>
|
||||
<string-array name="revanced_button_location_entries">
|
||||
<item>@string/revanced_button_location_entry_none</item>
|
||||
<item>@string/revanced_button_location_entry_player</item>
|
||||
<item>@string/revanced_button_location_entry_buttoncontainer</item>
|
||||
<item>@string/revanced_button_location_entry_both</item>
|
||||
</string-array>
|
||||
<string-array name="revanced_button_location_entry_values">
|
||||
<item>NONE</item>
|
||||
<item>PLAYER</item>
|
||||
<item>BUTTON_CONTAINER</item>
|
||||
<item>BOTH</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue