Inline color values for app icons

pull/989/head
TM 1 year ago
parent 9b83237bfd
commit d3d5b02428

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

@ -15,9 +15,6 @@
limitations under the License.
-->
<resources>
<color name="black30">#4D000000</color>
<color name="blue40">#FF006780</color>
<color name="ic_launcher_background_tint">#000000</color>
<color name="ic_launcher_foreground_tint">@color/blue40</color>
<color name="ic_launcher_foreground_tint">#FF006780</color>
</resources>

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

@ -15,9 +15,6 @@
limitations under the License.
-->
<resources>
<color name="black30">#4D000000</color>
<color name="orange40">#FFA23F16</color>
<color name="ic_launcher_background_tint">#000000</color>
<color name="ic_launcher_foreground_tint">@color/orange40</color>
<color name="ic_launcher_foreground_tint">#FFA23F16</color>
</resources>

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

Loading…
Cancel
Save