From e8ff2b1e4f8c97927d769d53ff0a9b50ec010baf Mon Sep 17 00:00:00 2001 From: PaulStets Date: Sun, 15 Apr 2018 15:03:38 +0300 Subject: [PATCH] Added selectable background to the contents header --- OsmAnd/res/layout/wikivoyage_contents_list_item.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/OsmAnd/res/layout/wikivoyage_contents_list_item.xml b/OsmAnd/res/layout/wikivoyage_contents_list_item.xml index 5a8df25af2..068f05da69 100644 --- a/OsmAnd/res/layout/wikivoyage_contents_list_item.xml +++ b/OsmAnd/res/layout/wikivoyage_contents_list_item.xml @@ -41,6 +41,7 @@ android:layout_gravity="end" android:paddingLeft="@dimen/list_content_padding" android:paddingRight="@dimen/list_content_padding" + android:background="?attr/selectableItemBackground" android:scaleType="center" tools:src="@drawable/ic_action_arrow_up" />