15 lines
617 B
XML
Raw Normal View History

2022-01-16 18:19:59 +02:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
2022-06-30 13:32:08 +02:00
<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>
2022-01-16 18:19:59 +02:00
</string-array>
2022-06-30 13:32:08 +02:00
<string-array name="revanced_button_location_entry_values">
2022-01-16 18:19:59 +02:00
<item>NONE</item>
<item>PLAYER</item>
<item>BUTTON_CONTAINER</item>
<item>BOTH</item>
</string-array>
</resources>