mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-12-01 16:58:00 +01:00
14 lines
429 B
XML
14 lines
429 B
XML
|
<?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">
|
||
|
|
||
|
<android.support.v4.view.ViewPager
|
||
|
android:id="@+id/view_pager"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"/>
|
||
|
|
||
|
</LinearLayout>
|