2016-07-15 23:07:21 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<merge>
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-10-25 20:26:53 +02:00
|
|
|
android:id="@+id/medium_thumbnail_holder"
|
2016-07-15 23:07:21 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:foreground="@drawable/selector">
|
|
|
|
|
2016-11-13 11:01:21 +01:00
|
|
|
<com.simplemobiletools.gallery.views.MyImageView
|
2016-07-15 23:07:21 +02:00
|
|
|
android:id="@+id/medium_thumbnail"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"/>
|
|
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
</merge>
|