Project

General

Profile

Download (7.95 KB) Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / res / layout / config.xml @ 8375250f

1 1237d25d Leszek Koltunski
<?xml version="1.0" encoding="utf-8"?>
2
<LinearLayout  xmlns:android="http://schemas.android.com/apk/res/android"
3 97a4ae23 Leszek Koltunski
    android:id="@+id/mainLayout"
4 1237d25d Leszek Koltunski
    android:layout_width="match_parent"
5
    android:layout_height="match_parent"
6
    android:orientation="vertical">
7
8 97a4ae23 Leszek Koltunski
    <org.distorted.config.ConfigSurfaceView
9
        android:id="@+id/configSurfaceView"
10 1237d25d Leszek Koltunski
        android:layout_width="match_parent"
11 97a4ae23 Leszek Koltunski
        android:layout_height="0dp"
12 21efc7d7 Leszek Koltunski
        android:layout_weight="1.3"/>
13 1237d25d Leszek Koltunski
14 8bf8fe70 Leszek Koltunski
    <LinearLayout
15 74d088c3 Leszek Koltunski
        android:id="@+id/configLayout"
16 1237d25d Leszek Koltunski
        android:layout_width="match_parent"
17 97a4ae23 Leszek Koltunski
        android:layout_height="0dp"
18 74d088c3 Leszek Koltunski
        android:layout_weight="1.0"
19
        android:background="@color/light_grey"
20
        android:orientation="vertical" >
21 21efc7d7 Leszek Koltunski
22
        <LinearLayout
23
            android:id="@+id/configLayoutName"
24
            android:layout_width="fill_parent"
25
            android:layout_height="0dp"
26
            android:layout_weight="1"
27
            android:paddingLeft="5dp"
28
            android:paddingRight="5dp"
29
            android:background="@color/grey"
30
            android:orientation="horizontal">
31
32
            <TextView
33
                android:id="@+id/configDetailsName1"
34
                android:layout_width="0dp"
35
                android:layout_height="match_parent"
36
                android:layout_weight="1.0"
37
                android:gravity="center_vertical|start"
38
                android:paddingStart="5dp"
39
                android:textSize="26sp"
40
                android:singleLine="true"
41
                android:maxLines="1"
42
                android:text="@string/config_name"/>
43
44
            <TextView
45
                android:id="@+id/configDetailsName2"
46
                android:layout_width="0dp"
47
                android:layout_height="match_parent"
48 e8e0d66a Leszek Koltunski
                android:layout_weight="2.1"
49 21efc7d7 Leszek Koltunski
                android:gravity="center_vertical|start"
50
                android:paddingStart="5dp"
51
                android:textSize="26sp"
52
                android:singleLine="true"
53
                android:maxLines="1"/>
54
55
        </LinearLayout>
56
57
        <LinearLayout
58
            android:id="@+id/configLayoutAuthor"
59
            android:layout_width="fill_parent"
60
            android:layout_height="0dp"
61
            android:layout_weight="1"
62
            android:paddingLeft="5dp"
63
            android:paddingRight="5dp"
64
            android:background="@color/grey"
65
            android:orientation="horizontal">
66
67
            <TextView
68
                android:id="@+id/configDetailsAuthor1"
69
                android:layout_width="0dp"
70
                android:layout_height="match_parent"
71
                android:layout_weight="1.0"
72
                android:gravity="center_vertical|start"
73
                android:paddingStart="5dp"
74
                android:textSize="26sp"
75
                android:singleLine="true"
76
                android:maxLines="1"
77
                android:text="@string/config_author"/>
78
79
            <TextView
80
                android:id="@+id/configDetailsAuthor2"
81
                android:layout_width="0dp"
82
                android:layout_height="match_parent"
83 e8e0d66a Leszek Koltunski
                android:layout_weight="2.1"
84 21efc7d7 Leszek Koltunski
                android:gravity="center_vertical|start"
85
                android:paddingStart="5dp"
86
                android:textSize="26sp"
87
                android:singleLine="true"
88
                android:maxLines="1"/>
89
90
        </LinearLayout>
91
92
        <LinearLayout
93
            android:id="@+id/configLayoutDifficulty"
94
            android:layout_width="fill_parent"
95
            android:layout_height="0dp"
96
            android:layout_weight="1"
97
            android:paddingLeft="5dp"
98
            android:paddingRight="5dp"
99
            android:background="@color/grey"
100
            android:orientation="horizontal">
101
102
            <TextView
103
                android:id="@+id/configDifficultyTitle"
104
                android:layout_width="0dp"
105
                android:layout_height="match_parent"
106
                android:layout_weight="1.0"
107
                android:gravity="center_vertical|start"
108
                android:paddingStart="5dp"
109
                android:textSize="26sp"
110
                android:singleLine="true"
111
                android:maxLines="1"
112
                android:text="@string/config_difficulty"/>
113
114
            <LinearLayout
115
                android:id="@+id/configDifficultyLayout"
116
                android:layout_width="0dp"
117
                android:layout_height="match_parent"
118
                android:layout_weight="2.5"
119 e8e0d66a Leszek Koltunski
                android:gravity="start"
120 21efc7d7 Leszek Koltunski
                android:paddingTop="20dp"
121
                android:paddingBottom="20dp"
122
                android:orientation="horizontal">
123
124
                <ImageView
125
                    android:id="@+id/configDifficulty0"
126
                    android:layout_width="0dp"
127
                    android:layout_height="match_parent"
128 8375250f Leszek Koltunski
                    android:layout_weight="1"/>
129 21efc7d7 Leszek Koltunski
130
                <ImageView
131
                    android:id="@+id/configDifficulty1"
132
                    android:layout_width="0dp"
133
                    android:layout_height="match_parent"
134 8375250f Leszek Koltunski
                    android:layout_weight="1"/>
135 21efc7d7 Leszek Koltunski
136
                <ImageView
137
                    android:id="@+id/configDifficulty2"
138
                    android:layout_width="0dp"
139
                    android:layout_height="match_parent"
140 8375250f Leszek Koltunski
                    android:layout_weight="1"/>
141 21efc7d7 Leszek Koltunski
142
                <ImageView
143
                    android:id="@+id/configDifficulty3"
144
                    android:layout_width="0dp"
145
                    android:layout_height="match_parent"
146 8375250f Leszek Koltunski
                    android:layout_weight="1"/>
147 21efc7d7 Leszek Koltunski
148
                <ImageView
149
                    android:id="@+id/configDifficulty4"
150
                    android:layout_width="0dp"
151
                    android:layout_height="match_parent"
152 8375250f Leszek Koltunski
                    android:layout_weight="1"/>
153 21efc7d7 Leszek Koltunski
154
            </LinearLayout>
155
156
        </LinearLayout>
157
158
         <LinearLayout
159
            android:id="@+id/configLayoutMesh"
160
            android:layout_width="fill_parent"
161
            android:layout_height="0dp"
162
            android:layout_weight="1"
163
            android:paddingLeft="5dp"
164
            android:paddingRight="5dp"
165
            android:background="@color/grey"
166
            android:orientation="horizontal">
167
168
            <TextView
169
                android:id="@+id/configMeshTitle"
170
                android:layout_width="0dp"
171
                android:layout_height="match_parent"
172
                android:layout_weight="1.0"
173
                android:gravity="center_vertical|start"
174
                android:paddingStart="5dp"
175
                android:textSize="26sp"
176
                android:singleLine="true"
177
                android:maxLines="1"
178
                android:text="@string/config_mesh"/>
179
180
            <RadioGroup
181
                android:id="@+id/meshRadioGroup"
182
                android:layout_width="0dp"
183
                android:layout_height="match_parent"
184 e8e0d66a Leszek Koltunski
                android:layout_weight="2.1"
185 21efc7d7 Leszek Koltunski
                android:orientation="horizontal"
186
                android:checkedButton="@+id/meshNice"
187
                android:background="@color/grey">
188
189
                <RadioButton
190
                    android:id="@+id/meshSimple"
191
                    android:layout_width="0dp"
192
                    android:layout_height="match_parent"
193
                    android:layout_weight="1"
194 e8e0d66a Leszek Koltunski
                    android:buttonTint="@color/white"
195 4d191189 Leszek Koltunski
                    android:text="@string/config_mesh_fast"/>
196 21efc7d7 Leszek Koltunski
197
                <RadioButton
198
                    android:id="@+id/meshNice"
199
                    android:layout_width="0dp"
200
                    android:layout_height="match_parent"
201
                    android:layout_weight="1"
202 e8e0d66a Leszek Koltunski
                    android:buttonTint="@color/white"
203 21efc7d7 Leszek Koltunski
                    android:text="@string/config_mesh_nice"/>
204
205
            </RadioGroup>
206
207
        </LinearLayout>
208
209 8bf8fe70 Leszek Koltunski
    </LinearLayout>
210 1237d25d Leszek Koltunski
211
    <LinearLayout
212
        android:id="@+id/lowerBar"
213
        android:layout_width="match_parent"
214
        android:layout_height="100dp"
215 97a4ae23 Leszek Koltunski
        android:layout_gravity="end"
216 1237d25d Leszek Koltunski
        android:orientation="horizontal"
217 97a4ae23 Leszek Koltunski
        android:background="@color/light_grey">
218 1237d25d Leszek Koltunski
    </LinearLayout>
219
220
</LinearLayout>