File tree 1 file changed +13
-12
lines changed
1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 5
5
android : orientation =" vertical"
6
6
android : padding =" 16dp" >
7
7
8
- <EditText
9
- android : id =" @+id/full_screen_input"
10
- android : layout_width =" match_parent"
11
- android : layout_height =" 0dp"
12
- android : layout_weight =" 1"
13
- android : focusable =" true"
14
- android : focusableInTouchMode =" true"
15
- android : gravity =" top"
16
- android : hint =" @string/enter_your_text"
17
- android : inputType =" textMultiLine"
18
- android : padding =" 16dp" />
19
-
20
8
<LinearLayout
21
9
style =" ?android:attr/buttonBarStyle"
22
10
android : layout_width =" match_parent"
39
27
android : layout_weight =" 1"
40
28
android : text =" @string/add_to_home" />
41
29
</LinearLayout >
30
+
31
+ <EditText
32
+ android : id =" @+id/full_screen_input"
33
+ android : layout_width =" match_parent"
34
+ android : layout_height =" 0dp"
35
+ android : layout_weight =" 1"
36
+ android : focusable =" true"
37
+ android : focusableInTouchMode =" true"
38
+ android : gravity =" top"
39
+ android : hint =" @string/enter_your_text"
40
+ android : inputType =" textMultiLine"
41
+ android : padding =" 16dp"
42
+ android : background =" @null" />
42
43
</LinearLayout >
You can’t perform that action at this time.
0 commit comments