2019-09-05 18:20:30 +02:00
|
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
2019-04-29 19:27:51 +02:00
|
|
|
|
|
|
|
|
<style name="SelectableItemTheme">
|
2019-07-31 19:48:21 +02:00
|
|
|
<item name="colorControlHighlight">@color/colorAccent</item>
|
2019-04-29 19:27:51 +02:00
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="SelectableItemBackground">
|
|
|
|
|
<item name="android:theme">@style/SelectableItemTheme</item>
|
|
|
|
|
<item name="android:background">?attr/selectableItemBackground</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
2019-05-21 18:55:29 +02:00
|
|
|
<style name="AppTheme0" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
2019-07-31 19:48:21 +02:00
|
|
|
<item name="colorPrimary">@color/colorAccent</item>
|
|
|
|
|
<item name="colorPrimaryDark">@color/colorBackground</item>
|
|
|
|
|
<item name="colorAccent">@color/colorAccent</item>
|
2019-04-29 19:27:51 +02:00
|
|
|
<item name="android:fontFamily">@font/manrope_medium</item>
|
2019-07-31 19:48:21 +02:00
|
|
|
<item name="android:colorEdgeEffect">@color/colorAccent</item>
|
2019-09-05 18:20:30 +02:00
|
|
|
<item name="android:navigationBarColor">@color/colorBackground</item>
|
|
|
|
|
<item name="android:statusBarColor">@color/colorBackground</item>
|
|
|
|
|
<item name="android:windowLightStatusBar" tools:targetApi="23">@bool/isLight</item>
|
|
|
|
|
<item name="android:windowLightNavigationBar" tools:targetApi="27">@bool/isLight</item>
|
2019-04-29 19:27:51 +02:00
|
|
|
</style>
|
|
|
|
|
|
2019-06-02 17:57:57 +02:00
|
|
|
<style name="AlertDialog" parent="Theme.MaterialComponents.Light.Dialog.Alert">
|
2019-07-31 19:48:21 +02:00
|
|
|
<item name="android:background">@color/colorBackgroundLight</item>
|
|
|
|
|
<item name="android:textColorPrimary">@color/colorText</item>
|
2019-04-29 19:27:51 +02:00
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="AppThemeLight.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar">
|
|
|
|
|
<item name="colorControlNormal">#000000</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="AppThemeLight.PopupOverlay" parent="ThemeOverlay.AppCompat.Light">
|
|
|
|
|
<item name="colorControlNormal">#000000</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
2019-06-04 09:27:54 +02:00
|
|
|
<style name="EditTextTheme" parent="Theme.MaterialComponents.Light.DarkActionBar">
|
2019-07-31 19:48:21 +02:00
|
|
|
<item name="colorControlNormal">@color/colorHint</item>
|
|
|
|
|
<item name="colorControlActivated">@color/colorAccent</item>
|
|
|
|
|
<item name="colorControlHighlight">@color/colorAccent</item>
|
2019-04-29 19:27:51 +02:00
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<!-- The launcher theme. It sets the main window background to the launch_screen drawable -->
|
2019-05-21 18:55:29 +02:00
|
|
|
<style name="AppTheme0.Launcher">
|
2019-04-29 19:27:51 +02:00
|
|
|
<item name="android:windowBackground">@drawable/launch_screen</item>
|
2019-05-21 18:55:29 +02:00
|
|
|
<item name="android:statusBarColor">@android:color/transparent</item>
|
2019-04-29 19:27:51 +02:00
|
|
|
<item name="android:navigationBarColor">@android:color/transparent</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
</resources>
|