File tree Expand file tree Collapse file tree 7 files changed +19
-3
lines changed Expand file tree Collapse file tree 7 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1717 android : layout_width =" wrap_content"
1818 android : layout_height =" wrap_content"
1919 android : orientation =" horizontal"
20- app : layout_constraintGuide_percent =" 0.06 " />
20+ app : layout_constraintGuide_percent =" @integer/guide_line_percent " />
2121
2222 <ImageView
2323 android : id =" @+id/logoImage"
Original file line number Diff line number Diff line change 1111 android : layout_width =" wrap_content"
1212 android : layout_height =" wrap_content"
1313 android : orientation =" horizontal"
14- app : layout_constraintGuide_percent =" 0.16 " />
14+ app : layout_constraintGuide_percent =" @integer/guide_line_percent " />
1515
1616 <ImageView
1717 android : id =" @+id/logoImage"
Original file line number Diff line number Diff line change 1111 android : layout_width =" wrap_content"
1212 android : layout_height =" wrap_content"
1313 android : orientation =" horizontal"
14- app : layout_constraintGuide_percent =" 0.18 " />
14+ app : layout_constraintGuide_percent =" @integer/guide_line_percent " />
1515
1616 <ImageView
1717 android : id =" @+id/logoImage"
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <resources >
3+ <item name =" guide_line_percent" format =" float" type =" integer" >0.06</item >
4+ </resources >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <resources >
3+ <item name =" guide_line_percent" format =" float" type =" integer" >0.08</item >
4+ </resources >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <resources >
3+ <item name =" guide_line_percent" format =" float" type =" integer" >0.16</item >
4+ </resources >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <resources >
3+ <item name =" guide_line_percent" format =" float" type =" integer" >0.18</item >
4+ </resources >
You can’t perform that action at this time.
0 commit comments