mirror of https://github.com/ThmmyNoLife/mTHMMY
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.0 KiB
27 lines
1.0 KiB
<resources>
|
|
|
|
<!-- 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>
|
|
</style>
|
|
|
|
<style name="AppTheme.NoActionBar">
|
|
<item name="windowActionBar">false</item>
|
|
<item name="windowNoTitle">true</item>
|
|
</style>
|
|
|
|
<!-- Toolbar style. -->
|
|
<style name="ToolbarTheme" parent="@style/ThemeOverlay.AppCompat.Dark.ActionBar">
|
|
<!-- android:textColorPrimary is the color of the title text in the Toolbar -->
|
|
<item name="android:textColorPrimary">@android:color/white</item>
|
|
</style>
|
|
|
|
<style name="popupTheme" parent="ThemeOverlay.AppCompat.Light">
|
|
<item name="android:textColorPrimary">@android:color/white</item>
|
|
<item name="android:colorBackground">@color/colorPrimary</item>
|
|
</style>
|
|
|
|
</resources>
|
|
|