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/constants.xml

24 lines
723 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="empty" translatable="false" />
<string-array name="values_theme" translatable="false">
<item>-1</item>
<item>1</item>
<item>2</item>
</string-array>
<string-array name="values_reader_switchers" translatable="false">
<item>taps</item>
<item>volume</item>
</string-array>
<string-array name="values_reader_switchers_default" translatable="false">
<item>taps</item>
</string-array>
<string-array name="values_track_sources" translatable="false">
<item>favourites</item>
<item>history</item>
</string-array>
<string-array name="values_track_sources_default" translatable="false">
<item>favourites</item>
</string-array>
</resources>