Cherish: Custom FOD Icon [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -483,6 +483,12 @@
|
||||
<!-- Udfps Haptic Feedback -->
|
||||
<string name="udfps_haptic_feedback_title">FOD haptic feedback</string>
|
||||
<string name="udfps_haptic_feedback_summary">Vibrate when touching FOD icon</string>
|
||||
|
||||
<!-- Custom FOD Icon -->
|
||||
<string name="custom_fp_icon_title">Custom UDFPS Icon</string>
|
||||
<string name="custom_fp_icon_summary">Enable custom UDFPS Icon from files</string>
|
||||
<string name="custom_fp_select_title">Select Custom UDFPS Icon</string>
|
||||
<string name="custom_fp_select_summary">Select custom image from your saved files or gallery</string>
|
||||
|
||||
<!-- Location privacy indicator -->
|
||||
<string name="location_privacy_indicator_title">Show privacy indicator for location</string>
|
||||
|
||||
@@ -31,6 +31,20 @@
|
||||
android:key="udfps_customization"
|
||||
android:title="UDFPS Customization">
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="custom_fp_icon_enabled"
|
||||
android:title="@string/custom_fp_icon_title"
|
||||
android:summary="@string/custom_fp_icon_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<Preference
|
||||
android:key="custom_fp_file_select"
|
||||
android:title="@string/custom_fp_select_title"
|
||||
android:summary="@string/custom_fp_select_summary"
|
||||
android:dependency="custom_fp_icon_enabled"
|
||||
android:persistent="false" >
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
android:key="udfps_icon_picker"
|
||||
android:title="@string/udfps_icon_picker_title"
|
||||
|
||||
Reference in New Issue
Block a user