|
189 | 189 | android:layout_height="wrap_content" |
190 | 190 | android:layout_marginBottom="24dp" |
191 | 191 | android:alignmentMode="alignMargins" |
192 | | - android:columnCount="5" |
193 | | - android:rowCount="1"> |
| 192 | + android:columnCount="3"> |
194 | 193 |
|
195 | 194 | <com.google.android.material.button.MaterialButton |
196 | 195 | android:id="@+id/btn_settings_quick" |
|
199 | 198 | android:layout_height="wrap_content" |
200 | 199 | android:layout_columnWeight="1" |
201 | 200 | android:layout_margin="2dp" |
| 201 | + android:maxLines="1" |
| 202 | + android:ellipsize="end" |
202 | 203 | android:text="@string/btn_label_settings" |
203 | 204 | android:textSize="11sp" |
204 | 205 | app:icon="@drawable/ic_settings_24dp" /> |
|
210 | 211 | android:layout_height="wrap_content" |
211 | 212 | android:layout_columnWeight="1" |
212 | 213 | android:layout_margin="2dp" |
| 214 | + android:maxLines="1" |
| 215 | + android:ellipsize="end" |
213 | 216 | android:text="@string/btn_label_logs" |
214 | 217 | android:textSize="11sp" |
215 | 218 | app:icon="@drawable/ic_logcat_24dp" /> |
|
221 | 224 | android:layout_height="wrap_content" |
222 | 225 | android:layout_columnWeight="1" |
223 | 226 | android:layout_margin="2dp" |
| 227 | + android:maxLines="1" |
| 228 | + android:ellipsize="end" |
224 | 229 | android:text="@string/btn_label_update" |
225 | 230 | android:textSize="11sp" |
226 | 231 | app:icon="@drawable/ic_subscriptions_24dp" /> |
|
232 | 237 | android:layout_height="wrap_content" |
233 | 238 | android:layout_columnWeight="1" |
234 | 239 | android:layout_margin="2dp" |
| 240 | + android:maxLines="1" |
| 241 | + android:ellipsize="end" |
235 | 242 | android:text="@string/btn_label_about" |
236 | 243 | android:textSize="11sp" |
237 | 244 | app:icon="@drawable/ic_about_24dp" /> |
|
243 | 250 | android:layout_height="wrap_content" |
244 | 251 | android:layout_columnWeight="1" |
245 | 252 | android:layout_margin="2dp" |
| 253 | + android:maxLines="1" |
| 254 | + android:ellipsize="end" |
246 | 255 | android:text="@string/btn_label_filter" |
247 | 256 | android:textSize="11sp" |
248 | 257 | app:icon="@drawable/ic_filter_24dp" /> |
|
0 commit comments