
- 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)
6 lines
178 B
XML
6 lines
178 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<style name="SwapTheme.StartSwap.StartButton">
|
|
<item name="android:textColor">#fff</item>
|
|
</style>
|
|
</resources> |