]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/bookmarks_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_item_linearlayout.xml
index c1a8f21fd402af5cf227908954003881918fa101..a30fde520ca13d3302ac134b622fb8ad6e46e589 100644 (file)
 <LinearLayout
     android:id="@+id/bookmarks_item_linearlayout"
     xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:tools="http://schemas.android.com/tools"
     android:layout_height="wrap_content"
     android:layout_width="match_parent"
     android:orientation="horizontal"
-    xmlns:tools="http://schemas.android.com/tools">
+    android:background="@drawable/bookmarks_list_selector" >
 
     <ImageView
         android:id="@+id/bookmark_favorite_icon"
@@ -41,5 +42,5 @@
         android:textColor="@color/black"
         android:textSize="22sp"
         android:layout_margin="10dp"
-        android:singleLine="true" />
+        android:maxLines="1" />
 </LinearLayout>
\ No newline at end of file