OSDN Git Service

initial
[gokigen/A01d.git] / app / src / main / res / layout / activity_a01d_main.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <RelativeLayout
3     xmlns:android="http://schemas.android.com/apk/res/android"
4     xmlns:app="http://schemas.android.com/apk/res-auto"
5     xmlns:tools="http://schemas.android.com/tools"
6     android:layout_width="match_parent"
7     android:layout_height="match_parent"
8     android:orientation="vertical"
9     tools:context="net.osdn.gokigen.a01d.A01dMain">
10
11     <FrameLayout
12         android:id="@+id/fragment1"
13         android:layout_width="match_parent"
14         android:layout_height="match_parent"
15         android:layout_alignParentBottom="true"
16         android:layout_alignParentStart="true"
17         android:layout_alignParentEnd="true"
18         android:layout_alignParentLeft="true"
19         android:layout_alignParentRight="true"
20         android:layout_alignParentTop="true"
21         />
22
23 <!--
24     <FrameLayout
25         android:id="@+id/fragment1"
26         android:layout_width="match_parent"
27         android:layout_height="wrap_content"
28         android:layout_weight="3"
29         />
30
31     <FrameLayout
32         android:id="@+id/fragment2"
33         android:layout_width="match_parent"
34         android:layout_height="wrap_content"
35         android:layout_weight="1" />
36
37     <FrameLayout
38         android:id="@+id/fragment3"
39         android:layout_width="match_parent"
40         android:layout_height="wrap_content"
41         android:layout_weight="1"
42         />
43 -->
44 </RelativeLayout>