forked from angelsl/Wabbitemu-Android
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathsettings.xml
More file actions
14 lines (12 loc) · 533 Bytes
/
Copy pathsettings.xml
File metadata and controls
14 lines (12 loc) · 533 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<fragment
android:id="@+id/content_frame"
android:name="io.github.angelsl.wabbitemu.fragment.SettingsFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentTop="true"
android:layout_alignParentBottom="true" />
</RelativeLayout>