This repository was archived by the owner on Jul 27, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +27
-2
lines changed
send-to-desktop-api/app/src/main/res/layout Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change 12
12
tools : context =" com.adobe.sendtodesktopapi.MainActivity"
13
13
tools : showIn =" @layout/activity_main" >
14
14
15
- <TextView
15
+ <LinearLayout
16
+ android : orientation =" horizontal"
17
+ android : layout_width =" match_parent"
18
+ android : layout_height =" wrap_content"
19
+ android : layout_alignParentTop =" true"
20
+ android : layout_centerHorizontal =" true"
21
+ android : id =" @+id/buttonLayout" >
22
+
23
+ <Button
24
+ android : layout_width =" wrap_content"
25
+ android : layout_height =" wrap_content"
26
+ android : text =" Choose photo"
27
+ android : id =" @+id/openGalleryButton"
28
+ android : layout_weight =" 1" />
29
+
30
+ <Button
31
+ android : layout_width =" wrap_content"
32
+ android : layout_height =" wrap_content"
33
+ android : text =" Send to Photoshop"
34
+ android : id =" @+id/sendToPhotoshopButton"
35
+ android : layout_weight =" 1" />
36
+ </LinearLayout >
37
+
38
+ <ImageView
16
39
android : layout_width =" wrap_content"
17
40
android : layout_height =" wrap_content"
18
- android : text =" Hello World!" />
41
+ android : id =" @+id/selectedImageView"
42
+ android : layout_centerVertical =" true"
43
+ android : layout_centerHorizontal =" true" />
19
44
</RelativeLayout >
You can’t perform that action at this time.
0 commit comments