fedilab-Android-App/app/src/main/res/values/styles.xml

69 lines
1.8 KiB
XML
Raw Normal View History

2019-10-12 12:50:01 +02:00
<resources xmlns:tools="http://schemas.android.com/tools">
2018-11-03 14:45:55 +01:00
2019-09-06 17:55:14 +02:00
2019-11-07 18:57:05 +01:00
<!-- Light theme -->
<style name="AppTheme" parent="Theme.Cyanea.Dark.LightActionBar">
2018-11-02 14:42:29 +01:00
</style>
2019-09-06 17:55:14 +02:00
2019-11-07 18:57:05 +01:00
<style name="AppTheme_NoActionBar_Fedilab" parent="Theme.Cyanea.Light.NoActionBar">
2017-05-05 16:36:04 +02:00
</style>
2017-08-13 15:19:01 +02:00
2019-01-12 17:36:24 +01:00
2019-11-07 18:57:05 +01:00
<style name="Dialog" parent="Cyanea.AlertDialog.Theme.Light">
2019-10-31 09:37:12 +01:00
</style>
2019-11-07 18:57:05 +01:00
<style name="DialogDark" parent="Cyanea.AlertDialog.Theme.Dark">
2018-11-03 14:45:55 +01:00
</style>
2019-11-07 18:57:05 +01:00
<style name="DialogBlack" parent="Cyanea.AlertDialog.Theme.Dark">
2018-11-03 14:45:55 +01:00
</style>
2019-11-07 18:57:05 +01:00
<style name="TransparentLight" parent="Theme.Cyanea.Light">
2018-02-09 17:39:09 +01:00
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowContentOverlay">@null</item>
</style>
2019-11-07 18:57:05 +01:00
<style name="TransparentDark" parent="Theme.Cyanea.Dark">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowContentOverlay">@null</item>
2019-10-11 19:02:49 +02:00
</style>
2019-11-07 18:57:05 +01:00
<style name="TransparentBlack" parent="Theme.Cyanea.Dark">
2019-10-11 19:02:49 +02:00
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowContentOverlay">@null</item>
</style>
2019-10-11 19:02:49 +02:00
2017-10-30 15:53:50 +01:00
2017-05-05 16:36:04 +02:00
2018-05-11 10:30:25 +02:00
<!-- BLACK theme -->
2019-11-07 18:57:05 +01:00
<style name="AppThemeBlack" parent="Theme.Cyanea.Dark">
2018-05-11 10:30:25 +02:00
</style>
2019-11-07 18:57:05 +01:00
<style name="AppThemeBlack_NoActionBar" parent="Theme.Cyanea.Dark.NoActionBar">
2019-10-31 09:37:12 +01:00
2018-05-11 10:30:25 +02:00
</style>
2017-06-30 17:09:07 +02:00
<!-- Dark theme -->
2019-11-07 18:57:05 +01:00
<style name="AppThemeDark" parent="Theme.Cyanea.Dark">
2017-06-30 17:09:07 +02:00
2017-08-13 11:30:28 +02:00
</style>
2019-11-07 18:57:05 +01:00
<style name="AppThemeDark_NoActionBar" parent="Theme.Cyanea.Dark.NoActionBar">
2019-09-06 17:55:14 +02:00
2017-08-13 11:30:28 +02:00
</style>
2019-06-19 14:58:57 +02:00
<!-- Light theme -->
2019-11-07 18:57:05 +01:00
<style name="AppAdminTheme" parent="Theme.Cyanea.Dark">
2019-09-06 17:55:14 +02:00
2019-06-19 14:58:57 +02:00
</style>
2017-05-05 16:36:04 +02:00
</resources>