|
13 | 13 | android:layout_height="wrap_content"
|
14 | 14 | android:orientation="horizontal">
|
15 | 15 |
|
16 |
| - <!-- like and moderate buttons don't use a compound drawable so the icon can be animated when tapped --> |
17 | 16 | <LinearLayout
|
18 |
| - android:id="@+id/btn_like" |
| 17 | + android:id="@+id/btn_moderate" |
19 | 18 | android:layout_width="0dp"
|
20 | 19 | android:layout_height="wrap_content"
|
21 | 20 | android:layout_weight="1"
|
|
32 | 31 | android:paddingTop="@dimen/margin_medium">
|
33 | 32 |
|
34 | 33 | <ImageView
|
35 |
| - android:id="@+id/btn_like_icon" |
| 34 | + android:id="@+id/btn_moderate_icon" |
36 | 35 | android:layout_width="wrap_content"
|
37 | 36 | android:layout_height="wrap_content"
|
38 | 37 | android:contentDescription="@null"
|
|
42 | 41 | android:paddingRight="@dimen/margin_medium"
|
43 | 42 | android:paddingStart="@dimen/margin_medium"
|
44 | 43 | android:paddingTop="0dp"
|
45 |
| - app:srcCompat="@drawable/ic_star_outline_grey_min_24dp"/> |
| 44 | + app:srcCompat="@drawable/ic_checkmark_grey_min_24dp"/> |
46 | 45 |
|
47 | 46 | <org.wordpress.android.util.widgets.AutoResizeTextView
|
48 |
| - android:id="@+id/btn_like_text" |
| 47 | + android:id="@+id/btn_moderate_text" |
49 | 48 | style="@style/CommentActionLabel"
|
50 |
| - android:text="@string/reader_label_like"/> |
| 49 | + android:text="@string/mnu_comment_approve"/> |
51 | 50 |
|
52 | 51 | </LinearLayout>
|
53 | 52 |
|
54 | 53 | <LinearLayout
|
55 |
| - android:id="@+id/btn_moderate" |
| 54 | + android:id="@+id/btn_spam" |
56 | 55 | android:layout_width="0dp"
|
57 | 56 | android:layout_height="wrap_content"
|
58 | 57 | android:layout_weight="1"
|
|
66 | 65 | android:paddingLeft="@dimen/margin_small"
|
67 | 66 | android:paddingRight="@dimen/margin_small"
|
68 | 67 | android:paddingStart="@dimen/margin_small"
|
69 |
| - android:paddingTop="@dimen/margin_medium"> |
| 68 | + android:paddingTop="@dimen/margin_medium" |
| 69 | + android:visibility="gone"> |
70 | 70 |
|
71 | 71 | <ImageView
|
72 |
| - android:id="@+id/btn_moderate_icon" |
| 72 | + android:id="@+id/btn_spam_icon" |
73 | 73 | android:layout_width="wrap_content"
|
74 | 74 | android:layout_height="wrap_content"
|
75 | 75 | android:contentDescription="@null"
|
|
79 | 79 | android:paddingRight="@dimen/margin_medium"
|
80 | 80 | android:paddingStart="@dimen/margin_medium"
|
81 | 81 | android:paddingTop="0dp"
|
82 |
| - app:srcCompat="@drawable/ic_checkmark_grey_min_24dp"/> |
| 82 | + app:srcCompat="@drawable/ic_spam_grey_min_24dp"/> |
83 | 83 |
|
84 | 84 | <org.wordpress.android.util.widgets.AutoResizeTextView
|
85 |
| - android:id="@+id/btn_moderate_text" |
| 85 | + android:id="@+id/btn_spam_text" |
86 | 86 | style="@style/CommentActionLabel"
|
87 |
| - android:text="@string/mnu_comment_approve"/> |
| 87 | + android:text="@string/mnu_comment_spam"/> |
88 | 88 |
|
89 | 89 | </LinearLayout>
|
90 | 90 |
|
91 | 91 | <LinearLayout
|
92 |
| - android:id="@+id/btn_edit" |
| 92 | + android:id="@+id/btn_trash" |
93 | 93 | android:layout_width="0dp"
|
94 | 94 | android:layout_height="wrap_content"
|
95 | 95 | android:layout_weight="1"
|
|
107 | 107 | android:visibility="gone">
|
108 | 108 |
|
109 | 109 | <ImageView
|
110 |
| - android:id="@+id/btn_edit_icon" |
| 110 | + android:id="@+id/btn_trash_icon" |
111 | 111 | android:layout_width="wrap_content"
|
112 | 112 | android:layout_height="wrap_content"
|
113 | 113 | android:contentDescription="@null"
|
|
117 | 117 | android:paddingRight="@dimen/margin_medium"
|
118 | 118 | android:paddingStart="@dimen/margin_medium"
|
119 | 119 | android:paddingTop="0dp"
|
120 |
| - app:srcCompat="@drawable/ic_pencil_grey_min_24dp"/> |
| 120 | + app:srcCompat="@drawable/ic_trash_grey_min_24dp"/> |
121 | 121 |
|
122 | 122 | <org.wordpress.android.util.widgets.AutoResizeTextView
|
123 |
| - android:id="@+id/btn_edit_text" |
| 123 | + android:id="@+id/btn_trash_text" |
124 | 124 | style="@style/CommentActionLabel"
|
125 |
| - android:text="@string/edit"/> |
| 125 | + android:text="@string/mnu_comment_trash"/> |
126 | 126 |
|
127 | 127 | </LinearLayout>
|
128 | 128 |
|
| 129 | + <!-- like and moderate buttons don't use a compound drawable so the icon can be animated when tapped --> |
129 | 130 | <LinearLayout
|
130 |
| - android:id="@+id/btn_trash" |
| 131 | + android:id="@+id/btn_like" |
131 | 132 | android:layout_width="0dp"
|
132 | 133 | android:layout_height="wrap_content"
|
133 | 134 | android:layout_weight="1"
|
|
141 | 142 | android:paddingLeft="@dimen/margin_small"
|
142 | 143 | android:paddingRight="@dimen/margin_small"
|
143 | 144 | android:paddingStart="@dimen/margin_small"
|
144 |
| - android:paddingTop="@dimen/margin_medium" |
145 |
| - android:visibility="gone"> |
| 145 | + android:paddingTop="@dimen/margin_medium"> |
146 | 146 |
|
147 | 147 | <ImageView
|
148 |
| - android:id="@+id/btn_trash_icon" |
| 148 | + android:id="@+id/btn_like_icon" |
149 | 149 | android:layout_width="wrap_content"
|
150 | 150 | android:layout_height="wrap_content"
|
151 | 151 | android:contentDescription="@null"
|
|
155 | 155 | android:paddingRight="@dimen/margin_medium"
|
156 | 156 | android:paddingStart="@dimen/margin_medium"
|
157 | 157 | android:paddingTop="0dp"
|
158 |
| - app:srcCompat="@drawable/ic_trash_grey_min_24dp"/> |
| 158 | + app:srcCompat="@drawable/ic_star_outline_grey_min_24dp"/> |
159 | 159 |
|
160 | 160 | <org.wordpress.android.util.widgets.AutoResizeTextView
|
161 |
| - android:id="@+id/btn_trash_text" |
| 161 | + android:id="@+id/btn_like_text" |
162 | 162 | style="@style/CommentActionLabel"
|
163 |
| - android:text="@string/mnu_comment_trash"/> |
| 163 | + android:text="@string/reader_label_like"/> |
164 | 164 |
|
165 | 165 | </LinearLayout>
|
166 | 166 |
|
167 | 167 | <LinearLayout
|
168 |
| - android:id="@+id/btn_spam" |
| 168 | + android:id="@+id/btn_edit" |
169 | 169 | android:layout_width="0dp"
|
170 | 170 | android:layout_height="wrap_content"
|
171 | 171 | android:layout_weight="1"
|
|
183 | 183 | android:visibility="gone">
|
184 | 184 |
|
185 | 185 | <ImageView
|
186 |
| - android:id="@+id/btn_spam_icon" |
| 186 | + android:id="@+id/btn_edit_icon" |
187 | 187 | android:layout_width="wrap_content"
|
188 | 188 | android:layout_height="wrap_content"
|
189 | 189 | android:contentDescription="@null"
|
|
193 | 193 | android:paddingRight="@dimen/margin_medium"
|
194 | 194 | android:paddingStart="@dimen/margin_medium"
|
195 | 195 | android:paddingTop="0dp"
|
196 |
| - app:srcCompat="@drawable/ic_spam_grey_min_24dp"/> |
| 196 | + app:srcCompat="@drawable/ic_pencil_grey_min_24dp"/> |
197 | 197 |
|
198 | 198 | <org.wordpress.android.util.widgets.AutoResizeTextView
|
199 |
| - android:id="@+id/btn_spam_text" |
| 199 | + android:id="@+id/btn_edit_text" |
200 | 200 | style="@style/CommentActionLabel"
|
201 |
| - android:text="@string/mnu_comment_spam"/> |
| 201 | + android:text="@string/edit"/> |
202 | 202 |
|
203 | 203 | </LinearLayout>
|
204 | 204 |
|
|
0 commit comments