* commit '9aacd50ccdf8cc75f5c98da3dd64db1ec59e116f': Fix issue #7242119 and #7242008.
This commit is contained in:
BIN
core/res/res/drawable-hdpi/ic_coins_s.png
Normal file
BIN
core/res/res/drawable-hdpi/ic_coins_s.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
core/res/res/drawable-mdpi/ic_coins_s.png
Normal file
BIN
core/res/res/drawable-mdpi/ic_coins_s.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 741 B |
BIN
core/res/res/drawable-xhdpi/ic_coins_s.png
Normal file
BIN
core/res/res/drawable-xhdpi/ic_coins_s.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
@@ -55,9 +55,11 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_below="@id/perm_name"
|
||||
android:scaleType="fitCenter" />
|
||||
android:layout_alignBottom="@+id/perm_money_label"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@android:drawable/ic_coins_s" />
|
||||
<TextView
|
||||
android:id="@+id/perm_money_label"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textSize="16sp"
|
||||
android:textColor="@color/perms_costs_money"
|
||||
@@ -65,6 +67,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_toEndOf="@id/perm_money_icon"
|
||||
android:layout_below="@id/perm_name"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="@string/perm_costs_money" />
|
||||
</RelativeLayout>
|
||||
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
<color name="perms_dangerous_grp_color">#33b5e5</color>
|
||||
<color name="perms_dangerous_perm_color">#33b5e5</color>
|
||||
<color name="shadow">#cc222222</color>
|
||||
<color name="perms_costs_money">#ffffb060</color>
|
||||
<color name="perms_costs_money">#ffffbb33</color>
|
||||
|
||||
<!-- For search-related UIs -->
|
||||
<color name="search_url_text_normal">#7fa87f</color>
|
||||
|
||||
Reference in New Issue
Block a user