add x10tv ati remote rework, android remote rework, wintv remote tweaks
[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="wrap_content"
12         android:layout_height="wrap_content"
13         android:paddingTop="6sp"
14         android:orientation="vertical">
15
16         <LinearLayout
17             android:layout_width="wrap_content"
18             android:layout_height="wrap_content"
19             android:orientation="horizontal">
20
21             <LinearLayout
22                 android:layout_width="wrap_content"
23                 android:layout_height="match_parent"
24                 android:orientation="vertical"
25                 android:gravity="center_vertical">
26
27                 <ImageButton style="@style/btn"
28                     android:id="@+id/menu"
29                     android:src="@mipmap/menu" />
30
31                 <ImageButton style="@style/btn"
32                     android:id="@+id/config"
33                     android:src="@mipmap/config" />
34             </LinearLayout>
35
36             <LinearLayout
37                 android:layout_width="wrap_content"
38                 android:layout_height="wrap_content"
39                 android:orientation="vertical">
40
41                 <LinearLayout
42                     android:layout_width="match_parent"
43                     android:layout_height="wrap_content"
44                     android:gravity="center_horizontal">
45
46                     <ImageButton style="@style/btn"
47                         android:id="@+id/media_up"
48                         android:src="@mipmap/media_up" />
49                 </LinearLayout>
50
51                 <LinearLayout
52                     android:layout_width="wrap_content"
53                     android:layout_height="wrap_content"
54                     android:gravity="center_horizontal">
55
56                     <ImageButton style="@style/btn"
57                         android:id="@+id/media_lt"
58                         android:src="@mipmap/media_lt" />
59
60                     <ImageButton style="@style/btn"
61                         android:id="@+id/pause"
62                         android:src="@mipmap/pause" />
63
64                     <ImageButton style="@style/btn"
65                         android:id="@+id/media_rt"
66                         android:src="@mipmap/media_rt" />
67                 </LinearLayout>
68
69                 <LinearLayout
70                     android:layout_width="match_parent"
71                     android:layout_height="wrap_content"
72                     android:gravity="center_horizontal">
73
74                     <ImageButton style="@style/btn"
75                         android:id="@+id/media_dn"
76                         android:src="@mipmap/media_dn" />
77
78                 </LinearLayout>
79             </LinearLayout>
80
81             <LinearLayout
82                 android:layout_width="wrap_content"
83                 android:layout_height="match_parent"
84                 android:orientation="vertical"
85                 android:gravity="center_vertical">
86
87                 <ImageButton style="@style/btn"
88                     android:id="@+id/power"
89                     android:src="@mipmap/power" />
90
91                 <ImageButton style="@style/btn"
92                     android:id="@+id/suspend"
93                     android:src="@mipmap/suspend" />
94             </LinearLayout>
95         </LinearLayout>
96
97         <LinearLayout
98             android:layout_width="match_parent"
99             android:layout_height="wrap_content"
100             android:orientation="horizontal"
101             android:paddingTop="20sp"
102             android:gravity="center_vertical">
103
104             <ImageButton style="@style/btn"
105                 android:id="@+id/fast_lt"
106                 android:src="@mipmap/fast_lt" />
107
108             <ImageButton style="@style/btn"
109                 android:id="@+id/rplay"
110                 android:src="@mipmap/rev" />
111
112             <ImageButton style="@style/btn"
113                 android:id="@+id/stop"
114                 android:src="@mipmap/stop" />
115
116             <ImageButton style="@style/btn"
117                 android:id="@+id/play"
118                 android:src="@mipmap/play" />
119
120             <ImageButton style="@style/btn"
121                 android:id="@+id/fast_rt"
122                 android:src="@mipmap/fast_rt" />
123         </LinearLayout>
124
125         <LinearLayout
126             android:layout_width="match_parent"
127             android:layout_height="wrap_content"
128             android:gravity="center_horizontal">
129
130             <ImageButton style="@style/btn"
131                 android:id="@+id/buttonTV"
132                 android:src="@mipmap/ztv" />
133
134             <ImageButton style="@style/btn"
135                 android:id="@+id/slow_lt"
136                 android:src="@mipmap/slow_lt" />
137
138             <ImageButton style="@style/btn"
139                 android:id="@+id/full_scr"
140                 android:src="@mipmap/full_scr" />
141
142             <ImageButton style="@style/btn"
143                 android:id="@+id/slow_rt"
144                 android:src="@mipmap/slow_rt" />
145
146             <ImageButton style="@style/btn"
147                 android:id="@+id/quit"
148                 android:src="@mipmap/zquit" />
149         </LinearLayout>
150
151         <LinearLayout
152             android:layout_width="match_parent"
153             android:layout_height="wrap_content"
154             android:orientation="horizontal"
155             android:paddingBottom="12sp"
156             android:gravity="top">
157             <LinearLayout
158                 android:layout_width="wrap_content"
159                 android:layout_height="match_parent"
160                 android:paddingBottom="12sp">
161                 <ImageButton style="@style/btn"
162                     android:id="@+id/vol_up"
163                     android:src="@mipmap/zvolup" />
164             </LinearLayout>
165             <LinearLayout
166                 android:layout_width="wrap_content"
167                 android:layout_height="match_parent"
168                 android:layout_gravity="center_vertical"
169                 android:paddingTop="8sp">
170                 <ImageButton style="@style/btn"
171                     android:id="@+id/vol_dn"
172                     android:src="@mipmap/zvoldn" />
173             </LinearLayout>
174             <LinearLayout
175                 android:layout_width="wrap_content"
176                 android:layout_height="match_parent"
177                 android:paddingTop="12sp">
178                 <ImageButton style="@style/btn"
179                     android:id="@+id/mute"
180                     android:src="@mipmap/zmute" />
181             </LinearLayout>
182             <LinearLayout
183                 android:layout_width="wrap_content"
184                 android:layout_height="match_parent"
185                 android:paddingTop="8sp">
186                 <ImageButton style="@style/btn"
187                     android:id="@+id/ch_up"
188                     android:src="@mipmap/zch_up" />
189             </LinearLayout>
190             <LinearLayout
191                 android:layout_width="wrap_content"
192                 android:layout_height="match_parent"
193                 android:paddingBottom="12sp">
194
195             <ImageButton style="@style/btn"
196                 android:layout_gravity="top"
197                 android:id="@+id/ch_dn"
198                 android:src="@mipmap/zch_dn" />
199             </LinearLayout>
200         </LinearLayout>
201
202         <LinearLayout
203             android:layout_width="match_parent"
204             android:layout_height="wrap_content"
205             android:orientation="horizontal"
206             android:gravity="center_horizontal">
207
208             <ImageButton style="@style/btn"
209                 android:id="@+id/buttonA"
210                 android:src="@mipmap/zfiga" />
211
212             <ImageButton style="@style/btn"
213                 android:id="@+id/button1"
214                 android:src="@mipmap/zfig1" />
215
216             <ImageButton style="@style/btn"
217                 android:id="@+id/button2"
218                 android:src="@mipmap/zfig2" />
219
220             <ImageButton style="@style/btn"
221                 android:id="@+id/button3"
222                 android:src="@mipmap/zfig3" />
223
224             <ImageButton style="@style/btn"
225                 android:id="@+id/buttonD"
226                 android:src="@mipmap/zfigd" />
227         </LinearLayout>
228
229         <LinearLayout
230             android:layout_width="match_parent"
231             android:layout_height="wrap_content"
232             android:orientation="horizontal"
233             android:gravity="center_horizontal">
234
235             <ImageButton style="@style/btn"
236                 android:id="@+id/buttonB"
237                 android:src="@mipmap/zfigb" />
238
239             <ImageButton style="@style/btn"
240                 android:id="@+id/button4"
241                 android:src="@mipmap/zfig4" />
242
243             <ImageButton style="@style/btn"
244                 android:id="@+id/button5"
245                 android:src="@mipmap/zfig5" />
246
247             <ImageButton style="@style/btn"
248                 android:id="@+id/button6"
249                 android:src="@mipmap/zfig6" />
250
251             <ImageButton style="@style/btn"
252                 android:id="@+id/buttonE"
253                 android:src="@mipmap/zfige" />
254         </LinearLayout>
255
256         <LinearLayout
257                 android:layout_width="match_parent"
258                 android:layout_height="wrap_content"
259                 android:orientation="horizontal"
260                 android:gravity="center_horizontal">
261
262             <ImageButton style="@style/btn"
263                 android:id="@+id/buttonC"
264                 android:src="@mipmap/zfigc" />
265
266             <ImageButton style="@style/btn"
267                 android:id="@+id/button7"
268                 android:src="@mipmap/zfig7" />
269
270             <ImageButton style="@style/btn"
271                 android:id="@+id/button8"
272                 android:src="@mipmap/zfig8" />
273
274             <ImageButton style="@style/btn"
275                 android:id="@+id/button9"
276                 android:src="@mipmap/zfig9" />
277
278             <ImageButton style="@style/btn"
279                 android:id="@+id/buttonF"
280                 android:src="@mipmap/zfigf" />
281         </LinearLayout>
282
283         <LinearLayout
284             android:layout_width="match_parent"
285             android:layout_height="wrap_content"
286             android:orientation="horizontal"
287             android:gravity="center_horizontal">
288
289             <ImageButton style="@style/btn"
290                 android:id="@+id/buttonDOT"
291                 android:src="@mipmap/zfigdot" />
292
293             <ImageButton style="@style/btn"
294                 android:id="@+id/button0"
295                 android:src="@mipmap/zfig0" />
296
297             <ImageButton style="@style/btn"
298                 android:id="@+id/buttonCC"
299                 android:src="@mipmap/zfigcc" />
300         </LinearLayout>
301     </LinearLayout>
302 q
303 </FrameLayout>