Add minimal detail view as a fragment

This commit is contained in:
YuviPanda 2013-02-21 21:09:04 +05:30
parent de39502292
commit 0cb11284ff
7 changed files with 238 additions and 7 deletions

View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v4.view.ViewPager
android:id="@+id/mediaDetailsPager"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:fadingEdge="none"
>
</android.support.v4.view.ViewPager>
</LinearLayout>