File tree Expand file tree Collapse file tree 5 files changed +6
-3
lines changed
Expand file tree Collapse file tree 5 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 5555 android : layout_width =" wrap_content"
5656 android : layout_height =" wrap_content"
5757 android : layout_alignParentStart =" true"
58- android : layout_below =" @id/perm_name"
59- android : scaleType =" fitCenter" />
58+ android : layout_alignBottom =" @+id/perm_money_label"
59+ android : scaleType =" fitCenter"
60+ android : src =" @android:drawable/ic_coins_s" />
6061 <TextView
62+ android : id =" @+id/perm_money_label"
6163 android : textAppearance =" ?android:attr/textAppearanceSmall"
6264 android : textSize =" 16sp"
6365 android : textColor =" @color/perms_costs_money"
6466 android : layout_width =" wrap_content"
6567 android : layout_height =" wrap_content"
6668 android : layout_toEndOf =" @id/perm_money_icon"
6769 android : layout_below =" @id/perm_name"
70+ android : layout_marginStart =" 8dp"
6871 android : text =" @string/perm_costs_money" />
6972 </RelativeLayout >
7073
Original file line number Diff line number Diff line change 9090 <color name =" perms_dangerous_grp_color" >#33b5e5</color >
9191 <color name =" perms_dangerous_perm_color" >#33b5e5</color >
9292 <color name =" shadow" >#cc222222</color >
93- <color name =" perms_costs_money" >#ffffb060 </color >
93+ <color name =" perms_costs_money" >#ffffbb33 </color >
9494
9595 <!-- For search-related UIs -->
9696 <color name =" search_url_text_normal" >#7fa87f</color >
You can’t perform that action at this time.
0 commit comments