OSDN Git Service

Add summary for "Hide foreground app icon" preference
authorBraden Farmer <farmerbb@gmail.com>
Thu, 25 Jan 2018 05:43:51 +0000 (22:43 -0700)
committerBraden Farmer <farmerbb@gmail.com>
Thu, 25 Jan 2018 05:43:51 +0000 (22:43 -0700)
app/src/main/res/values-de/strings.xml
app/src/main/res/values-ja/strings.xml
app/src/main/res/values-ru/strings.xml
app/src/main/res/values-zh-rCN/strings.xml
app/src/main/res/values/strings.xml
app/src/main/res/xml/pref_recent_apps.xml

index 4115057..a49ca13 100644 (file)
     <string name="clear_pinned_apps">Appeinstellungen zurücksetzen</string>
 
     <string name="pref_title_hide_foreground">Symbol für Fordergrundapp verstecken</string>
+    <string name="pref_summary_hide_foreground">May reduce performance</string>
 
     <string name="pref_title_theme">Thema</string>
     <string-array name="pref_theme_list">
index 7efb367..7187d8b 100644 (file)
     <string name="clear_pinned_apps">アプリのピン止め/ブロックをリセット</string>
 
     <string name="pref_title_hide_foreground">前面アプリケーションのアイコンを非表示</string>
+    <string name="pref_summary_hide_foreground">May reduce performance</string>
 
     <string name="pref_title_theme">テーマ</string>
     <string-array name="pref_theme_list">
index d2dfec3..98d3fcb 100644 (file)
     <string name="clear_pinned_apps">Сбросить список закрепленных приложений</string>
 
     <string name="pref_title_hide_foreground">Не показывать текущее приложение</string>
+    <string name="pref_summary_hide_foreground">May reduce performance</string>
 
     <string name="pref_title_theme">Тема</string>
     <string-array name="pref_theme_list">
index ad139ce..20ee6f8 100644 (file)
     <string name="clear_pinned_apps">重置各个应用的首选项</string>
 
     <string name="pref_title_hide_foreground">隐藏前台应用程序的图标</string>
+    <string name="pref_summary_hide_foreground">May reduce performance</string>
 
     <string name="pref_title_theme">主题</string>
     <string-array name="pref_theme_list">
index 28379fd..f33f7a1 100644 (file)
     <string name="clear_pinned_apps">Reset per-app preferences</string>
 
     <string name="pref_title_hide_foreground">Hide icon for foreground application</string>
+    <string name="pref_summary_hide_foreground">May reduce performance</string>
 
     <string name="pref_title_theme">Theme</string>
     <string-array name="pref_theme_list">
index bfabf42..ed3742f 100644 (file)
@@ -49,7 +49,8 @@
     <CheckBoxPreference
         android:defaultValue="false"
         android:key="hide_foreground"
-        android:title="@string/pref_title_hide_foreground"/>
+        android:title="@string/pref_title_hide_foreground"
+        android:summary="@string/pref_summary_hide_foreground"/>
 
     <CheckBoxPreference
         android:defaultValue="false"