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"> -