|
2 | 2 |
|
3 | 3 | <com.daimajia.swipe.SwipeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
4 | 4 | android:background="@drawable/item_selector" |
5 | | - android:layout_width="match_parent" android:layout_height="80dp"> |
| 5 | + android:layout_width="match_parent" |
| 6 | + android:layout_height="80dp"> |
| 7 | + |
6 | 8 | <LinearLayout |
7 | 9 | android:tag="Bottom1" |
8 | 10 | android:background="#66ddff00" |
9 | 11 | android:id="@+id/bottom_wrapper" |
10 | 12 | android:layout_width="160dp" |
11 | 13 | android:weightSum="1" |
12 | 14 | android:layout_height="match_parent"> |
| 15 | + |
13 | 16 | <TextView |
14 | 17 | android:id="@+id/archive" |
15 | 18 | android:textColor="#fff" |
|
19 | 22 | android:background="#FF1300" |
20 | 23 | android:layout_width="wrap_content" |
21 | 24 | android:layout_height="match_parent" /> |
| 25 | + |
22 | 26 | <TextView |
23 | 27 | android:id="@+id/delete" |
24 | 28 | android:text="Delete" |
|
33 | 37 | android:tag="Bottom4" |
34 | 38 | android:layout_width="wrap_content" |
35 | 39 | android:layout_height="match_parent"> |
| 40 | + |
36 | 41 | <ImageView |
37 | 42 | android:id="@+id/magnifier2" |
38 | 43 | android:src="@drawable/magnifier" |
|
41 | 46 | android:paddingLeft="25dp" |
42 | 47 | android:paddingRight="25dp" |
43 | 48 | android:layout_height="match_parent" /> |
| 49 | + |
44 | 50 | <ImageView |
45 | 51 | android:id="@+id/star2" |
46 | 52 | android:src="@drawable/star" |
|
49 | 55 | android:paddingLeft="25dp" |
50 | 56 | android:paddingRight="25dp" |
51 | 57 | android:layout_height="match_parent" /> |
| 58 | + |
52 | 59 | <ImageView |
53 | 60 | android:id="@+id/trash2" |
54 | 61 | android:src="@drawable/trash" |
|
64 | 71 | android:background="#ffffff" |
65 | 72 | android:layout_width="match_parent" |
66 | 73 | android:layout_height="match_parent"> |
| 74 | + |
67 | 75 | <TextView |
68 | 76 | android:tag="Hover" |
69 | 77 | android:text="要有最樸素的生活和最遙遠的夢想,即使明天天寒地凍,山高水遠,路遠馬亡。" |
|
0 commit comments