Skip to content

Commit 9aacd50

Browse files
Dianne HackbornAndroid (Google) Code Review
authored andcommitted
Merge "Fix issue #7242119 and #7242008." into jb-mr1-dev
2 parents e00d33c + 3244e96 commit 9aacd50

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed
1.07 KB
Loading
741 Bytes
Loading
1.45 KB
Loading

core/res/res/layout/app_permission_item_money.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,19 @@
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

core/res/res/values/colors.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
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>

0 commit comments

Comments
 (0)