]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/bookmarks_database_view_item_linearlayout.xml
Release v1.14.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / bookmarks_database_view_item_linearlayout.xml
index 8bbaf1bfd7f99c6a32918062d0004677a0cd1cd5..dfbf086863dd348efffdf6a92d19d809e7cc4423 100644 (file)
@@ -41,7 +41,7 @@
             android:layout_width="50dp"
             android:layout_marginEnd="10dp"
             android:gravity="end"
-            android:textColor="@color/grey_500"
+            android:textColor="@color/gray_500"
             android:textSize="22sp" />
 
         <ImageView
@@ -58,7 +58,7 @@
             android:layout_width="wrap_content"
             android:textColor="@color/black"
             android:textSize="22sp"
-            android:singleLine="true" />
+            android:maxLines="1" />
     </LinearLayout>
 
     <!-- Second row. -->
@@ -84,7 +84,7 @@
             android:layout_width="30dp"
             android:layout_gravity="center_vertical"
             android:layout_marginEnd="10dp"
-            android:src="@drawable/folder_grey"
+            android:src="@drawable/folder_gray"
             tools:ignore="ContentDescription" />
 
         <TextView
@@ -94,7 +94,7 @@
             android:textColor="@color/black"
             android:textSize="22sp"
             android:textStyle="italic"
-            android:singleLine="true" />
+            android:maxLines="1" />
     </LinearLayout>
 
     <!-- Third row. -->
         android:layout_marginEnd="10dp"
         android:textColor="@color/black"
         android:textSize="22sp"
-        android:singleLine="true" />
+        android:ellipsize="end"
+        android:maxLines="1" />
 </LinearLayout>
\ No newline at end of file