17
17
style =" @style/MatchParent"
18
18
android : layout_above =" @id/buttonholder" />
19
19
20
+
20
21
<LinearLayout
21
22
android : id =" @+id/buttonholder"
22
- style =" @style/MatchParentWidth"
23
- android : layout_alignParentBottom =" true"
24
- android : orientation =" horizontal"
25
- android : weightSum =" 2" >
26
-
27
- <Button
28
- android : id =" @+id/toggle_button"
29
- android : layout_width =" 0dp"
30
- android : layout_height =" match_parent"
31
- android : layout_weight =" 1"
32
- android : padding =" @dimen/button_padding"
33
- android : text =" @string/select_all"
34
- android : textAllCaps =" false"
35
- android : textSize =" @dimen/button_text_size" />
36
-
37
- <Button
38
- android : id =" @+id/send_button"
39
- android : layout_width =" 0dp"
40
- android : layout_height =" match_parent"
41
- android : layout_weight =" 1"
42
- android : enabled =" false"
43
- android : padding =" @dimen/button_padding"
44
- android : text =" @string/send_selected"
45
- android : textAllCaps =" false"
46
- android : textSize =" @dimen/button_text_size" />
23
+ style =" @style/main_layout_button_bottom" >
24
+
25
+ <LinearLayout style =" @style/layout_bottom_button" >
26
+
27
+ <Button
28
+ android : id =" @+id/toggle_button"
29
+ style =" @style/bottom_button" />
30
+
31
+ </LinearLayout >
32
+
33
+ <LinearLayout style =" @style/layout_bottom_button" >
34
+
35
+ <Button
36
+ android : id =" @+id/send_button"
37
+ android : layout_width =" match_parent"
38
+ android : layout_height =" @dimen/button_bottom_height"
39
+ android : background =" @drawable/button_bottom_light"
40
+ android : enabled =" false"
41
+ android : gravity =" center"
42
+ android : text =" @string/send_selected"
43
+ android : textAllCaps =" false"
44
+ android : textColor =" @color/colorPrimary"
45
+ android : textSize =" @dimen/button_bottom_text_size" />
46
+
47
+ </LinearLayout >
48
+
47
49
</LinearLayout >
48
50
49
51
</RelativeLayout >
0 commit comments