Code quality: i18n

This commit is contained in:
Benoit Marty
2019-06-25 15:08:33 +02:00
parent ce3242c748
commit 328f090723
3 changed files with 16 additions and 13 deletions

View File

@ -8,7 +8,6 @@
android:title="@string/settings_general_title"
app:fragment="com.example.SyncFragment" />
<im.vector.riotredesign.core.preference.VectorPreference
android:layout_width="match_parent"
android:icon="@drawable/ic_flair"
@ -22,33 +21,28 @@
android:title="@string/settings_notifications"
app:fragment="im.vector.riotredesign.features.settings.VectorSettingsNotificationPreferenceFragment" />
<im.vector.riotredesign.core.preference.VectorPreference
android:layout_width="match_parent"
android:icon="@drawable/ic_sliders"
android:title="@string/settings_preferences"
app:fragment="com.example.SyncFragment" />
<im.vector.riotredesign.core.preference.VectorPreference
android:layout_width="match_parent"
android:icon="@drawable/ic_lock"
android:title="@string/settings_security_and_privacy"
app:fragment="com.example.SyncFragment" />
<im.vector.riotredesign.core.preference.VectorPreference
android:layout_width="match_parent"
android:icon="@drawable/ic_settings_lab"
android:title="@string/room_settings_labs_pref_title"
app:fragment="com.example.SyncFragment" />
<im.vector.riotredesign.core.preference.VectorPreference
android:layout_width="match_parent"
android:icon="@drawable/ic_devices_info"
android:title="Legacy"
android:title="@string/preference_root_legacy"
app:fragment="com.example.SyncFragment" />
</androidx.preference.PreferenceScreen>