]> 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 549e6f731786eabce7600663750c320a5d82075a..4154874eaea68c44d880145dbddfca3645a977e8 100644 (file)
 
 <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">
 
-    <android.support.design.widget.TabLayout
+    <com.google.android.material.tabs.TabLayout
         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
         android:layout_height="wrap_content"
         android:layout_width="wrap_content" >
 
-        <com.stoutner.privacybrowser.definitions.WrapVerticalContentViewPager
+        <com.stoutner.privacybrowser.views.WrapVerticalContentViewPager
             android:id="@+id/pinned_ssl_certificate_mismatch_viewpager"
             android:layout_height="wrap_content"
             android:layout_width="wrap_content" />