2018-10-30 22:06:29 +01:00
|
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
|
2019-08-26 20:54:20 +02:00
|
|
|
<style name="WulkanowyTheme" parent="@style/Theme.MaterialComponents">
|
2021-01-11 09:53:19 +01:00
|
|
|
<item name="android:forceDarkAllowed" tools:targetApi="Q">false</item>
|
2019-08-26 20:54:20 +02:00
|
|
|
<item name="colorPrimary">@color/colorPrimaryLight</item>
|
|
|
|
<item name="colorSecondary">@color/colorPrimaryLight</item>
|
2019-10-03 21:13:01 +02:00
|
|
|
<item name="colorTimetableChange">@color/timetable_change_light</item>
|
2019-08-26 20:54:20 +02:00
|
|
|
<item name="colorError">@color/colorErrorLight</item>
|
|
|
|
<item name="colorDivider">@color/colorDividerInverse</item>
|
2021-02-01 18:13:11 +01:00
|
|
|
<item name="colorSwipeRefresh">@color/colorSwipeRefreshDark</item>
|
2019-08-26 20:54:20 +02:00
|
|
|
<item name="android:windowBackground">?colorSurface</item>
|
|
|
|
<item name="android:textColor">?android:textColorPrimary</item>
|
2021-02-18 00:05:27 +01:00
|
|
|
<item name="android:navigationBarColor" tools:targetApi="lollipop">
|
|
|
|
@color/colorNavigationBarLight
|
|
|
|
</item>
|
|
|
|
<item name="android:statusBarColor" tools:targetApi="lollipop">
|
|
|
|
@color/colorStatusBarLight
|
2020-05-03 15:06:49 +02:00
|
|
|
</item>
|
2019-09-04 21:19:05 +02:00
|
|
|
<item name="android:windowLightNavigationBar" tools:targetApi="o_mr1">false</item>
|
2019-11-03 14:52:35 +01:00
|
|
|
<item name="mdtp_theme_dark">true</item>
|
2021-02-18 00:05:27 +01:00
|
|
|
<item name="android:windowLightStatusBar" tools:targetApi="m">false</item>
|
2018-10-30 22:06:29 +01:00
|
|
|
</style>
|
2019-04-19 23:52:34 +02:00
|
|
|
|
|
|
|
<style name="WulkanowyTheme.Black" parent="WulkanowyTheme.NoActionBar">
|
2019-08-26 20:54:20 +02:00
|
|
|
<item name="colorSurface">@android:color/black</item>
|
2021-02-18 00:05:27 +01:00
|
|
|
<item name="android:navigationBarColor" tools:targetApi="lollipop">
|
|
|
|
@color/colorNavigationBarBlack
|
|
|
|
</item>
|
2021-03-07 15:04:37 +01:00
|
|
|
<item name="android:statusBarColor" tools:targetApi="lollipop">@color/colorStatusBarBlack</item>
|
2021-02-18 00:05:27 +01:00
|
|
|
<item name="android:windowLightStatusBar" tools:targetApi="m">false</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="WulkanowyTheme.Login" parent="WulkanowyTheme.NoActionBar">
|
|
|
|
<item name="android:navigationBarColor" tools:targetApi="lollipop">?colorSurface</item>
|
|
|
|
<item name="android:statusBarColor" tools:targetApi="lollipop">?colorSurface</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="WulkanowyTheme.Login.Black" parent="WulkanowyTheme.Black">
|
|
|
|
<item name="android:navigationBarColor" tools:targetApi="lollipop">?colorSurface</item>
|
|
|
|
<item name="android:statusBarColor" tools:targetApi="lollipop">?colorSurface</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="WulkanowyTheme.MessageSend" parent="WulkanowyTheme.NoActionBar">
|
|
|
|
<item name="android:navigationBarColor" tools:targetApi="lollipop">?colorSurface</item>
|
|
|
|
<item name="android:statusBarColor" tools:targetApi="lollipop">#1C1C1C</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="WulkanowyTheme.MessageSend.Black" parent="WulkanowyTheme.Black">
|
|
|
|
<item name="android:navigationBarColor" tools:targetApi="lollipop">?colorSurface</item>
|
|
|
|
<item name="android:statusBarColor" tools:targetApi="lollipop">@android:color/black</item>
|
2019-04-19 23:52:34 +02:00
|
|
|
</style>
|
2021-03-21 22:37:34 +01:00
|
|
|
|
|
|
|
<style name="WulkanowyTheme.WidgetAccountSwitcher" parent="Theme.MaterialComponents.Dialog">
|
|
|
|
<item name="colorPrimary">@color/colorPrimaryLight</item>
|
|
|
|
<item name="colorSecondary">@color/colorPrimaryLight</item>
|
|
|
|
<item name="windowActionBar">false</item>
|
|
|
|
<item name="windowNoTitle">true</item>
|
|
|
|
<item name="android:textColor">?android:textColorPrimary</item>
|
|
|
|
</style>
|
2018-10-30 22:06:29 +01:00
|
|
|
</resources>
|