Merge branch 'main' of https://git.oxmc.me/PawletOS/FrameworkOverlay
This commit is contained in:
10
device.mk
10
device.mk
@@ -1,7 +1,11 @@
|
|||||||
|
# Include overlay package
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
FrameworkResDevOxmcOverlay
|
||||||
|
|
||||||
# Copy system-wide font
|
# Copy system-wide font
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
vendor/dev.oxmc/fonts/ArcticonsSans-Regular.otf:system/fonts/ArcticonsSans-Regular.otf
|
vendor/dev.oxmc/fonts/ArcticonsSans-Regular.otf:system/fonts/ArcticonsSans-Regular.otf
|
||||||
|
|
||||||
# Copy system-wide icon
|
# Copy system-wide icon (commented out until needed)
|
||||||
#PRODUCT_COPY_FILES += \
|
# PRODUCT_COPY_FILES += \
|
||||||
# vendor/dev.oxmc/icons/ic_settings_oxmc.xml:system/etc/permissions/ic_settings_oxmc.xml
|
# vendor/dev.oxmc/icons/ic_settings_oxmc.xml:system/etc/permissions/ic_settings_oxmc.xml
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "FrameworkResDevOxmcOverlay",
|
name: "FrameworkResDevOxmcOverlay",
|
||||||
theme: "android.overlay.frameworkres.oxmc",
|
|
||||||
certificate: "platform",
|
certificate: "platform",
|
||||||
|
product_specific: true,
|
||||||
}
|
}
|
||||||
15
overlays/FrameworkResOverlay/res/fallback_fonts.xml
Normal file
15
overlays/FrameworkResOverlay/res/fallback_fonts.xml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<familyset version="21">
|
||||||
|
<!-- Use ArcticonsSans as primary font -->
|
||||||
|
<family>
|
||||||
|
<font weight="400" style="normal">ArcticonsSans-Regular.otf</font>
|
||||||
|
</family>
|
||||||
|
|
||||||
|
<!-- Keep Roboto as fallback -->
|
||||||
|
<family>
|
||||||
|
<font weight="400" style="normal">Roboto-Regular.ttf</font>
|
||||||
|
<font weight="700" style="normal">Roboto-Bold.ttf</font>
|
||||||
|
<font weight="400" style="italic">Roboto-Italic.ttf</font>
|
||||||
|
<font weight="700" style="italic">Roboto-BoldItalic.ttf</font>
|
||||||
|
</family>
|
||||||
|
</familyset>
|
||||||
Reference in New Issue
Block a user