Skip to content

Commit 715756c

Browse files
committed
rename selector
1 parent 0d3dc52 commit 715756c

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed
File renamed without changes.

demo/src/main/res/layout/gridview.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
android:verticalSpacing="10dp"
66
android:horizontalSpacing="10dp"
77
android:numColumns="2"
8-
android:listSelector="@drawable/item"
8+
android:listSelector="@drawable/item_selector"
99
android:layout_width="match_parent"
1010
android:layout_height="match_parent"/>
1111

demo/src/main/res/layout/listview_item.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:layout_width="match_parent"
4-
android:background="@drawable/item"
54
android:layout_height="match_parent">
65
<com.daimajia.swipe.SwipeLayout
76
android:id="@+id/swipe"
@@ -41,7 +40,7 @@
4140

4241
<LinearLayout
4342
android:padding="10dp"
44-
android:background="@drawable/item"
43+
android:background="@drawable/item_selector"
4544
android:layout_width="match_parent"
4645
android:layout_height="match_parent">
4746
<TextView

demo/src/main/res/layout/sample1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

33
<com.daimajia.swipe.SwipeLayout xmlns:android="http://schemas.android.com/apk/res/android"
4-
android:background="@drawable/item"
4+
android:background="@drawable/item_selector"
55
android:layout_width="match_parent" android:layout_height="80dp">
66
<LinearLayout
77
android:tag="Bottom1"
@@ -31,7 +31,7 @@
3131

3232
<LinearLayout
3333
android:padding="10dp"
34-
android:background="@drawable/item"
34+
android:background="#ffffff"
3535
android:layout_width="match_parent"
3636
android:layout_height="match_parent">
3737
<TextView

0 commit comments

Comments
 (0)