File tree Expand file tree Collapse file tree
conditiondialog/src/main/res Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 <CheckBox
1010 android : id =" @+id/cb_condition"
1111 android : layout_width =" match_parent"
12- android : layout_height =" 30dp"
13- android : layout_marginBottom =" @dimen/margin_ss"
14- android : layout_marginLeft =" @dimen/margin_l"
15- android : layout_marginRight =" @dimen/margin_l"
16- android : layout_marginTop =" @dimen/margin_ss"
12+ android : layout_height =" 33dp"
13+ android : layout_margin =" @dimen/margin_ss"
1714 android : background =" @drawable/condition_dialog_item_checkbox_selector"
1815 android : button =" @null"
1916 android : gravity =" center"
2017 android : paddingLeft =" @dimen/margin_ss"
2118 android : paddingRight =" @dimen/margin_ss"
2219 android : textColor =" @drawable/condition_dialog_item_checkbox_text_selector"
23- android : textSize =" @dimen/common_text_size_ss " />
20+ android : textSize =" @dimen/common_text_size_n " />
2421</LinearLayout >
Original file line number Diff line number Diff line change 7474 android : id =" @+id/gv_vehicle_meter"
7575 android : layout_width =" match_parent"
7676 android : layout_height =" 0dp"
77+ android : layout_marginLeft =" @dimen/margin_nl"
78+ android : layout_marginRight =" @dimen/margin_nl"
7779 android : layout_weight =" 1"
7880 android : listSelector =" @android:color/transparent"
7981 android : numColumns =" 4"
9698 android : id =" @+id/gv_vehicle_type"
9799 android : layout_width =" match_parent"
98100 android : layout_height =" 0dp"
101+ android : layout_marginLeft =" @dimen/margin_nl"
102+ android : layout_marginRight =" @dimen/margin_nl"
99103 android : layout_weight =" 1"
100104 android : listSelector =" @android:color/transparent"
101105 android : numColumns =" 4"
Original file line number Diff line number Diff line change 55 <dimen name =" margin_ss" >5dp</dimen >
66 <dimen name =" margin_s" >10dp</dimen >
77 <dimen name =" margin_n" >15dp</dimen >
8+ <dimen name =" margin_nl" >30dp</dimen >
89 <dimen name =" margin_l" >12dp</dimen >
910
1011 <!-- Text Size-->
1112 <dimen name =" common_text_size_n" >16sp</dimen >
1213 <dimen name =" common_text_size_s" >14sp</dimen >
13- <dimen name =" common_text_size_ss" >13sp</dimen >
1414</resources >
You can’t perform that action at this time.
0 commit comments