2016-06-04 17:28:05 +02:00
|
|
|
<resources>
|
|
|
|
|
2018-06-03 23:28:04 +02:00
|
|
|
<style name="AppTheme" parent="Theme.AppCompat">
|
|
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
|
|
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
|
|
|
<item name="colorAccent">@color/colorAccent</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="AppTheme.NoActionBar" parent="Theme.AppCompat.NoActionBar">
|
2016-06-04 17:28:05 +02:00
|
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
|
|
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
|
|
|
<item name="colorAccent">@color/colorAccent</item>
|
|
|
|
</style>
|
|
|
|
|
2017-01-25 20:19:53 +01:00
|
|
|
<style name="AppTheme.base" parent="Theme.AppCompat.NoActionBar">
|
|
|
|
<item name="android:textColorSecondary">@color/mdtp_white</item>
|
|
|
|
</style>
|
2016-06-04 17:28:05 +02:00
|
|
|
|
2017-02-09 03:15:13 +01:00
|
|
|
<style name="Theme.AppCompat.Translucent" parent="Theme.AppCompat.NoActionBar">
|
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
<item name="android:windowBackground">@android:color/transparent</item>
|
|
|
|
<item name="android:colorBackgroundCacheHint">@null</item>
|
|
|
|
<item name="android:windowIsTranslucent">true</item>
|
|
|
|
<item name="android:windowAnimationStyle">@android:style/Animation</item>
|
|
|
|
</style>
|
|
|
|
|
2017-05-09 18:36:13 +02:00
|
|
|
<style name="ButtonSmallFontStyle">
|
|
|
|
<item name="android:textSize">10sp</item>
|
|
|
|
</style>
|
2016-06-04 17:28:05 +02:00
|
|
|
</resources>
|