mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-02-01 12:46:43 +01:00
19 lines
650 B
XML
19 lines
650 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/media_item_holder"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<include layout="@layout/photo_video_tmb"/>
|
|
|
|
<ImageView
|
|
android:id="@+id/play_outline"
|
|
android:layout_width="@dimen/play_outline_size"
|
|
android:layout_height="@dimen/play_outline_size"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_alignParentRight="true"
|
|
android:src="@mipmap/play_outline"
|
|
android:visibility="gone"/>
|
|
|
|
</RelativeLayout>
|