File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 android : id =" @+id/padding"
2323 android : orientation =" vertical"
2424 android : gravity =" center"
25+ android : padding =" 16dp"
2526 >
2627
2728 <TextView android : id =" @+id/subtitle"
2829 android : layout_width =" match_parent"
2930 android : layout_height =" wrap_content"
30- android : textSize =" 18dp"
31- android : paddingLeft =" 19dp"
31+ android : textSize =" 18sp"
3232 android : textColor =" #ffffffff"
3333 android : gravity =" left"
3434 android : text =" @string/battery_low_subtitle"
3737 <TextView android : id =" @+id/level_percent"
3838 android : layout_width =" match_parent"
3939 android : layout_height =" wrap_content"
40- android : textSize =" 18dp "
40+ android : textSize =" 18sp "
4141 android : textColor =" #ffffffff"
4242 android : gravity =" left"
43- android : paddingBottom =" 10px"
44- android : paddingLeft =" 19dp"
43+ android : paddingBottom =" 16dp"
4544 />
4645
4746 <ImageView android : id =" @+id/image"
4847 android : layout_width =" wrap_content"
4948 android : layout_height =" wrap_content"
50- android : paddingBottom =" 15px"
5149 android : src =" @drawable/battery_low_battery"
52- android : paddingTop =" 10px"
5350 />
5451
5552</LinearLayout >
You can’t perform that action at this time.
0 commit comments