1
0
Fork 0

For #3278 - Removes icon and preference item

master
Jeff Boek 2019-06-10 09:36:29 -07:00
parent 68fe93b420
commit 811fbfc5fd
1 changed files with 0 additions and 5 deletions

View File

@ -104,12 +104,7 @@
android:key="@string/pref_key_about"
android:title="@string/preferences_about" />
<androidx.preference.Preference
android:icon="@drawable/ic_info"
android:key="@string/pref_key_privacy_notice"
android:title="@string/preferences_privacy_notice" />
<androidx.preference.Preference
android:icon="@drawable/ic_info"
android:key="@string/pref_key_your_rights"
android:title="@string/preferences_your_rights" />
</androidx.preference.PreferenceCategory>
</androidx.preference.PreferenceScreen>