gracefully handle null statuses in notifications
This commit is contained in:
parent
550235d40b
commit
ed60cc3a78
4 changed files with 60 additions and 21 deletions
|
@ -14,6 +14,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_marginBottom="6dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:drawablePadding="10dp"
|
||||
android:ellipsize="end"
|
||||
|
@ -30,8 +31,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/notification_top_text"
|
||||
android:layout_toEndOf="@+id/notification_status_avatar"
|
||||
android:paddingBottom="4dp"
|
||||
android:paddingTop="6dp">
|
||||
android:paddingBottom="4dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/status_display_name"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue