mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-24 19:21:03 +00:00
14 lines
578 B
XML
14 lines
578 B
XML
<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> |