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

14 lines
437 B
XML
Raw Normal View History

2016-02-20 22:54:41 +01:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/black">
<gallery.simplemobiletools.com.MyViewPager
2016-02-20 22:54:41 +01:00
android:id="@+id/view_pager"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</LinearLayout>