Clean up launcher icon color definition

This commit is contained in:
Synced Synapse 2018-04-15 15:56:49 +01:00
parent c96b59c9e7
commit bff69e1714
2 changed files with 2 additions and 4 deletions

View File

@ -15,6 +15,8 @@
limitations under the License.
-->
<resources>
<color name="ic_launcher_background">#0BB1E6</color>
<color name="dark_background">#ff121314</color>
<color name="light_background">#ffeeeeee</color>
<!--<color name="blue_grey_background">#ff212b30</color>-->

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#0BB1E6</color>
</resources>