• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2
3<LinearLayout
4    xmlns:android="http://schemas.android.com/apk/res/android"
5
6    android:layout_width="match_parent"
7    android:layout_height="match_parent">
8
9    <Button
10        android:layout_width="wrap_content"
11        android:layout_height="wrap_content"
12        android:text="Ok" />
13
14    <LinearLayout
15        android:layout_width="match_parent"
16        android:layout_height="match_parent">
17
18        <LinearLayout
19            android:layout_width="match_parent"
20            android:layout_height="match_parent">
21
22            <LinearLayout
23                android:layout_width="match_parent"
24                android:layout_height="match_parent">
25
26                <LinearLayout
27                    android:layout_width="match_parent"
28                    android:layout_height="match_parent">
29
30                    <LinearLayout
31                        android:layout_width="match_parent"
32                        android:layout_height="match_parent">
33
34                        <LinearLayout
35                            android:layout_width="match_parent"
36                            android:layout_height="match_parent">
37
38                            <LinearLayout
39                                android:layout_width="match_parent"
40                                android:layout_height="match_parent">
41
42                                <LinearLayout
43                                    android:layout_width="match_parent"
44                                    android:layout_height="match_parent">
45
46                                    <LinearLayout
47                                        android:layout_width="match_parent"
48                                        android:layout_height="match_parent">
49
50                                        <LinearLayout
51                                            android:layout_width="match_parent"
52                                            android:layout_height="match_parent">
53
54                                            <LinearLayout
55                                                android:layout_width="match_parent"
56                                                android:layout_height="match_parent">
57
58                                                <Button
59                                                    android:layout_width="wrap_content"
60                                                    android:layout_height="wrap_content"
61                                                    android:text="Ok" />
62
63                                            </LinearLayout>
64
65                                        </LinearLayout>
66
67                                    </LinearLayout>
68
69                                </LinearLayout>
70
71                            </LinearLayout>
72
73                        </LinearLayout>
74
75                    </LinearLayout>
76
77                </LinearLayout>
78
79            </LinearLayout>
80
81        </LinearLayout>
82
83    </LinearLayout>
84
85</LinearLayout>
86