]> 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 3009a352b75a17aa767f265ca21346a3b3d35bad..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,9 +40,9 @@
         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:maxLines="1"
+        android:lines="1"
         android:ellipsize="end" />
 </LinearLayout>
\ No newline at end of file