Remove unused fonts XML, move launcher color

This commit is contained in:
Eugene Cheung 2018-09-05 23:05:44 -04:00
commit 635bb42592
No known key found for this signature in database
GPG key ID: E1FD745328866B0A
5 changed files with 7 additions and 19 deletions

View file

@ -9,7 +9,6 @@ import android.view.WindowInsets;
public class StatusBarView extends View {
public StatusBarView(Context context) {
super(context);
}
@ -31,4 +30,5 @@ public class StatusBarView extends View {
}
return super.onApplyWindowInsets(insets);
}
}

View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- normal -->
</resources>

View file

@ -1,8 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--grey 300-->
<color name="ic_launcher_background">#E0E0E0</color>
<color name="twenty_percent_black_overlay">#34000000</color>
<color name="fifty_percent_black_overlay">#88000000</color>
<color name="app_shortcut_default_foreground">@color/md_blue_grey_500</color>
<color name="app_shortcut_default_background">@color/md_grey_50</color>
</resources>
</resources>

View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- bold -->
</resources>

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--grey 300-->
<color name="ic_launcher_background">#E0E0E0</color>
</resources>