TubeLab-App-Android/app/src/full/res/values-night/styles.xml

39 lines
1.6 KiB
XML
Raw Normal View History

2020-06-25 16:57:13 +02:00
<resources>
2020-06-27 11:21:25 +02:00
2020-11-17 17:47:10 +01:00
<attr name="backgroundView" format="color" />
2020-06-25 16:57:13 +02:00
<!-- Base application theme. -->
2020-10-13 14:30:08 +02:00
<style name="AppTheme" parent="Theme.AppCompat.DayNight.DarkActionBar">
2020-06-25 16:57:13 +02:00
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
2020-10-13 14:30:08 +02:00
<item name="android:textColor">?attr/colorOnBackground</item>
2020-11-17 17:47:10 +01:00
<item name="backgroundView">@color/backgroundDark</item>
2020-11-26 14:16:44 +01:00
<item name="android:windowBackground">@android:color/black</item>
<item name="android:colorBackground">@android:color/black</item>
2020-06-25 16:57:13 +02:00
</style>
2020-10-13 14:30:08 +02:00
<style name="AppThemeNoActionBar" parent="Theme.AppCompat.DayNight.NoActionBar">
2020-10-03 16:22:19 +02:00
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
2020-11-17 17:47:10 +01:00
<item name="backgroundView">@color/backgroundDark</item>
2020-10-13 14:30:08 +02:00
<item name="android:textColor">?attr/colorOnBackground</item>
2020-11-26 14:16:44 +01:00
<item name="android:windowBackground">@android:color/black</item>
<item name="android:colorBackground">@android:color/black</item>
2020-10-03 16:22:19 +02:00
</style>
2020-10-04 17:25:08 +02:00
2022-05-09 10:25:07 +02:00
2020-11-17 18:49:43 +01:00
<style name="theme" parent="@style/ThemeOverlay.AppCompat.Dark" />
<style name="popupTheme" parent="@style/ThemeOverlay.AppCompat.Dark" />
2020-10-13 14:30:08 +02:00
2020-10-04 17:25:08 +02:00
<style name="progress" parent="SpinKitView.Circle" />
2020-11-17 18:49:43 +01:00
2020-10-04 17:25:08 +02:00
<style name="progressBottom" parent="SpinKitView.ThreeBounce" />
2020-11-17 18:49:43 +01:00
<style name="searchBarSepia" parent="MaterialSearchBarDark" />
2020-06-25 16:57:13 +02:00
</resources>