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

33 lines
1.3 KiB
XML
Raw Normal View History

2020-06-25 16:57:13 +02:00
<resources>
2020-11-17 17:47:10 +01:00
<attr name="backgroundView" format="color" />
2020-06-27 11:21:25 +02:00
2020-06-25 16:57:13 +02:00
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- 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/white</item>
2020-06-25 16:57:13 +02:00
</style>
2020-10-03 16:22:19 +02:00
<style name="AppThemeNoActionBar" parent="Theme.AppCompat.Light.NoActionBar">
<!-- 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/white</item>
2020-10-03 16:22:19 +02:00
</style>
2020-10-04 17:25:08 +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.Light" />
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-16 18:54:59 +01:00
2020-11-17 18:49:43 +01:00
<style name="searchBarSepia" parent="MaterialSearchBarLight" />
2020-06-25 16:57:13 +02:00
</resources>