OsmAnd/OsmAndCore-sample/res/values/styles.xml
2016-06-15 22:05:12 +03:00

11 lines
465 B
XML

<resources>
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="android:windowBackground">@color/windowBackgroundColor</item>
<item name="android:colorBackground">@color/windowBackgroundColor</item>
</style>
</resources>