Cherish:Make header image height user configurable [2/2]
hungphan2001:Bring to R Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -846,6 +846,7 @@
|
|||||||
<string name="file_header_select_title">Pick image from storage</string>
|
<string name="file_header_select_title">Pick image from storage</string>
|
||||||
<string name="file_header_select_summary">Select an image from internal storage</string>
|
<string name="file_header_select_summary">Select an image from internal storage</string>
|
||||||
<string name="status_bar_custom_header_shadow_title">Darken image</string>
|
<string name="status_bar_custom_header_shadow_title">Darken image</string>
|
||||||
|
<string name="status_bar_custom_header_height_title">Image height offset</string>
|
||||||
|
|
||||||
<!-- FOD pressed color -->
|
<!-- FOD pressed color -->
|
||||||
<string name="fod_pressed_color_title">Fingerprint pressed color</string>
|
<string name="fod_pressed_color_title">Fingerprint pressed color</string>
|
||||||
|
|||||||
@@ -55,4 +55,12 @@
|
|||||||
settings:min="0"
|
settings:min="0"
|
||||||
android:defaultValue="0"
|
android:defaultValue="0"
|
||||||
settings:units="%" />
|
settings:units="%" />
|
||||||
|
|
||||||
|
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
|
||||||
|
android:key="status_bar_custom_header_height"
|
||||||
|
android:title="@string/status_bar_custom_header_height_title"
|
||||||
|
android:max="100"
|
||||||
|
settings:min="0"
|
||||||
|
android:defaultValue="25"
|
||||||
|
settings:units="dp" />
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
|||||||
Reference in New Issue
Block a user