2019-09-04 13:52:55 +02:00
|
|
|
<resources>
|
|
|
|
|
|
|
|
<style name="WulkanowyTheme" parent="BaseWulkanowyTheme" />
|
2017-03-09 21:29:23 +01:00
|
|
|
|
2019-08-26 20:54:20 +02:00
|
|
|
<style name="BaseWulkanowyTheme" parent="@style/Theme.MaterialComponents.Light">
|
2017-03-09 21:29:23 +01:00
|
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
2019-08-26 20:54:20 +02:00
|
|
|
<item name="colorSecondary">@color/colorPrimary</item>
|
|
|
|
<item name="colorOnSecondary">@android:color/white</item>
|
2019-10-03 21:13:01 +02:00
|
|
|
<item name="colorTimetableChange">@color/timetable_change_dark</item>
|
2019-08-26 20:54:20 +02:00
|
|
|
<item name="colorError">@color/colorError</item>
|
|
|
|
<item name="colorDivider">@color/colorDivider</item>
|
|
|
|
<item name="android:textColor">?android:textColorPrimary</item>
|
|
|
|
<item name="android:preferenceStyle">@style/PreferenceThemeOverlay</item>
|
2017-08-29 14:22:55 +02:00
|
|
|
</style>
|
|
|
|
|
2018-10-03 21:28:23 +02:00
|
|
|
<style name="WulkanowyTheme.NoActionBar" parent="WulkanowyTheme">
|
|
|
|
<item name="windowActionBar">false</item>
|
|
|
|
<item name="windowNoTitle">true</item>
|
2017-03-09 21:29:23 +01:00
|
|
|
</style>
|
|
|
|
|
2019-08-26 20:54:20 +02:00
|
|
|
<style name="WulkanowyTheme.SplashScreen" parent="WulkanowyTheme.NoActionBar">
|
|
|
|
<item name="android:windowBackground">@drawable/layer_splash_background</item>
|
2018-09-24 15:21:47 +02:00
|
|
|
</style>
|
2019-04-08 00:18:45 +02:00
|
|
|
|
2019-08-26 20:54:20 +02:00
|
|
|
<style name="WulkanowyTheme.WidgetAccountSwitcher" parent="Theme.MaterialComponents.Light.Dialog">
|
|
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
2019-09-25 22:44:55 +02:00
|
|
|
<item name="colorSecondary">@color/colorPrimary</item>
|
2019-04-08 00:18:45 +02:00
|
|
|
<item name="windowActionBar">false</item>
|
|
|
|
<item name="windowNoTitle">true</item>
|
2019-08-26 20:54:20 +02:00
|
|
|
<item name="android:textColor">?android:textColorPrimary</item>
|
2019-04-08 00:18:45 +02:00
|
|
|
</style>
|
2019-11-03 14:52:35 +01:00
|
|
|
|
|
|
|
<style name="mdtp_ActionButton.Text" parent="Widget.MaterialComponents.Button.TextButton.Dialog"/>
|
2017-03-09 21:29:23 +01:00
|
|
|
</resources>
|