Cherish:Toast icon switch [2/2]
Signed-off-by: Arghya Chanda <arghyac35@gmail.com> Change-Id: I65094566e6f5bdbfccf2a8361632780f3502d3a9 Signed-off-by: SagarMakhar <sagarmakhar@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -185,4 +185,8 @@
|
||||
<string name="lockscreen_power_menu_disabled_title">Disable power menu on lock screen</string>
|
||||
<string name="lockscreen_power_menu_disabled_summary">This will only disable the power menu on secure lock screens</string>
|
||||
|
||||
<!-- Toast app icon -->
|
||||
<string name="toast_icon_title">Toast app icon</string>
|
||||
<string name="toast_icon_summary">Display the app\'s icon corresponding with the toast</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -42,5 +42,11 @@
|
||||
|
||||
</PreferenceCategory> -->
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="toast_icon"
|
||||
android:title="@string/toast_icon_title"
|
||||
android:summary="@string/toast_icon_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user