File tree Expand file tree Collapse file tree 6 files changed +26
-8
lines changed Expand file tree Collapse file tree 6 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 3
3
<color name =" colorPrimary" >#3F51B5</color >
4
4
<color name =" colorPrimaryDark" >#303F9F</color >
5
5
<color name =" colorAccent" >#FF4081</color >
6
+
7
+ <color name =" bottom_lib_dialog_item_text_color" >#3F51B5</color >
8
+ <color name =" bottom_lib_dialog_title_text_color" >#303F9F</color >
9
+ <color name =" bottom_lib_dialog_cancel_text_color" >#FF4081</color >
10
+
6
11
</resources >
Original file line number Diff line number Diff line change 1
1
<resources >
2
2
<!-- Default screen margins, per the Android Design guidelines. -->
3
- <dimen name =" activity_horizontal_margin" >16dp</dimen >
4
- <dimen name =" activity_vertical_margin" >16dp</dimen >
3
+ <dimen name =" bottom_lib_dialog_item_text" >20sp</dimen >
4
+ <dimen name =" bottom_lib_dialog_title_text" >12sp</dimen >
5
+ <dimen name =" bottom_lib_dialog_cancel_text" >16sp</dimen >
6
+
5
7
</resources >
Original file line number Diff line number Diff line change 6
6
7
7
<TextView
8
8
android : id =" @+id/item"
9
- android : textSize =" 18sp "
10
- android : textColor =" @color/bottom_lib_item_text_color "
9
+ android : textSize =" @dimen/bottom_lib_dialog_item_text "
10
+ android : textColor =" @color/bottom_lib_dialog_item_text_color "
11
11
android : gravity =" center"
12
12
android : background =" @drawable/seletcor_bottom_lib_button"
13
13
android : layout_width =" match_parent"
Original file line number Diff line number Diff line change 20
20
android : gravity =" center"
21
21
android : paddingBottom =" 12dp"
22
22
android : paddingTop =" 12dp"
23
- android : textColor =" #666666 "
24
- android : textSize =" 16sp " />
23
+ android : textColor =" @color/bottom_lib_dialog_title_text_color "
24
+ android : textSize =" @dimen/bottom_lib_dialog_title_text " />
25
25
26
26
</LinearLayout >
27
27
41
41
android : layout_marginTop =" 20dp"
42
42
android : background =" @drawable/seletcor_bottom_lib_button"
43
43
android : text =" @string/bottom_dialog_lib_cancel"
44
- android : textSize =" 18sp" />
44
+ android : textColor =" @color/bottom_lib_dialog_cancel_text_color"
45
+ android : textSize =" @dimen/bottom_lib_dialog_cancel_text" />
45
46
46
47
</LinearLayout >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<resources >
3
3
<color name =" bottom_lib_transport" >#00000000</color >
4
- <color name =" bottom_lib_item_text_color" >#333333</color >
4
+ <color name =" bottom_lib_dialog_item_text_color" >#333333</color >
5
+ <color name =" bottom_lib_dialog_title_text_color" >#666666</color >
6
+ <color name =" bottom_lib_dialog_cancel_text_color" >#666666</color >
5
7
</resources >
Original file line number Diff line number Diff line change
1
+ <resources >
2
+ <!-- Default screen margins, per the Android Design guidelines. -->
3
+
4
+ <dimen name =" bottom_lib_dialog_item_text" >16sp</dimen >
5
+ <dimen name =" bottom_lib_dialog_title_text" >18sp</dimen >
6
+ <dimen name =" bottom_lib_dialog_cancel_text" >18sp</dimen >
7
+
8
+ </resources >
You can’t perform that action at this time.
0 commit comments