Remove color font and icon overlays
These are not used anymore with the new theming Change-Id: Iacb086f9dacc36fca5c9a9dedcbd2b2ba4f86e6e
This commit is contained in:
@@ -38,11 +38,3 @@ LOCAL_PREBUILT_MODULE_FILE := $(FINAL_APNS_FILE)
|
||||
LOCAL_PRODUCT_MODULE := true
|
||||
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := fonts_customization.xml
|
||||
LOCAL_SRC_FILES := etc/fonts_customization.xml
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_PRODUCT_MODULE := true
|
||||
include $(BUILD_PREBUILT)
|
||||
|
@@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<fonts-modification version="1">
|
||||
<family customizationType="new-named-family" name="lato">
|
||||
<font weight="400" style="normal">Lato-Regular.ttf</font>
|
||||
<font weight="400" style="italic">Lato-Italic.ttf</font>
|
||||
<font weight="500" style="normal">Lato-Medium.ttf</font>
|
||||
<font weight="500" style="italic">Lato-MediumItalic.ttf</font>
|
||||
<font weight="700" style="normal">Lato-Bold.ttf</font>
|
||||
<font weight="700" style="italic">Lato-BoldItalic.ttf</font>
|
||||
</family>
|
||||
<alias name="lato-medium" to="lato" weight="500" />
|
||||
<alias name="lato-bold" to="lato" weight="700" />
|
||||
|
||||
<family customizationType="new-named-family" name="rubik">
|
||||
<font weight="400" style="normal">Rubik-Regular.ttf</font>
|
||||
<font weight="400" style="italic">Rubik-Italic.ttf</font>
|
||||
<font weight="500" style="normal">Rubik-Medium.ttf</font>
|
||||
<font weight="500" style="italic">Rubik-MediumItalic.ttf</font>
|
||||
<font weight="700" style="normal">Rubik-Bold.ttf</font>
|
||||
<font weight="700" style="italic">Rubik-BoldItalic.ttf</font>
|
||||
</family>
|
||||
<alias name="rubik-medium" to="rubik" weight="500" />
|
||||
<alias name="rubik-bold" to="rubik" weight="700" />
|
||||
</fonts-modification>
|
Reference in New Issue
Block a user