]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/pinned_mismatch_linearlayout.xml
Disable swiping in the ViewPager. https://redmine.stoutner.com/issues/415
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / pinned_mismatch_linearlayout.xml
index be8db4c28ce6e2129ebe0378f0268864e20480fd..4154874eaea68c44d880145dbddfca3645a977e8 100644 (file)
@@ -20,7 +20,7 @@
 
 <LinearLayout
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:android.support.design="http://schemas.android.com/apk/res-auto"
+    xmlns:app="http://schemas.android.com/apk/res-auto"
     android:layout_height="wrap_content"
     android:layout_width="wrap_content"
     android:orientation="vertical">
@@ -29,7 +29,7 @@
         android:id="@+id/pinned_ssl_certificate_mismatch_tablayout"
         android:layout_height="wrap_content"
         android:layout_width="wrap_content"
-        android.support.design:tabMode="scrollable"
+        app:tabMode="scrollable"
         android:theme="?attr/dialogTabLayoutTheme" />
 
     <ScrollView