Use system constant for the transparent color

This commit is contained in:
relan 2015-08-17 13:06:39 +03:00
parent a6b1f21ce5
commit 1b81267841
2 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,7 @@ installation screens
android:layout_width="32dip"
android:layout_height="32dip"
android:layout_marginStart="8dip"
android:background="@color/transparent"
android:background="@android:color/transparent"
android:layout_alignParentStart="true"
android:gravity="start"
android:scaleType="centerCrop"/>

View File

@ -20,7 +20,6 @@
<color name="swap_wifi_likely_to_work">#00a14b</color>
<color name="shadow">#cc222222</color>
<color name="transparent">#00000000</color>
<color name="perms_costs_money">#fff4511e</color>