]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/bookmarks_drawer_item_linearlayout.xml
Switch to the new Day/Night theme. https://redmine.stoutner.com/issues/522
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / bookmarks_drawer_item_linearlayout.xml
index 203685dd5fe52ea2c8fc97d4bc6131050ab78960..6848014fddd85d90f330dabf012219f147784116 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2017,2020 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
@@ -40,8 +40,8 @@
         android:id="@+id/bookmark_name"
         android:layout_height="wrap_content"
         android:layout_width="match_parent"
-        android:textColor="?android:attr/textColorPrimary"
         android:textSize="22sp"
+        android:textColor="?android:attr/textColorPrimary"
         android:layout_margin="10dp"
         android:lines="1"
         android:ellipsize="end" />