fix delete_edit optimize segv, add dump submenu/dump_undo, add dbl edge drag/drop...
[goodguy/cinelerra.git] / CineRmt / app / 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="match_parent"
67             android:layout_height="wrap_content">
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="match_parent"
117             android:layout_height="wrap_content">
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="match_parent"
167             android:layout_height="wrap_content">
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
187             <ImageButton
188                 android:id="@+id/full_scr"
189                 android:layout_width="wrap_content"
190                 android:layout_height="wrap_content"
191                 android:adjustViewBounds="true"
192                 android:cropToPadding="false"
193                 android:scaleType="fitXY"
194                 android:src="@mipmap/full_scr" />
195
196             <ImageButton
197                 android:id="@+id/power"
198                 android:layout_width="wrap_content"
199                 android:layout_height="wrap_content"
200                 android:adjustViewBounds="true"
201                 android:cropToPadding="false"
202                 android:scaleType="fitXY"
203                 android:src="@mipmap/power" />
204
205             <ImageButton
206                 android:id="@+id/exit"
207                 android:layout_width="wrap_content"
208                 android:layout_height="wrap_content"
209                 android:adjustViewBounds="true"
210                 android:cropToPadding="false"
211                 android:scaleType="fitXY"
212                 android:src="@mipmap/exit" />
213         </LinearLayout>
214
215         <LinearLayout
216             android:layout_width="match_parent"
217             android:layout_height="wrap_content"
218             android:gravity="center_horizontal">
219
220             <ImageButton
221                 android:id="@+id/fast_lt"
222                 android:layout_width="wrap_content"
223                 android:layout_height="wrap_content"
224                 android:adjustViewBounds="true"
225                 android:cropToPadding="false"
226                 android:scaleType="fitXY"
227                 android:src="@mipmap/fast_lt" />
228
229             <ImageButton
230                 android:id="@+id/media_up"
231                 android:layout_width="wrap_content"
232                 android:layout_height="wrap_content"
233                 android:adjustViewBounds="true"
234                 android:cropToPadding="false"
235                 android:scaleType="fitXY"
236                 android:src="@mipmap/media_up" />
237
238             <ImageButton
239                 android:id="@+id/fast_rt"
240                 android:layout_width="wrap_content"
241                 android:layout_height="wrap_content"
242                 android:adjustViewBounds="true"
243                 android:cropToPadding="false"
244                 android:scaleType="fitXY"
245                 android:src="@mipmap/fast_rt" />
246
247             <ImageButton
248                 android:id="@+id/menu"
249                 android:layout_width="wrap_content"
250                 android:layout_height="wrap_content"
251                 android:adjustViewBounds="true"
252                 android:cropToPadding="false"
253                 android:scaleType="fitXY"
254                 android:src="@mipmap/menu" />
255         </LinearLayout>
256
257         <LinearLayout
258             android:layout_width="match_parent"
259             android:layout_height="wrap_content"
260             android:gravity="center_horizontal">
261
262             <ImageButton
263                 android:id="@+id/media_lt"
264                 android:layout_width="wrap_content"
265                 android:layout_height="wrap_content"
266                 android:adjustViewBounds="true"
267                 android:cropToPadding="false"
268                 android:scaleType="fitXY"
269                 android:src="@mipmap/media_lt" />
270
271             <ImageButton
272                 android:id="@+id/pause"
273                 android:layout_width="wrap_content"
274                 android:layout_height="wrap_content"
275                 android:adjustViewBounds="true"
276                 android:cropToPadding="false"
277                 android:scaleType="fitXY"
278                 android:src="@mipmap/pause" />
279
280             <ImageButton
281                 android:id="@+id/media_rt"
282                 android:layout_width="wrap_content"
283                 android:layout_height="wrap_content"
284                 android:adjustViewBounds="true"
285                 android:cropToPadding="false"
286                 android:scaleType="fitXY"
287                 android:src="@mipmap/media_rt" />
288
289             <ImageButton
290                 android:id="@+id/suspend"
291                 android:layout_width="wrap_content"
292                 android:layout_height="wrap_content"
293                 android:adjustViewBounds="true"
294                 android:cropToPadding="false"
295                 android:scaleType="fitXY"
296                 android:src="@mipmap/suspend" />
297             </LinearLayout>
298
299         <LinearLayout
300             android:layout_width="match_parent"
301             android:layout_height="wrap_content"
302             android:gravity="center_horizontal">
303
304             <ImageButton
305                 android:id="@+id/slow_lt"
306                 android:layout_width="wrap_content"
307                 android:layout_height="wrap_content"
308                 android:adjustViewBounds="true"
309                 android:cropToPadding="false"
310                 android:scaleType="fitXY"
311                 android:src="@mipmap/slow_lt" />
312
313             <ImageButton
314                 android:id="@+id/media_dn"
315                 android:layout_width="wrap_content"
316                 android:layout_height="wrap_content"
317                 android:adjustViewBounds="true"
318                 android:cropToPadding="false"
319                 android:scaleType="fitXY"
320                 android:src="@mipmap/media_dn" />
321
322             <ImageButton
323                 android:id="@+id/slow_rt"
324                 android:layout_width="wrap_content"
325                 android:layout_height="wrap_content"
326                 android:adjustViewBounds="true"
327                 android:cropToPadding="false"
328                 android:scaleType="fitXY"
329                 android:src="@mipmap/slow_rt" />
330
331             <ImageButton
332                 android:id="@+id/config"
333                 android:layout_width="wrap_content"
334                 android:layout_height="wrap_content"
335                 android:adjustViewBounds="true"
336                 android:cropToPadding="false"
337                 android:scaleType="fitXY"
338                 android:src="@mipmap/config" />
339         </LinearLayout>
340
341         <LinearLayout
342             android:layout_width="match_parent"
343             android:layout_height="wrap_content"
344             android:gravity="center_horizontal">
345
346             <ImageButton
347                 android:id="@+id/rplay"
348                 android:layout_width="wrap_content"
349                 android:layout_height="wrap_content"
350                 android:adjustViewBounds="true"
351                 android:cropToPadding="false"
352                 android:scaleType="fitXY"
353                 android:src="@mipmap/rev" />
354
355             <ImageButton
356                 android:id="@+id/stop"
357                 android:layout_width="wrap_content"
358                 android:layout_height="wrap_content"
359                 android:adjustViewBounds="true"
360                 android:cropToPadding="false"
361                 android:scaleType="fitXY"
362                 android:src="@mipmap/stop" />
363
364             <ImageButton
365                 android:id="@+id/play"
366                 android:layout_width="wrap_content"
367                 android:layout_height="wrap_content"
368                 android:adjustViewBounds="true"
369                 android:cropToPadding="false"
370                 android:scaleType="fitXY"
371                 android:src="@mipmap/play" />
372         </LinearLayout>
373     </LinearLayout>
374
375 </FrameLayout>