]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/xml/pref_interface.xml
better account starr-ing control
[mobile-ledger.git] / app / src / main / res / xml / pref_interface.xml
index bc832f8820d1217946ac58843656dde71cb7a0d9..62ed9c69db88ab5195633b635fa154e535efa649 100644 (file)
@@ -2,9 +2,9 @@
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
 
     <SwitchPreference
-        android:id="@+id/pref_show_hidden_accounts"
+        android:id="@+id/pref_show_only_starred_accounts"
         android:defaultValue="false"
-        android:key="show_hidden_accounts"
+        android:key="pref_show_only_starred_accounts"
         android:summaryOff="@string/pref_show_only_starred_off_summary"
         android:summaryOn="@string/pref_show_only_starred_on_summary"
         android:title="@string/menu_acc_summary_show_only_starred_title" />