Themes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<resources xmlns:tools="http://schemas.android.com/tools"> | |
<!-- Base application theme. --> | |
<style name="Theme.Smsmessages_auto_reply" parent="Theme.MaterialComponents.DayNight.DarkActionBar"> | |
<!-- Primary brand color. --> | |
<item name="colorPrimary">@color/colorPrimary</item> | |
<item name="colorPrimaryVariant">@color/purple_700</item> | |
<item name="colorOnPrimary">@color/white</item> | |
<!-- Secondary brand color. --> | |
<item name="colorSecondary">@color/teal_200</item> | |
<item name="colorSecondaryVariant">@color/teal_700</item> | |
<item name="colorOnSecondary">@color/black</item> | |
<!-- Status bar color. --> | |
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item> | |
<item name="windowNoTitle">true</item> | |
<item name="windowActionBar">false</item> | |
</style> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment