FossifyGallery/app/src/main/res/layout/medium_item.xml

14 lines
439 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
2016-02-28 23:10:01 +01:00
android:foreground="@drawable/selector">
<com.simplemobiletools.gallery.MyImageView
2016-06-05 23:22:32 +02:00
android:id="@+id/medium_thumbnail"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</FrameLayout>