mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-15 00:41:41 +02:00
16 lines
526 B
XML
16 lines
526 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<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">
|
|
|
|
<android.support.v4.view.PagerTabStrip
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="top"
|
|
android:paddingBottom="10dp"
|
|
android:paddingTop="10dp" />
|
|
|
|
</android.support.v4.view.ViewPager>
|
|
|