]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/pinned_ssl_certificate_mismatch_linearlayout.xml
Add setting to disable screenshots. https://redmine.stoutner.com/issues/266
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / pinned_ssl_certificate_mismatch_linearlayout.xml
index 115008adcf465df4899c74e9aaa9b6d6008d2570..73e465dd29d3723922cca7e0c28abf79f1e5e20f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
         android.support.design:tabMode="scrollable"
         android:theme="?attr/dialogTabLayoutTheme" />
 
-    <com.stoutner.privacybrowser.definitions.WrapVerticalContentViewPager
-        android:id="@+id/pinned_ssl_certificate_mismatch_viewpager"
+    <ScrollView
         android:layout_height="wrap_content"
-        android:layout_width="wrap_content" />
+        android:layout_width="wrap_content" >
+
+        <com.stoutner.privacybrowser.definitions.WrapVerticalContentViewPager
+            android:id="@+id/pinned_ssl_certificate_mismatch_viewpager"
+            android:layout_height="wrap_content"
+            android:layout_width="wrap_content" />
+    </ScrollView>
 </LinearLayout>
\ No newline at end of file