]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/domain_settings_fragment.xml
Add password encrypted export.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / domain_settings_fragment.xml
index d71868b2c9076e3d3f8c7e03d5a3d971e8c346ef..df08c91c19b9807ec357325383b1caba7167eca4 100644 (file)
                 android:layout_marginEnd="36dp"
                 android:textSize="13sp" />
 
-            <!-- `android:autofillHints` only applies to API >= 26.  `tools:ignore="UnusedAttribute"` removes the lint warning. -->
             <EditText
                 android:id="@+id/domain_settings_custom_user_agent_edittext"
                 android:layout_height="wrap_content"
                 android:layout_marginEnd="60dp"
                 android:inputType="textUri"
                 android:hint="@string/custom_user_agent"
-                android:autofillHints=""
-                tools:ignore="UnusedAttribute" />
+                android:importantForAutofill="no"
+                tools:targetApi="26" />
         </LinearLayout>
 
         <!-- Font Size. -->