unshortify/app/src/main/res/values/themes.xml

17 lines
869 B
XML
Raw Normal View History

2022-07-11 03:41:46 +00:00
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
2022-07-11 04:52:43 +00:00
<style name="Theme.Unshortify" parent="@android:style/Theme">
2022-07-11 03:41:46 +00:00
<!-- Primary brand color. -->
2022-07-11 04:52:43 +00:00
<!-- <item name="colorPrimary">@color/purple_500</item> -->
<!-- <item name="colorPrimaryVariant">@color/purple_700</item> -->
<!-- <item name="colorOnPrimary">@color/white</item> -->
2022-07-11 03:41:46 +00:00
<!-- Secondary brand color. -->
2022-07-11 04:52:43 +00:00
<!-- <item name="colorSecondary">@color/teal_200</item> -->
<!-- <item name="colorSecondaryVariant">@color/teal_700</item> -->
<!-- <item name="colorOnSecondary">@color/black</item> -->
2022-07-11 03:41:46 +00:00
<!-- Status bar color. -->
2022-07-11 04:52:43 +00:00
<!-- <item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item> -->
2022-07-11 03:41:46 +00:00
<!-- Customize your theme here. -->
</style>
2022-07-11 04:52:43 +00:00
</resources>