rename selector
This commit is contained in:
parent
0d3dc52c90
commit
715756c607
|
|
@ -5,7 +5,7 @@
|
|||
android:verticalSpacing="10dp"
|
||||
android:horizontalSpacing="10dp"
|
||||
android:numColumns="2"
|
||||
android:listSelector="@drawable/item"
|
||||
android:listSelector="@drawable/item_selector"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:background="@drawable/item"
|
||||
android:layout_height="match_parent">
|
||||
<com.daimajia.swipe.SwipeLayout
|
||||
android:id="@+id/swipe"
|
||||
|
|
@ -41,7 +40,7 @@
|
|||
|
||||
<LinearLayout
|
||||
android:padding="10dp"
|
||||
android:background="@drawable/item"
|
||||
android:background="@drawable/item_selector"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<TextView
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<com.daimajia.swipe.SwipeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:background="@drawable/item"
|
||||
android:background="@drawable/item_selector"
|
||||
android:layout_width="match_parent" android:layout_height="80dp">
|
||||
<LinearLayout
|
||||
android:tag="Bottom1"
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
<LinearLayout
|
||||
android:padding="10dp"
|
||||
android:background="@drawable/item"
|
||||
android:background="#ffffff"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<TextView
|
||||
|
|
|
|||
Loading…
Reference in New Issue