File tree 3 files changed +22
-4
lines changed
3 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 8
8
# project structure.
9
9
10
10
# Project target.
11
- target =android-4
11
+ target =android-10
Original file line number Diff line number Diff line change 4
4
android : layout_width =" fill_parent"
5
5
android : layout_height =" fill_parent"
6
6
>
7
- <Button android : text =" Execute!" android : id =" @+id/executeBtn" android : layout_width =" match_parent" android : layout_height =" wrap_content" ></Button >
8
- <EditText android : layout_width =" match_parent" android : layout_height =" fill_parent" android : layout_weight =" 1" android : id =" @+id/source" android : longClickable =" true" android : typeface =" monospace" android : scrollbars =" vertical" android : textSize =" 12sp" android : gravity =" top|left" ></EditText >
9
- <TextView android : text =" TextView" android : layout_width =" match_parent" android : id =" @+id/statusText" android : layout_height =" wrap_content" android : scrollbars =" vertical" android : maxLines =" 5" android : textColor =" @android:color/secondary_text_dark_nodisable" ></TextView >
7
+ <Button android : text =" Execute!"
8
+ android : id =" @+id/executeBtn"
9
+ android : layout_width =" match_parent"
10
+ android : layout_height =" wrap_content" >
11
+ </Button >
12
+ <EditText android : layout_width =" match_parent"
13
+ android : layout_height =" fill_parent"
14
+ android : layout_weight =" 1" android : id =" @+id/source"
15
+ android : longClickable =" true" android : typeface =" monospace"
16
+ android : scrollbars =" vertical"
17
+ android : textSize =" 12sp"
18
+ android : gravity =" top|left" >
19
+ </EditText >
20
+ <TextView android : text =" TextView"
21
+ android : layout_width =" match_parent"
22
+ android : id =" @+id/statusText"
23
+ android : layout_height =" wrap_content"
24
+ android : scrollbars =" vertical"
25
+ android : maxLines =" 5"
26
+ android : textColor =" @android:color/secondary_text_dark_nodisable" >
27
+ </TextView >
10
28
</LinearLayout >
You can’t perform that action at this time.
0 commit comments