]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/pinned_mismatch_linearlayout.xml
Switch to the new Day/Night theme. https://redmine.stoutner.com/issues/522
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / pinned_mismatch_linearlayout.xml
index 549e6f731786eabce7600663750c320a5d82075a..b762e84739b0e62906b71e31c5920eb75249e8d4 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2017-2019 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2017-2020 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
 
 <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"
-        android:theme="?attr/dialogTabLayoutTheme" />
+        app:tabMode="scrollable" />
 
     <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" />