[android] make email icon blue

Signed-off-by: Harry Bond <endim8@pm.me>
This commit is contained in:
Harry Bond 2023-04-10 22:36:24 +01:00 committed by Alexander Borsuk
parent 3e37178b03
commit 0c3da174bf

View file

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/ll__place_email"
style="@style/PlacePageItemFrame"
@ -11,7 +12,8 @@
<ImageView
android:id="@+id/iv__place_email"
style="@style/PlacePageMetadataIcon"
android:src="@drawable/ic_email" />
android:src="@drawable/ic_email"
app:tint="?colorAccent" />
<TextView
android:id="@+id/tv__place_email"