|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
tools:parentTag="androidx.constraintlayout.widget.ConstraintLayout">
|
|
|
|
|
|
|
|
<com.keylesspalace.tusky.view.MediaPreviewImageView
|
|
|
|
android:id="@+id/status_media_preview_0"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="@dimen/status_media_preview_height"
|
|
|
|
android:scaleType="centerCrop"
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/status_media_preview_1"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
tools:ignore="ContentDescription" />
|
|
|
|
|
|
|
|
<com.keylesspalace.tusky.view.MediaPreviewImageView
|
|
|
|
android:id="@+id/status_media_preview_1"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="@dimen/status_media_preview_height"
|
|
|
|
android:layout_marginStart="4dp"
|
|
|
|
android:scaleType="centerCrop"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/status_media_preview_0"
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
tools:ignore="ContentDescription" />
|
|
|
|
|
|
|
|
|
|
|
|
<com.keylesspalace.tusky.view.MediaPreviewImageView
|
|
|
|
android:id="@+id/status_media_preview_2"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="@dimen/status_media_preview_height"
|
|
|
|
android:layout_marginTop="4dp"
|
|
|
|
android:scaleType="centerCrop"
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/status_media_preview_3"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/status_media_preview_0"
|
|
|
|
tools:ignore="ContentDescription" />
|
|
|
|
|
|
|
|
<com.keylesspalace.tusky.view.MediaPreviewImageView
|
|
|
|
android:id="@+id/status_media_preview_3"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="@dimen/status_media_preview_height"
|
|
|
|
android:layout_marginStart="4dp"
|
|
|
|
android:layout_marginTop="4dp"
|
|
|
|
android:scaleType="centerCrop"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/status_media_preview_2"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/status_media_preview_1"
|
|
|
|
tools:ignore="ContentDescription" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/status_media_overlay_0"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:scaleType="center"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/status_media_preview_0"
|
|
|
|
app:layout_constraintEnd_toEndOf="@+id/status_media_preview_0"
|
|
|
|
app:layout_constraintStart_toStartOf="@+id/status_media_preview_0"
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/status_media_preview_0"
|
|
|
|
app:srcCompat="?attr/play_indicator_drawable"
|
|
|
|
tools:ignore="ContentDescription" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/status_media_overlay_1"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:scaleType="center"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/status_media_preview_1"
|
|
|
|
app:layout_constraintEnd_toEndOf="@+id/status_media_preview_1"
|
|
|
|
app:layout_constraintStart_toStartOf="@+id/status_media_preview_1"
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/status_media_preview_1"
|
|
|
|
app:srcCompat="?attr/play_indicator_drawable"
|
|
|
|
tools:ignore="ContentDescription" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/status_media_overlay_2"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:scaleType="center"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/status_media_preview_2"
|
|
|
|
app:layout_constraintEnd_toEndOf="@+id/status_media_preview_2"
|
|
|
|
app:layout_constraintStart_toStartOf="@+id/status_media_preview_2"
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/status_media_preview_2"
|
|
|
|
app:srcCompat="?attr/play_indicator_drawable"
|
|
|
|
tools:ignore="ContentDescription" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/status_media_overlay_3"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:scaleType="center"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/status_media_preview_3"
|
|
|
|
app:layout_constraintEnd_toEndOf="@+id/status_media_preview_3"
|
|
|
|
app:layout_constraintStart_toStartOf="@+id/status_media_preview_3"
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/status_media_preview_3"
|
|
|
|
app:srcCompat="?attr/play_indicator_drawable"
|
|
|
|
tools:ignore="ContentDescription" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/status_sensitive_media_button"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:alpha="0.7"
|
|
|
|
android:contentDescription="@null"
|
|
|
|
android:padding="@dimen/status_sensitive_media_button_padding"
|
|
|
|
android:tint="@color/white"
|
|
|
|
android:visibility="gone"
|
|
|
|
app:layout_constraintLeft_toLeftOf="@+id/status_media_preview_container"
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/status_media_preview_container"
|
|
|
|
app:srcCompat="@drawable/ic_eye_24dp" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/status_sensitive_media_warning"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:background="?attr/sensitive_media_warning_background_color"
|
|
|
|
android:gravity="center"
|
|
|
|
android:importantForAccessibility="no"
|
|
|
|
android:lineSpacingMultiplier="1.2"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:padding="8dp"
|
|
|
|
android:textAlignment="center"
|
|
|
|
android:textColor="@android:color/white"
|
|
|
|
android:textSize="?attr/status_text_medium"
|
|
|
|
android:visibility="gone"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/status_media_label_0"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
|
|
|
android:drawablePadding="4dp"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:importantForAccessibility="no"
|
|
|
|
android:textSize="?attr/status_text_medium"
|
|
|
|
android:visibility="gone"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/status_media_label_1"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
|
|
|
android:drawablePadding="4dp"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:importantForAccessibility="no"
|
|
|
|
android:textSize="?attr/status_text_medium"
|
|
|
|
android:visibility="gone"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/status_media_label_0" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/status_media_label_2"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
|
|
|
android:drawablePadding="4dp"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:importantForAccessibility="no"
|
|
|
|
android:textSize="?attr/status_text_medium"
|
|
|
|
android:visibility="gone"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/status_media_label_1" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/status_media_label_3"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
|
|
|
android:drawablePadding="4dp"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:importantForAccessibility="no"
|
|
|
|
android:textSize="?attr/status_text_medium"
|
|
|
|
android:visibility="gone"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/status_media_label_2" />
|
|
|
|
|
|
|
|
|
|
|
|
</merge>
|