Spacewar: Place volume panel on the left by default
Change-Id: Iffcfad9af472ada48c0dc12cf238fd959355bc6a
This commit is contained in:
committed by
Kujou Yuko
parent
9443f53834
commit
98375fa0b2
@@ -15,7 +15,8 @@ $(call inherit-product, vendor/nothing/Spacewar/Spacewar-vendor.mk)
|
||||
|
||||
# Overlays
|
||||
DEVICE_PACKAGE_OVERLAYS += \
|
||||
$(LOCAL_PATH)/overlay
|
||||
$(LOCAL_PATH)/overlay \
|
||||
$(LOCAL_PATH)/overlay-lineage
|
||||
|
||||
PRODUCT_ENFORCE_RRO_TARGETS := *
|
||||
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += \
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Default for LineageSettings.Secure.VOLUME_PANEL_ON_LEFT -->
|
||||
<bool name="def_volume_panel_on_left">true</bool>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user