Remove color font and icon overlays
These are not used anymore with the new theming Change-Id: Iacb086f9dacc36fca5c9a9dedcbd2b2ba4f86e6e
This commit is contained in:
@@ -3,16 +3,6 @@ $(call inherit-product, vendor/lineage/config/common_mobile.mk)
|
|||||||
|
|
||||||
PRODUCT_SIZE := full
|
PRODUCT_SIZE := full
|
||||||
|
|
||||||
# Include {Lato,Rubik} fonts
|
|
||||||
$(call inherit-product-if-exists, external/google-fonts/lato/fonts.mk)
|
|
||||||
$(call inherit-product-if-exists, external/google-fonts/rubik/fonts.mk)
|
|
||||||
|
|
||||||
# Fonts
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
fonts_customization.xml \
|
|
||||||
LineageLatoFont \
|
|
||||||
LineageRubikFont
|
|
||||||
|
|
||||||
# Recorder
|
# Recorder
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
Recorder
|
Recorder
|
||||||
|
@@ -35,20 +35,6 @@ PRODUCT_DEXPREOPT_SPEED_APPS += \
|
|||||||
TrebuchetQuickStep
|
TrebuchetQuickStep
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Accents
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
LineageBlackTheme \
|
|
||||||
LineageBlackAccent \
|
|
||||||
LineageBlueAccent \
|
|
||||||
LineageBrownAccent \
|
|
||||||
LineageCyanAccent \
|
|
||||||
LineageGreenAccent \
|
|
||||||
LineageOrangeAccent \
|
|
||||||
LineagePinkAccent \
|
|
||||||
LineagePurpleAccent \
|
|
||||||
LineageRedAccent \
|
|
||||||
LineageYellowAccent
|
|
||||||
|
|
||||||
# Charger
|
# Charger
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
charger_res_images
|
charger_res_images
|
||||||
@@ -60,7 +46,6 @@ endif
|
|||||||
|
|
||||||
# Customizations
|
# Customizations
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
IconShapeSquareOverlay \
|
|
||||||
LineageNavigationBarNoHint \
|
LineageNavigationBarNoHint \
|
||||||
NavigationBarMode2ButtonOverlay
|
NavigationBarMode2ButtonOverlay
|
||||||
|
|
||||||
|
@@ -38,11 +38,3 @@ LOCAL_PREBUILT_MODULE_FILE := $(FINAL_APNS_FILE)
|
|||||||
LOCAL_PRODUCT_MODULE := true
|
LOCAL_PRODUCT_MODULE := true
|
||||||
|
|
||||||
include $(BUILD_PREBUILT)
|
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