Nico Alt 03c5a224de fix #91: Material Design
- 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)
2015-06-15 21:19:14 +02:00

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>