2015-03-17 22:01:37 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-07-31 00:02:20 +02:00
|
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
2015-03-17 22:01:37 +01:00
|
|
|
|
2015-07-15 22:42:59 +02:00
|
|
|
<ImageView android:id="@+id/thumbnail_image"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:adjustViewBounds="true"
|
2015-09-25 01:46:57 +02:00
|
|
|
android:clickable="false"
|
|
|
|
android:longClickable="false"
|
2015-07-15 22:42:59 +02:00
|
|
|
android:scaleType="fitCenter"
|
2015-09-16 22:41:10 +02:00
|
|
|
android:contentDescription="@string/conversation_item__mms_image_description" />
|
2015-03-17 22:01:37 +01:00
|
|
|
|
2016-12-11 22:37:27 +01:00
|
|
|
<ImageView android:id="@+id/play_overlay"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:clickable="false"
|
|
|
|
android:longClickable="false"
|
|
|
|
android:src="@drawable/ic_play_circle_outline_white_48dp"
|
|
|
|
android:tint="#77ffffff"
|
|
|
|
android:tintMode="src_in"
|
|
|
|
android:visibility="gone"/>
|
|
|
|
|
2015-09-08 03:08:44 +02:00
|
|
|
<ViewStub android:id="@+id/transfer_controls_stub"
|
2015-07-31 00:02:20 +02:00
|
|
|
android:layout_width="70dp"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:layout_gravity="center"
|
2015-09-08 03:08:44 +02:00
|
|
|
android:layout="@layout/transfer_controls_stub" />
|
2015-06-27 05:14:51 +02:00
|
|
|
|
|
|
|
</merge>
|