|
|
|
@ -144,7 +144,6 @@ |
|
|
|
|
android:paddingRight="6dp" |
|
|
|
|
android:paddingBottom="6dp"> |
|
|
|
|
|
|
|
|
|
<!--TODO: check if this needs emoji support--> |
|
|
|
|
<androidx.emoji.widget.EmojiTextView |
|
|
|
|
android:id="@+id/card_title" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
@ -156,7 +155,6 @@ |
|
|
|
|
android:textColor="?android:textColorPrimary" |
|
|
|
|
android:textSize="?attr/status_text_medium" /> |
|
|
|
|
|
|
|
|
|
<!--TODO: Check if this needs emoji support--> |
|
|
|
|
<androidx.emoji.widget.EmojiTextView |
|
|
|
|
android:id="@+id/card_description" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
@ -293,8 +291,7 @@ |
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/status_media_preview_container" |
|
|
|
|
app:srcCompat="@drawable/ic_eye_24dp" /> |
|
|
|
|
|
|
|
|
|
<!--TODO: Check if this needs emoji support--> |
|
|
|
|
<androidx.emoji.widget.EmojiTextView |
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/status_sensitive_media_warning" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="0dp" |
|
|
|
@ -312,8 +309,7 @@ |
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" /> |
|
|
|
|
|
|
|
|
|
<!--TODO: Check if this needs emoji support--> |
|
|
|
|
<androidx.emoji.widget.EmojiTextView |
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/status_media_label" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|