|
9 | 9 | xmlns:app="http://schemas.android.com/apk/res-auto" |
10 | 10 | xmlns:tools="http://schemas.android.com/tools" |
11 | 11 | android:layout_width="match_parent" |
12 | | - android:layout_height="match_parent" |
| 12 | + android:layout_height="wrap_content" |
13 | 13 | android:orientation="vertical" |
14 | 14 | style="@style/Widget.Material3.BottomSheet" |
15 | 15 | android:padding="@dimen/standard_padding"> |
|
23 | 23 | android:id="@+id/onlineStatusView" |
24 | 24 | android:layout_width="match_parent" |
25 | 25 | android:layout_height="wrap_content" |
26 | | - android:layout_marginBottom="@dimen/standard_half_margin" |
| 26 | + android:layout_marginBottom="@dimen/standard_margin" |
27 | 27 | android:text="@string/online_status" |
28 | 28 | android:textColor="@color/high_emphasis_text" |
29 | 29 | android:textSize="@dimen/activity_list_item_title_header_text_size" |
|
46 | 46 | android:layout_width="match_parent" |
47 | 47 | android:layout_height="@dimen/online_status_item_height" |
48 | 48 | android:layout_gravity="center_vertical" |
49 | | - android:layout_marginBottom="@dimen/standard_half_margin" |
| 49 | + android:layout_marginBottom="@dimen/standard_margin" |
50 | 50 | android:layout_weight="1" |
51 | 51 | android:checkable="true" |
52 | 52 | android:orientation="horizontal" |
|
115 | 115 | android:layout_width="match_parent" |
116 | 116 | android:layout_height="@dimen/online_status_item_height" |
117 | 117 | android:layout_gravity="center_vertical" |
118 | | - android:layout_marginBottom="@dimen/standard_half_margin" |
| 118 | + android:layout_marginBottom="@dimen/standard_margin" |
119 | 119 | android:layout_weight="1" |
120 | 120 | android:checkable="true" |
121 | 121 | android:orientation="horizontal" |
|
185 | 185 | android:layout_width="match_parent" |
186 | 186 | android:layout_height="@dimen/online_status_item_height" |
187 | 187 | android:layout_gravity="center_vertical" |
188 | | - android:layout_marginBottom="@dimen/standard_half_margin" |
| 188 | + android:layout_marginBottom="@dimen/standard_margin" |
189 | 189 | android:layout_weight="1" |
190 | 190 | android:checkable="true" |
191 | 191 | android:orientation="horizontal" |
|
242 | 242 | android:layout_width="match_parent" |
243 | 243 | android:layout_height="@dimen/online_status_item_height" |
244 | 244 | android:layout_gravity="center_vertical" |
245 | | - android:layout_marginBottom="@dimen/standard_half_margin" |
| 245 | + android:layout_marginBottom="@dimen/standard_margin" |
246 | 246 | android:layout_weight="1" |
247 | 247 | android:checkable="true" |
248 | 248 | android:orientation="horizontal" |
|
281 | 281 | <TextView |
282 | 282 | android:id="@+id/dnd_headline" |
283 | 283 | android:layout_width="match_parent" |
284 | | - android:layout_height="wrap_content" |
| 284 | + android:layout_height="match_parent" |
285 | 285 | android:ellipsize="end" |
286 | 286 | android:gravity="bottom" |
287 | 287 | android:maxLines="1" |
288 | 288 | android:text="@string/dnd" |
289 | 289 | android:textAppearance="?android:attr/textAppearanceListItem" /> |
290 | 290 |
|
| 291 | + <TextView |
| 292 | + android:id="@+id/dnd_info" |
| 293 | + android:layout_width="match_parent" |
| 294 | + android:layout_height="wrap_content" |
| 295 | + android:ellipsize="end" |
| 296 | + android:gravity="bottom" |
| 297 | + android:maxLines="1" |
| 298 | + android:text="@string/mute_all_notifications" |
| 299 | + android:textAppearance="?android:attr/textAppearanceSmall" /> |
| 300 | + |
291 | 301 | </LinearLayout> |
292 | 302 |
|
293 | 303 | </RelativeLayout> |
|
337 | 347 | <TextView |
338 | 348 | android:id="@+id/invisible_headline" |
339 | 349 | android:layout_width="match_parent" |
340 | | - android:layout_height="wrap_content" |
| 350 | + android:layout_height="match_parent" |
341 | 351 | android:ellipsize="end" |
342 | 352 | android:gravity="bottom" |
343 | 353 | android:maxLines="1" |
344 | 354 | android:text="@string/invisible" |
345 | 355 | android:textAppearance="?android:attr/textAppearanceListItem" /> |
346 | 356 |
|
| 357 | + <TextView |
| 358 | + android:id="@+id/invisible_info" |
| 359 | + android:layout_width="match_parent" |
| 360 | + android:layout_height="wrap_content" |
| 361 | + android:ellipsize="end" |
| 362 | + android:gravity="bottom" |
| 363 | + android:maxLines="1" |
| 364 | + android:text="@string/appear_offline" |
| 365 | + android:textAppearance="?android:attr/textAppearanceSmall" /> |
| 366 | + |
347 | 367 | </LinearLayout> |
348 | 368 |
|
349 | 369 | </RelativeLayout> |
|
0 commit comments