mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 09:39:46 -06:00
[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:
5
Source/Android/res/layout/viewpager.xml
Normal file
5
Source/Android/res/layout/viewpager.xml
Normal 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" />
|
Reference in New Issue
Block a user