|
|
|
@ -2,8 +2,8 @@ |
|
|
|
<!-- Base application theme. --> |
|
|
|
<style name="Theme.SMSGateway" parent="Theme.MaterialComponents.DayNight.DarkActionBar"> |
|
|
|
<!-- Primary brand color. --> |
|
|
|
<item name="colorPrimary">#4299E1</item> |
|
|
|
<item name="colorPrimaryVariant">#4299cc</item> |
|
|
|
<item name="colorPrimary">#D97706</item> |
|
|
|
<item name="colorPrimaryVariant">#B86504</item> |
|
|
|
<item name="colorOnPrimary">@color/white</item> |
|
|
|
<!-- Secondary brand color. --> |
|
|
|
<item name="colorSecondary">#f35b04</item> |
|
|
|
@ -23,8 +23,8 @@ |
|
|
|
<!-- Theme without action bar for MainActivity --> |
|
|
|
<style name="Theme.SMSGateway.NoActionBar" parent="Theme.MaterialComponents.DayNight.NoActionBar"> |
|
|
|
<!-- Primary brand color. --> |
|
|
|
<item name="colorPrimary">#4299E1</item> |
|
|
|
<item name="colorPrimaryVariant">#4299cc</item> |
|
|
|
<item name="colorPrimary">#D97706</item> |
|
|
|
<item name="colorPrimaryVariant">#B86504</item> |
|
|
|
<item name="colorOnPrimary">@color/white</item> |
|
|
|
<!-- Secondary brand color. --> |
|
|
|
<item name="colorSecondary">#f35b04</item> |
|
|
|
|