forked from organicmaps/organicmaps
[android] make email icon blue
Signed-off-by: Harry Bond <endim8@pm.me>
This commit is contained in:
parent
3e37178b03
commit
0c3da174bf
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue