Use colors from design palette in build variant icons

pull/989/head
TM 1 year ago
parent 38d0c15d33
commit afb427b9c5

@ -15,6 +15,8 @@
limitations under the License.
-->
<resources>
<color name="ic_launcher_background_tint">#2296F3</color>
<color name="ic_launcher_foreground_tint">#FFFFFF</color>
<color name="blue40">#FF006780</color>
<color name="ic_launcher_background_tint">#FFFFFF</color>
<color name="ic_launcher_foreground_tint">@color/blue40</color>
</resources>

@ -17,7 +17,8 @@
<resources>
<!-- Status bar -->
<color name="black30">#4D000000</color>
<color name="blue40">#FF006780</color>
<color name="ic_launcher_background_tint">#2296F3</color>
<color name="ic_launcher_foreground_tint">#000000</color>
<color name="ic_launcher_background_tint">#000000</color>
<color name="ic_launcher_foreground_tint">@color/blue40</color>
</resources>

@ -15,6 +15,8 @@
limitations under the License.
-->
<resources>
<color name="orange40">#FFA23F16</color>
<color name="ic_launcher_background_tint">#FFFFFF</color>
<color name="ic_launcher_foreground_tint">#2296F3</color>
<color name="ic_launcher_foreground_tint">@color/orange40</color>
</resources>

@ -17,7 +17,8 @@
<resources>
<!-- Status bar -->
<color name="black30">#4D000000</color>
<color name="orange40">#FFA23F16</color>
<color name="ic_launcher_background_tint">#000000</color>
<color name="ic_launcher_foreground_tint">#2296F3</color>
<color name="ic_launcher_foreground_tint">@color/orange40</color>
</resources>

@ -33,4 +33,5 @@
<item name="postSplashScreenTheme">@style/Theme.Nia</item>
</style>
</resources>

Loading…
Cancel
Save