]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/bookmarks_item_linearlayout.xml
Add domains `Snackbars` and ghosting of switches.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / bookmarks_item_linearlayout.xml
index cbb120381fa05ba9531b75512f7cdbe3cb94508b..73e797ac27efa7f4a2fed246f0a65e7b0da26ff0 100644 (file)
@@ -25,7 +25,7 @@
     android:layout_height="wrap_content"
     android:layout_width="match_parent"
     android:orientation="horizontal"
-    android:background="@drawable/bookmarks_list_selector" >
+    android:background="@drawable/listview_item_background_selector" >
 
     <ImageView
         android:id="@+id/bookmark_favorite_icon"
@@ -42,5 +42,6 @@
         android:textColor="@color/black"
         android:textSize="22sp"
         android:layout_margin="10dp"
-        android:singleLine="true" />
+        android:maxLines="1"
+        android:ellipsize="end" />
 </LinearLayout>
\ No newline at end of file