2016-02-20 22:54:41 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-04-18 21:29:19 +02:00
|
|
|
<RelativeLayout
|
2016-02-20 22:54:41 +01:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-10-25 20:26:53 +02:00
|
|
|
android:id="@+id/fragment_holder"
|
2016-02-20 22:54:41 +01:00
|
|
|
android:layout_width="match_parent"
|
2016-10-25 20:26:53 +02:00
|
|
|
android:layout_height="match_parent">
|
2016-02-20 22:54:41 +01:00
|
|
|
|
2016-11-13 11:01:21 +01:00
|
|
|
<com.simplemobiletools.gallery.views.MyViewPager
|
2016-04-18 21:29:19 +02:00
|
|
|
android:id="@+id/view_pager"
|
2016-02-20 22:54:41 +01:00
|
|
|
android:layout_width="match_parent"
|
2016-04-18 21:29:19 +02:00
|
|
|
android:layout_height="match_parent"/>
|
2016-02-20 22:54:41 +01:00
|
|
|
|
2016-04-18 21:29:19 +02:00
|
|
|
</RelativeLayout>
|