diff --git a/res/values/settings.xml b/res/values/settings.xml index c34bbfd..811498d 100644 --- a/res/values/settings.xml +++ b/res/values/settings.xml @@ -7,7 +7,10 @@ true show_colors - trueshow_colors_nicktrue + true + + show_colors_nick + true 24h_format true @@ -23,9 +26,4 @@ voice_recognition true - - - - - - \ No newline at end of file + diff --git a/res/values/strings.xml b/res/values/strings.xml index 1f4b666..8199833 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -171,9 +171,4 @@ Font size Voice recognition Show button for voice recognition - - - - - - \ No newline at end of file + diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 858257c..ff3eba2 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -47,11 +47,13 @@ along with Yaaic. If not, see . + android:key="@string/key_show_colors" + android:defaultValue="@string/default_show_colors"/> + android:summary="@string/settings_colors_nick_desc" + android:defaultValue="@string/default_show_colors_nick"/> . android:key="@string/key_24h_format" android:defaultValue="@string/default_24h_format" android:dependency="@string/key_show_timestamp" /> - - +