OsmAnd/plugins/Osmand-Skimaps/res/values/styles.xml

14 lines
483 B
XML
Raw Normal View History

2016-12-09 15:37:50 +01:00
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="AppTheme" parent="Theme.AppCompat.Light.Dialog">
<item name="android:windowNoTitle">true</item>
<item name="android:buttonStyle">@style/AppButton</item>
</style>
<style name="AppButton" parent="Widget.AppCompat.Button.Colored">
<item name="android:textColor">@color/white</item>
</style>
</resources>