]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/bookmarks_database_view_item_linearlayout.xml
Remove lint errors in non-java files. Fix download dialog when download size is...
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / bookmarks_database_view_item_linearlayout.xml
index 8bbaf1bfd7f99c6a32918062d0004677a0cd1cd5..9de6492e91eeeb4e3641c448e239f80e3cf9ba81 100644 (file)
@@ -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. -->
@@ -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:maxLines="1" />
 </LinearLayout>
\ No newline at end of file