]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/move_to_folder_item_linearlayout.xml
Finish tabbed browsing. https://redmine.stoutner.com/issues/22
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / move_to_folder_item_linearlayout.xml
index 5498244678895c9e89ea05d8801a6096b7e4a237..02bc3d778b14ef5336cb4ac6be70ab408116ee9a 100644 (file)
@@ -25,7 +25,8 @@
     android:layout_height="wrap_content"
     android:layout_width="match_parent"
     android:orientation="horizontal"
-    android:background="@drawable/listview_item_background_selector" >
+    android:background="?attr/listSelectorDrawable"
+    tools:ignore="UseCompoundDrawables">
 
     <ImageView
         android:id="@+id/move_to_folder_icon"
@@ -40,7 +41,7 @@
         android:layout_height="wrap_content"
         android:layout_width="wrap_content"
         android:layout_margin="10dp"
-        android:maxLines="1"
-        android:textColor="@color/black"
+        android:lines="1"
+        android:textColor="?android:attr/textColorPrimary"
         android:textSize="22sp" />
 </LinearLayout>
\ No newline at end of file