From b6071788e1a5f36340bc9a96d64fbfe69783da05 Mon Sep 17 00:00:00 2001 From: Dmitry Donskoy Date: Wed, 5 Dec 2018 22:58:41 +0300 Subject: [PATCH] [android] Fixed inflating color selector --- .../layout/fragment_ugc_routes_sharing_options.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/android/res/layout/fragment_ugc_routes_sharing_options.xml b/android/res/layout/fragment_ugc_routes_sharing_options.xml index 2573a25701..e763bec5a2 100644 --- a/android/res/layout/fragment_ugc_routes_sharing_options.xml +++ b/android/res/layout/fragment_ugc_routes_sharing_options.xml @@ -2,6 +2,7 @@ @@ -50,8 +51,8 @@ android:layout_alignParentStart="true" android:layout_alignParentLeft="true" android:layout_alignParentTop="true" - android:tint="?accentColorSelector" - android:src="@drawable/ic_globe" + app:tint="?accentColorSelector" + app:srcCompat="@drawable/ic_globe" android:layout_marginTop="@dimen/margin_half_double_plus" android:layout_marginBottom="@dimen/margin_half_double_plus" android:layout_marginStart="@dimen/margin_base" @@ -197,15 +198,15 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="?attr/cardBackground"> -