|
192 | 192 | android:columnCount="3"> |
193 | 193 |
|
194 | 194 | <com.google.android.material.button.MaterialButton |
195 | | - android:id="@+id/btn_settings_quick" |
| 195 | + android:id="@+id/btn_about_quick" |
196 | 196 | style="@style/Widget.Material3.Button.TextButton" |
197 | 197 | android:layout_width="0dp" |
198 | 198 | android:layout_height="wrap_content" |
199 | 199 | android:layout_columnWeight="1" |
200 | 200 | android:layout_margin="2dp" |
201 | 201 | android:maxLines="1" |
202 | 202 | android:ellipsize="end" |
203 | | - android:text="@string/btn_label_settings" |
| 203 | + android:text="@string/btn_label_about" |
204 | 204 | android:textSize="11sp" |
205 | | - app:icon="@drawable/ic_settings_24dp" /> |
| 205 | + app:icon="@drawable/ic_about_24dp" /> |
206 | 206 |
|
207 | 207 | <com.google.android.material.button.MaterialButton |
208 | | - android:id="@+id/btn_logcat_quick" |
| 208 | + android:id="@+id/btn_update_sub_quick" |
209 | 209 | style="@style/Widget.Material3.Button.TextButton" |
210 | 210 | android:layout_width="0dp" |
211 | 211 | android:layout_height="wrap_content" |
212 | 212 | android:layout_columnWeight="1" |
213 | 213 | android:layout_margin="2dp" |
214 | 214 | android:maxLines="1" |
215 | 215 | android:ellipsize="end" |
216 | | - android:text="@string/btn_label_logs" |
| 216 | + android:text="@string/btn_label_update" |
217 | 217 | android:textSize="11sp" |
218 | | - app:icon="@drawable/ic_logcat_24dp" /> |
| 218 | + app:icon="@drawable/ic_subscriptions_24dp" /> |
219 | 219 |
|
220 | 220 | <com.google.android.material.button.MaterialButton |
221 | | - android:id="@+id/btn_update_sub_quick" |
| 221 | + android:id="@+id/btn_filter_quick" |
222 | 222 | style="@style/Widget.Material3.Button.TextButton" |
223 | 223 | android:layout_width="0dp" |
224 | 224 | android:layout_height="wrap_content" |
225 | 225 | android:layout_columnWeight="1" |
226 | 226 | android:layout_margin="2dp" |
227 | 227 | android:maxLines="1" |
228 | 228 | android:ellipsize="end" |
229 | | - android:text="@string/btn_label_update" |
| 229 | + android:text="@string/btn_label_filter" |
230 | 230 | android:textSize="11sp" |
231 | | - app:icon="@drawable/ic_subscriptions_24dp" /> |
| 231 | + app:icon="@drawable/ic_filter_24dp" /> |
232 | 232 |
|
233 | 233 | <com.google.android.material.button.MaterialButton |
234 | | - android:id="@+id/btn_about_quick" |
| 234 | + android:id="@+id/btn_logcat_quick" |
235 | 235 | style="@style/Widget.Material3.Button.TextButton" |
236 | 236 | android:layout_width="0dp" |
237 | 237 | android:layout_height="wrap_content" |
238 | 238 | android:layout_columnWeight="1" |
239 | 239 | android:layout_margin="2dp" |
240 | 240 | android:maxLines="1" |
241 | 241 | android:ellipsize="end" |
242 | | - android:text="@string/btn_label_about" |
| 242 | + android:text="@string/btn_label_logs" |
243 | 243 | android:textSize="11sp" |
244 | | - app:icon="@drawable/ic_about_24dp" /> |
| 244 | + app:icon="@drawable/ic_logcat_24dp" /> |
245 | 245 |
|
246 | 246 | <com.google.android.material.button.MaterialButton |
247 | | - android:id="@+id/btn_filter_quick" |
| 247 | + android:id="@+id/btn_settings_quick" |
248 | 248 | style="@style/Widget.Material3.Button.TextButton" |
249 | 249 | android:layout_width="0dp" |
250 | 250 | android:layout_height="wrap_content" |
251 | 251 | android:layout_columnWeight="1" |
252 | 252 | android:layout_margin="2dp" |
253 | 253 | android:maxLines="1" |
254 | 254 | android:ellipsize="end" |
255 | | - android:text="@string/btn_label_filter" |
| 255 | + android:text="@string/btn_label_settings" |
256 | 256 | android:textSize="11sp" |
257 | | - app:icon="@drawable/ic_filter_24dp" /> |
| 257 | + app:icon="@drawable/ic_settings_24dp" /> |
258 | 258 |
|
259 | 259 | </GridLayout> |
260 | 260 |
|
|
0 commit comments