2016-02-20 21:06:22 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-06-05 23:49:57 +02:00
|
|
|
<RelativeLayout
|
2016-02-20 21:06:22 +01:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-10-25 20:26:53 +02:00
|
|
|
android:id="@+id/media_item_holder"
|
2016-02-20 21:06:22 +01:00
|
|
|
android:layout_width="match_parent"
|
2016-07-15 23:07:21 +02:00
|
|
|
android:layout_height="match_parent">
|
2016-02-20 21:06:22 +01:00
|
|
|
|
2016-07-15 23:07:21 +02:00
|
|
|
<include layout="@layout/photo_video_tmb"/>
|
2016-02-20 21:06:22 +01:00
|
|
|
|
2016-06-05 23:49:57 +02:00
|
|
|
<ImageView
|
|
|
|
android:id="@+id/play_outline"
|
|
|
|
android:layout_width="@dimen/play_outline_size"
|
|
|
|
android:layout_height="@dimen/play_outline_size"
|
|
|
|
android:layout_alignParentRight="true"
|
2016-11-10 20:23:32 +01:00
|
|
|
android:layout_alignParentTop="true"
|
2016-06-18 12:50:34 +02:00
|
|
|
android:src="@mipmap/play_outline"
|
|
|
|
android:visibility="gone"/>
|
2016-06-05 23:49:57 +02:00
|
|
|
|
|
|
|
</RelativeLayout>
|