forked from NdoleStudio/httpsms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththemes.xml
More file actions
17 lines (17 loc) · 884 Bytes
/
Copy paththemes.xml
File metadata and controls
17 lines (17 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.HttpSMS" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/blue_500</item>
<item name="colorPrimaryVariant">@color/blue_700</item>
<item name="colorOnPrimary">@color/white</item>
<!-- Secondary brand color. -->
<item name="colorSecondary">@color/pink_500</item>
<item name="colorSecondaryVariant">@color/pink_A400</item>
<item name="colorOnSecondary">@color/white</item>
<!-- Status bar color. -->
<item name="android:statusBarColor">#121212</item>
<!-- Customize your theme here. -->
<item name="android:windowOptOutEdgeToEdgeEnforcement" tools:targetApi="35">false</item>
</style>
</resources>