X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fxml%2Fpreferences.xml;h=813c1ca2c6f6cb4a169e182d29c8a8e26ddb3c08;hb=218d83a82183986e87152c73a5bec86bb6bb1770;hp=06dbbd62a2a86edf58f11e7440ac163dbc828819;hpb=d649575d732610b57a2b35cbbb8ac9557b068005;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 06dbbd62..813c1ca2 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -20,8 +20,8 @@ + android:key="privacy" + android:title="@string/privacy" > + + + + // Android doesn't let EditTextPreferences have more than one line, but I include singleLine="false" in case they ever wisen up. + + + + + + + + + + + + + android:key="general" + android:title="@string/general" > + android:inputType="textUri" + android:singleLine="true" /> + + \ No newline at end of file