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