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:
LorDClockaN
2018-09-13 01:51:52 +05:30
committed by Hưng Phan
parent 1876009def
commit 9efc044c70
2 changed files with 10 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>