2015-03-17 21:01:37 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-07-30 22:02:20 +00:00
|
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
2015-03-17 21:01:37 +00:00
|
|
|
|
2015-07-15 20:42:59 +00:00
|
|
|
<ImageView android:id="@+id/thumbnail_image"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:adjustViewBounds="true"
|
2015-09-24 23:46:57 +00:00
|
|
|
android:clickable="false"
|
|
|
|
android:longClickable="false"
|
2015-07-15 20:42:59 +00:00
|
|
|
android:scaleType="fitCenter"
|
2015-09-16 20:41:10 +00:00
|
|
|
android:contentDescription="@string/conversation_item__mms_image_description" />
|
2015-03-17 21:01:37 +00:00
|
|
|
|
2016-12-11 21:37:27 +00: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 01:08:44 +00:00
|
|
|
<ViewStub android:id="@+id/transfer_controls_stub"
|
2015-07-30 22:02:20 +00:00
|
|
|
android:layout_width="70dp"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:layout_gravity="center"
|
2015-09-08 01:08:44 +00:00
|
|
|
android:layout="@layout/transfer_controls_stub" />
|
2015-06-27 03:14:51 +00:00
|
|
|
|
|
|
|
</merge>
|