File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
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
Original file line number Diff line number Diff line change 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"
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
You can’t perform that action at this time.
0 commit comments