2016-07-20 21:00:02 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<merge>
|
2016-12-25 23:16:27 +01:00
|
|
|
|
2016-07-20 21:00:02 +02:00
|
|
|
<FrameLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-12-25 23:16:27 +01:00
|
|
|
android:id="@+id/dir_frame"
|
2016-07-20 21:00:02 +02:00
|
|
|
android:layout_width="match_parent"
|
2016-12-25 23:16:27 +01:00
|
|
|
android:layout_height="match_parent">
|
2016-07-20 21:00:02 +02:00
|
|
|
|
2017-03-18 18:34:46 +01:00
|
|
|
<com.simplemobiletools.gallery.views.MySquareImageView
|
2016-07-20 21:00:02 +02:00
|
|
|
android:id="@+id/dir_thumbnail"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"/>
|
|
|
|
</FrameLayout>
|
|
|
|
</merge>
|