]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/webview_framelayout.xml
Switch to the new Day/Night theme. https://redmine.stoutner.com/issues/522
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / webview_framelayout.xml
index 0243a062ee2aea65ee3f356bd142cb8c3bdc15c5..1a9418d1e90f14d6c57b950db605a24820291554 100644 (file)
@@ -24,8 +24,9 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    android:background="?attr/webViewBackground" >
+    android:background="?android:attr/colorBackground" >
 
+    <!-- TODO.  The background and the visibility might not be necessary. -->
     <!-- The WebView is initially `visibility="invisible"` so that the background color matches the theme. -->
     <com.stoutner.privacybrowser.views.NestedScrollWebView
         android:id="@+id/nestedscroll_webview"