[Android] Initial implementation of the extended info menu.

Most fragments are not implemented yet. This is just a working base framework for it.
This commit is contained in:
Lioncash
2014-01-07 19:47:15 -05:00
parent 7acc64eb0a
commit 45964e4b46
8 changed files with 178 additions and 28 deletions

View File

@ -0,0 +1,5 @@
<android.support.v4.view.ViewPager
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent" />