Remove unused fonts XML, move launcher color
This commit is contained in:
parent
f98222c372
commit
635bb42592
5 changed files with 7 additions and 19 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<!-- normal -->
|
||||
|
||||
</resources>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<!-- bold -->
|
||||
|
||||
</resources>
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!--grey 300-->
|
||||
<color name="ic_launcher_background">#E0E0E0</color>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue