merge akirad ui / themes + icons
[goodguy/history.git] / CineRmt / src / main / res / layout / content_main.xml
1 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
2     xmlns:tools="http://schemas.android.com/tools"
3     android:id="@+id/container"
4     android:layout_width="wrap_content"
5     android:layout_height="wrap_content"
6     tools:context=".MainActivity"
7     tools:ignore="MergeRootFrame"
8     android:clickable="true">
9
10     <LinearLayout
11         android:layout_width="match_parent"
12         android:layout_height="match_parent"
13         android:orientation="vertical" >
14
15         <LinearLayout
16             android:layout_width="match_parent"
17             android:layout_height="wrap_content" >
18
19             <ImageButton
20                 android:id="@+id/button0"
21                 android:layout_width="wrap_content"
22                 android:layout_height="wrap_content"
23                 android:adjustViewBounds="true"
24                 android:cropToPadding="false"
25                 android:scaleType="fitXY"
26                 android:src="@mipmap/zfig0" />
27
28             <ImageButton
29                 android:id="@+id/button1"
30                 android:layout_width="wrap_content"
31                 android:layout_height="wrap_content"
32                 android:adjustViewBounds="true"
33                 android:cropToPadding="false"
34                 android:scaleType="fitXY"
35                 android:src="@mipmap/zfig1" />
36
37             <ImageButton
38                 android:id="@+id/button2"
39                 android:layout_width="wrap_content"
40                 android:layout_height="wrap_content"
41                 android:adjustViewBounds="true"
42                 android:cropToPadding="false"
43                 android:scaleType="fitXY"
44                 android:src="@mipmap/zfig2" />
45
46             <ImageButton
47                 android:id="@+id/button3"
48                 android:layout_width="wrap_content"
49                 android:layout_height="wrap_content"
50                 android:adjustViewBounds="true"
51                 android:cropToPadding="false"
52                 android:scaleType="fitXY"
53                 android:src="@mipmap/zfig3" />
54
55             <ImageButton
56                 android:id="@+id/button4"
57                 android:layout_width="wrap_content"
58                 android:layout_height="wrap_content"
59                 android:adjustViewBounds="true"
60                 android:cropToPadding="false"
61                 android:scaleType="fitXY"
62                 android:src="@mipmap/zfig4" />
63         </LinearLayout>
64
65         <LinearLayout
66             android:layout_width="wrap_content"
67             android:layout_height="match_parent" >
68
69             <ImageButton
70                 android:id="@+id/button5"
71                 android:layout_width="wrap_content"
72                 android:layout_height="wrap_content"
73                 android:adjustViewBounds="true"
74                 android:cropToPadding="false"
75                 android:scaleType="fitXY"
76                 android:src="@mipmap/zfig5" />
77
78             <ImageButton
79                 android:id="@+id/button6"
80                 android:layout_width="wrap_content"
81                 android:layout_height="wrap_content"
82                 android:adjustViewBounds="true"
83                 android:cropToPadding="false"
84                 android:scaleType="fitXY"
85                 android:src="@mipmap/zfig6" />
86
87             <ImageButton
88                 android:id="@+id/button7"
89                 android:layout_width="wrap_content"
90                 android:layout_height="wrap_content"
91                 android:adjustViewBounds="true"
92                 android:cropToPadding="false"
93                 android:scaleType="fitXY"
94                 android:src="@mipmap/zfig7" />
95
96             <ImageButton
97                 android:id="@+id/button8"
98                 android:layout_width="wrap_content"
99                 android:layout_height="wrap_content"
100                 android:adjustViewBounds="true"
101                 android:cropToPadding="false"
102                 android:scaleType="fitXY"
103                 android:src="@mipmap/zfig8" />
104
105             <ImageButton
106                 android:id="@+id/button9"
107                 android:layout_width="wrap_content"
108                 android:layout_height="wrap_content"
109                 android:adjustViewBounds="true"
110                 android:cropToPadding="false"
111                 android:scaleType="fitXY"
112                 android:src="@mipmap/zfig9" />
113         </LinearLayout>
114
115         <LinearLayout
116             android:layout_width="wrap_content"
117             android:layout_height="match_parent" >
118
119             <ImageButton
120                 android:id="@+id/buttonA"
121                 android:layout_width="wrap_content"
122                 android:layout_height="wrap_content"
123                 android:adjustViewBounds="true"
124                 android:cropToPadding="false"
125                 android:scaleType="fitXY"
126                 android:src="@mipmap/zfiga" />
127
128             <ImageButton
129                 android:id="@+id/buttonB"
130                 android:layout_width="wrap_content"
131                 android:layout_height="wrap_content"
132                 android:adjustViewBounds="true"
133                 android:cropToPadding="false"
134                 android:scaleType="fitXY"
135                 android:src="@mipmap/zfigb" />
136
137             <ImageButton
138                 android:id="@+id/buttonC"
139                 android:layout_width="wrap_content"
140                 android:layout_height="wrap_content"
141                 android:adjustViewBounds="true"
142                 android:cropToPadding="false"
143                 android:scaleType="fitXY"
144                 android:src="@mipmap/zfigc" />
145
146             <ImageButton
147                 android:id="@+id/buttonD"
148                 android:layout_width="wrap_content"
149                 android:layout_height="wrap_content"
150                 android:adjustViewBounds="true"
151                 android:cropToPadding="false"
152                 android:scaleType="fitXY"
153                 android:src="@mipmap/zfigd" />
154
155             <ImageButton
156                 android:id="@+id/buttonE"
157                 android:layout_width="wrap_content"
158                 android:layout_height="wrap_content"
159                 android:adjustViewBounds="true"
160                 android:cropToPadding="false"
161                 android:scaleType="fitXY"
162                 android:src="@mipmap/zfige" />
163         </LinearLayout>
164
165         <LinearLayout
166             android:layout_width="wrap_content"
167             android:layout_height="match_parent" >
168
169             <ImageButton
170                 android:id="@+id/buttonF"
171                 android:layout_width="wrap_content"
172                 android:layout_height="wrap_content"
173                 android:adjustViewBounds="true"
174                 android:cropToPadding="false"
175                 android:scaleType="fitXY"
176                 android:src="@mipmap/zfigf" />
177             
178             <ImageButton
179                 android:id="@+id/button_dot"
180                 android:layout_width="wrap_content"
181                 android:layout_height="wrap_content"
182                 android:adjustViewBounds="true"
183                 android:cropToPadding="false"
184                 android:scaleType="fitXY"
185                 android:src="@mipmap/zfigdot" />
186             </LinearLayout>
187
188         <LinearLayout
189             android:layout_width="match_parent"
190             android:layout_height="wrap_content" >
191
192             <ImageButton
193                 android:id="@+id/fast_lt"
194                 android:layout_width="wrap_content"
195                 android:layout_height="wrap_content"
196                 android:adjustViewBounds="true"
197                 android:cropToPadding="false"
198                 android:scaleType="fitXY"
199                 android:src="@mipmap/fast_lt" />
200
201             <ImageButton
202                 android:id="@+id/media_up"
203                 android:layout_width="wrap_content"
204                 android:layout_height="wrap_content"
205                 android:adjustViewBounds="true"
206                 android:cropToPadding="false"
207                 android:scaleType="fitXY"
208                 android:src="@mipmap/media_up" />
209
210             <ImageButton
211                 android:id="@+id/fast_rt"
212                 android:layout_width="wrap_content"
213                 android:layout_height="wrap_content"
214                 android:adjustViewBounds="true"
215                 android:cropToPadding="false"
216                 android:scaleType="fitXY"
217                 android:src="@mipmap/fast_rt" />
218
219             <ImageButton
220                 android:id="@+id/menu"
221                 android:layout_width="wrap_content"
222                 android:layout_height="wrap_content"
223                 android:adjustViewBounds="true"
224                 android:cropToPadding="false"
225                 android:scaleType="fitXY"
226                 android:src="@mipmap/menu" />
227         </LinearLayout>
228
229         <LinearLayout
230             android:layout_width="match_parent"
231             android:layout_height="wrap_content" >
232
233             <ImageButton
234                 android:id="@+id/media_lt"
235                 android:layout_width="wrap_content"
236                 android:layout_height="wrap_content"
237                 android:adjustViewBounds="true"
238                 android:cropToPadding="false"
239                 android:scaleType="fitXY"
240                 android:src="@mipmap/media_lt" />
241
242             <ImageButton
243                 android:id="@+id/pause"
244                 android:layout_width="wrap_content"
245                 android:layout_height="wrap_content"
246                 android:adjustViewBounds="true"
247                 android:cropToPadding="false"
248                 android:scaleType="fitXY"
249                 android:src="@mipmap/pause" />
250
251             <ImageButton
252                 android:id="@+id/media_rt"
253                 android:layout_width="wrap_content"
254                 android:layout_height="wrap_content"
255                 android:adjustViewBounds="true"
256                 android:cropToPadding="false"
257                 android:scaleType="fitXY"
258                 android:src="@mipmap/media_rt" />
259
260             <ImageButton
261                 android:id="@+id/suspend"
262                 android:layout_width="wrap_content"
263                 android:layout_height="wrap_content"
264                 android:adjustViewBounds="true"
265                 android:cropToPadding="false"
266                 android:scaleType="fitXY"
267                 android:src="@mipmap/suspend" />
268             </LinearLayout>
269
270         <LinearLayout
271             android:layout_width="match_parent"
272             android:layout_height="wrap_content" >
273
274             <ImageButton
275                 android:id="@+id/slow_lt"
276                 android:layout_width="wrap_content"
277                 android:layout_height="wrap_content"
278                 android:adjustViewBounds="true"
279                 android:cropToPadding="false"
280                 android:scaleType="fitXY"
281                 android:src="@mipmap/slow_lt" />
282
283             <ImageButton
284                 android:id="@+id/media_dn"
285                 android:layout_width="wrap_content"
286                 android:layout_height="wrap_content"
287                 android:adjustViewBounds="true"
288                 android:cropToPadding="false"
289                 android:scaleType="fitXY"
290                 android:src="@mipmap/media_dn" />
291
292             <ImageButton
293                 android:id="@+id/slow_rt"
294                 android:layout_width="wrap_content"
295                 android:layout_height="wrap_content"
296                 android:adjustViewBounds="true"
297                 android:cropToPadding="false"
298                 android:scaleType="fitXY"
299                 android:src="@mipmap/slow_rt" />
300
301             <ImageButton
302                 android:id="@+id/config"
303                 android:layout_width="wrap_content"
304                 android:layout_height="wrap_content"
305                 android:adjustViewBounds="true"
306                 android:cropToPadding="false"
307                 android:scaleType="fitXY"
308                 android:src="@mipmap/config" />
309             </LinearLayout>
310
311         <LinearLayout
312             android:layout_width="match_parent"
313             android:layout_height="wrap_content" >
314
315             <ImageButton
316                 android:id="@+id/full_scr"
317                 android:layout_width="wrap_content"
318                 android:layout_height="wrap_content"
319                 android:adjustViewBounds="true"
320                 android:cropToPadding="false"
321                 android:scaleType="fitXY"
322                 android:src="@mipmap/full_scr" />
323
324             <ImageButton
325                 android:id="@+id/stop"
326                 android:layout_width="wrap_content"
327                 android:layout_height="wrap_content"
328                 android:adjustViewBounds="true"
329                 android:cropToPadding="false"
330                 android:scaleType="fitXY"
331                 android:src="@mipmap/stop" />
332
333             <ImageButton
334                 android:id="@+id/play"
335                 android:layout_width="wrap_content"
336                 android:layout_height="wrap_content"
337                 android:adjustViewBounds="true"
338                 android:cropToPadding="false"
339                 android:scaleType="fitXY"
340                 android:src="@mipmap/play" />
341
342             <ImageButton
343                 android:id="@+id/exit"
344                 android:layout_width="wrap_content"
345                 android:layout_height="wrap_content"
346                 android:adjustViewBounds="true"
347                 android:cropToPadding="false"
348                 android:scaleType="fitXY"
349                 android:src="@mipmap/exit" />
350
351             <ImageButton
352                 android:id="@+id/power"
353                 android:layout_width="wrap_content"
354                 android:layout_height="wrap_content"
355                 android:adjustViewBounds="true"
356                 android:cropToPadding="false"
357                 android:scaleType="fitXY"
358                 android:src="@mipmap/power" />
359         </LinearLayout>
360     </LinearLayout>
361
362 </FrameLayout>