2018-02-07 22:01:37 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-04-02 23:17:32 +00:00
|
|
|
<merge
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2018-06-26 17:27:44 +00:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2018-04-02 23:17:32 +00:00
|
|
|
android:id="@+id/quote_container"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:layout_margin="3dp"
|
|
|
|
tools:visibility="visible">
|
2018-02-07 22:01:37 +00:00
|
|
|
|
2018-07-18 20:53:50 +00:00
|
|
|
<LinearLayout
|
2018-04-02 23:17:32 +00:00
|
|
|
android:id="@+id/quote_root"
|
|
|
|
android:layout_width="match_parent"
|
2018-07-18 20:53:50 +00:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/quote_bar"
|
|
|
|
android:layout_width="@dimen/quote_corner_radius_bottom"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:src="@color/white"
|
|
|
|
tools:tint="@color/purple_400" />
|
2018-02-07 22:01:37 +00:00
|
|
|
|
2018-04-02 23:17:32 +00:00
|
|
|
<LinearLayout
|
2018-07-18 20:53:50 +00:00
|
|
|
android:layout_width="0dp"
|
2018-04-02 23:17:32 +00:00
|
|
|
android:layout_height="wrap_content"
|
2018-07-18 20:53:50 +00:00
|
|
|
android:layout_marginLeft="8dp"
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
android:layout_marginRight="8dp"
|
|
|
|
android:layout_marginEnd="8dp"
|
|
|
|
android:layout_marginTop="8dp"
|
|
|
|
android:layout_marginBottom="8dp"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.components.emoji.EmojiTextView
|
|
|
|
android:id="@+id/quote_author"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
style="@style/Signal.Text.Caption"
|
|
|
|
android:textColor="@color/core_black"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:maxLines="1"
|
|
|
|
android:ellipsize="end"
|
|
|
|
tools:text="Peter Parker" />
|
2018-02-07 22:01:37 +00:00
|
|
|
|
2018-04-02 23:17:32 +00:00
|
|
|
<LinearLayout
|
2018-07-18 20:53:50 +00:00
|
|
|
android:id="@+id/quote_attachment_container"
|
|
|
|
android:layout_width="wrap_content"
|
2018-04-02 23:17:32 +00:00
|
|
|
android:layout_height="wrap_content"
|
2018-07-18 20:53:50 +00:00
|
|
|
android:layout_marginBottom="2dp"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:visibility="gone"
|
|
|
|
tools:visibility="visible">
|
2018-06-26 17:27:44 +00:00
|
|
|
|
2018-07-18 20:53:50 +00:00
|
|
|
<ImageView
|
|
|
|
android:layout_width="27dp"
|
|
|
|
android:layout_height="35dp"
|
|
|
|
android:layout_marginRight="4dp"
|
|
|
|
android:layout_marginEnd="4dp"
|
|
|
|
android:paddingLeft="-4dp"
|
|
|
|
android:paddingStart="-4dp"
|
|
|
|
android:src="?attr/attachment_document_icon_small" />
|
2018-04-02 23:17:32 +00:00
|
|
|
|
|
|
|
<TextView
|
2018-07-18 20:53:50 +00:00
|
|
|
android:id="@+id/quote_attachment_name"
|
|
|
|
android:layout_width="match_parent"
|
2018-04-02 23:17:32 +00:00
|
|
|
android:layout_height="wrap_content"
|
2018-06-26 17:27:44 +00:00
|
|
|
style="@style/Signal.Text.Body"
|
2018-07-18 20:53:50 +00:00
|
|
|
android:textColor="@color/core_light_90"
|
|
|
|
android:maxLines="1"
|
2018-04-02 23:17:32 +00:00
|
|
|
android:ellipsize="end"
|
2018-07-18 20:53:50 +00:00
|
|
|
tools:text="The-Amazing-Spider-Man.cba" />
|
2018-04-02 23:17:32 +00:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2018-07-18 20:53:50 +00:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/media_type"
|
2018-04-02 23:17:32 +00:00
|
|
|
android:layout_width="wrap_content"
|
2018-07-18 20:53:50 +00:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginRight="8dp"
|
|
|
|
style="@style/Signal.Text.Caption"
|
|
|
|
android:textColor="@color/core_light_90"
|
|
|
|
android:paddingTop="4dp"
|
|
|
|
android:textStyle="italic"
|
|
|
|
android:visibility="gone"
|
|
|
|
tools:text="Photo"
|
|
|
|
tools:visibility="visible" />
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.components.emoji.EmojiTextView
|
|
|
|
android:id="@+id/quote_text"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
style="@style/Signal.Text.Body"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:maxLines="2"
|
|
|
|
tools:text="With great power comes great responsibility."
|
|
|
|
tools:visibility="visible" />
|
2018-04-02 23:17:32 +00:00
|
|
|
|
2018-02-07 22:01:37 +00:00
|
|
|
|
2018-04-02 23:17:32 +00:00
|
|
|
</LinearLayout>
|
|
|
|
|
2018-07-18 20:53:50 +00:00
|
|
|
<FrameLayout
|
2018-04-02 23:17:32 +00:00
|
|
|
android:layout_width="wrap_content"
|
2018-07-18 20:53:50 +00:00
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/quote_thumbnail"
|
|
|
|
android:layout_width="60dp"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:scaleType="centerCrop"
|
|
|
|
android:visibility="gone"
|
|
|
|
tools:visibility="gone" />
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/quote_video_overlay"
|
|
|
|
android:layout_width="32dp"
|
|
|
|
android:layout_height="32dp"
|
|
|
|
android:background="@drawable/circle_white"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:longClickable="false"
|
|
|
|
android:visibility="gone"
|
|
|
|
tools:visibility="visible">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="13dp"
|
|
|
|
android:layout_height="16dp"
|
|
|
|
android:layout_marginLeft="11dp"
|
|
|
|
android:layout_marginStart="11dp"
|
|
|
|
android:layout_marginTop="8dp"
|
|
|
|
android:tint="@color/core_blue"
|
|
|
|
android:scaleType="fitXY"
|
|
|
|
app:srcCompat="@drawable/triangle_right" />
|
|
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/quote_dismiss"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="4dp"
|
|
|
|
android:layout_marginRight="4dp"
|
|
|
|
android:layout_marginTop="4dp"
|
|
|
|
android:layout_gravity="top|end"
|
|
|
|
android:background="@drawable/dismiss_background"
|
|
|
|
android:src="@drawable/ic_close_white_18dp"
|
|
|
|
android:tint="@color/gray70" />
|
2018-02-07 22:01:37 +00:00
|
|
|
|
|
|
|
</merge>
|