
- use 'com.android.support:appcompat-v7:22.0.0' instead of version 20.0.0 - ActionBar color: "F-Droid Blue" (also option for "F-Droid Green") - fix invisible swap button with Material Design - remove "Light + dark action bar" theme (as of Action Bar is always blue/green)
18 lines
391 B
XML
18 lines
391 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<resources>
|
|
<string-array name="updateIntervalNames">
|
|
<item>Never</item>
|
|
<item>Hourly</item>
|
|
<item>Every 4 Hours</item>
|
|
<item>Every 12 Hours</item>
|
|
<item>Daily</item>
|
|
<item>Weekly</item>
|
|
<item>Every 2 Weeks</item>
|
|
</string-array>
|
|
|
|
<string-array name="themeNames">
|
|
<item>Dark</item>
|
|
<item>Light</item>
|
|
</string-array>
|
|
</resources>
|