Inline color values for app icons

pull/1837/head
TM 2 years ago
parent 1e0e1140ff
commit ecb7528a2c

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

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

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

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

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

Loading…
Cancel
Save