Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21ad8732 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am b927dfc7: Merge "Increase contrast for money permission" into lmp-dev

* commit 'b927dfc7':
  Increase contrast for money permission
parents c02ddd6a b927dfc7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -57,6 +57,8 @@
            android:layout_alignParentStart="true"
            android:layout_alignBottom="@+id/perm_money_label"
            android:scaleType="fitCenter"
            android:tint="@color/perms_costs_money"
            android:tintMode="src_in"
            android:src="@android:drawable/ic_coins_s" />
        <TextView
            android:id="@+id/perm_money_label"
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,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">#ffffbb33</color>
    <color name="perms_costs_money">#fff4511e</color>
    
    <!-- For search-related UIs -->
    <color name="search_url_text_normal">#7fa87f</color>