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>
|
|
|
|
|
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
|
|
|
|
|
|
|
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
|
|
|
|
|
|
|
|
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
|
|
|
|
|
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>
|
|
|
|
|
2016-06-04 17:28:05 +02:00
|
|
|
</resources>
|