AndroidAPS/app/src/main/res/values/styles.xml

18 lines
623 B
XML
Raw Normal View History

2016-06-04 17:28:05 +02:00
<resources>
<!-- Base application theme. -->
2016-06-24 23:20:38 +02:00
<style name="AppTheme" parent="android:Theme.Material">
2016-06-04 17:28:05 +02:00
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
<style name="AppTheme.base" parent="Theme.AppCompat.NoActionBar"></style>
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
</resources>