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 33 <color name =" colorPrimary" >#3F51B5</color >
44 <color name =" colorPrimaryDark" >#303F9F</color >
55 <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+
611</resources >
Original file line number Diff line number Diff line change 11<resources >
22 <!-- 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+
57</resources >
Original file line number Diff line number Diff line change 66
77 <TextView
88 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 "
1111 android : gravity =" center"
1212 android : background =" @drawable/seletcor_bottom_lib_button"
1313 android : layout_width =" match_parent"
Original file line number Diff line number Diff line change 2020 android : gravity =" center"
2121 android : paddingBottom =" 12dp"
2222 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 " />
2525
2626 </LinearLayout >
2727
4141 android : layout_marginTop =" 20dp"
4242 android : background =" @drawable/seletcor_bottom_lib_button"
4343 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" />
4546
4647</LinearLayout >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
33 <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 >
57</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