瀏覽代碼

dm2q : added statusbar icons flags

move clock to left. 
move temp to right.
Archer 2 年之前
父節點
當前提交
f70112695c
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7 1
      BoardConfig.mk

+ 7 - 1
BoardConfig.mk

@@ -175,4 +175,10 @@ TWRP_INCLUDE_LOGCAT := true
 TARGET_USES_LOGD := true
 TW_INCLUDE_LPDUMP := true
 TW_INCLUDE_LPTOOLS := true
-# *End*
+
+# Statusbar icons flags
+TW_STATUS_ICONS_ALIGN := center
+TW_CUSTOM_CPU_POS := 580
+TW_CUSTOM_CLOCK_POS := 50
+TW_CUSTOM_BATTERY_POS := 800
+# End*