Cherish:Power menu background opacity [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -1175,4 +1175,7 @@
|
||||
<string name="content_padding">Corner content padding</string>
|
||||
<string name="corner_fwvals">Use framework values</string>
|
||||
<string name="corner_fwvals_summary">Useful if the device actually has rounded corners</string>
|
||||
|
||||
<!-- Power menu background opacity -->
|
||||
<string name="power_menu_alpha_title">Power menu opacity</string>
|
||||
</resources>
|
||||
|
||||
@@ -28,6 +28,16 @@
|
||||
android:summary="@string/power_menu_animation_summary"
|
||||
android:persistent="false" />
|
||||
|
||||
<!-- Power Menu background opacity -->
|
||||
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
|
||||
android:key="power_menu_bg_alpha"
|
||||
android:icon="@drawable/ic_power"
|
||||
android:title="@string/power_menu_alpha_title"
|
||||
android:defaultValue="255"
|
||||
android:max="255"
|
||||
settings:min="0"
|
||||
settings:units="" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="advanced_reboot"
|
||||
android:icon="@drawable/ic_recovery"
|
||||
|
||||
Reference in New Issue
Block a user