rename selector

This commit is contained in:
daimajia 2014-09-11 16:50:22 +08:00
parent 0d3dc52c90
commit 715756c607
4 changed files with 4 additions and 5 deletions

View File

@ -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"/>

View File

@ -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

View File

@ -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