OSDN Git Service

initial
[gokigen/A01d.git] / app / src / main / res / layout-land / 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="horizontal"
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/fragment2"
26             android:layout_width="wrap_content"
27             android:layout_height="match_parent"
28             android:layout_weight="1" />
29
30         <FrameLayout
31             android:id="@+id/fragment1"
32             android:layout_width="wrap_content"
33             android:layout_height="match_parent"
34             android:layout_weight="3"
35             />
36
37         <FrameLayout
38             android:id="@+id/fragment3"
39             android:layout_width="wrap_content"
40             android:layout_height="match_parent"
41             android:layout_weight="1"
42             />
43     -->
44 </RelativeLayout>