You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kotatsu/app/src/main/res/values/arrays.xml

16 lines
451 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="themes">
<item>@string/automatic</item>
<item>@string/light</item>
<item>@string/dark</item>
</string-array>
<string-array name="reader_switchers">
<item>@string/taps_on_edges</item>
<item>@string/volume_buttons</item>
</string-array>
<string-array name="track_sources">
<item>@string/favourites</item>
<item>@string/history</item>
</string-array>
</resources>