feat: settings patch

This commit is contained in:
oSumAtrIX 2022-07-31 12:15:26 +02:00 committed by GitHub
parent b3d8dc2219
commit 0e229a46cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 646 additions and 11 deletions

View 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>