From 7ccf4876cdd3ea2509dcf637096ac623db78bfad Mon Sep 17 00:00:00 2001 From: Alex Sytnyk Date: Wed, 11 Apr 2018 13:42:50 +0300 Subject: [PATCH] Make buttons background borderless in wikivoyage_article_card --- OsmAnd/res/layout/wikivoyage_article_card.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OsmAnd/res/layout/wikivoyage_article_card.xml b/OsmAnd/res/layout/wikivoyage_article_card.xml index 1f96e9c12b..772d8fbd96 100644 --- a/OsmAnd/res/layout/wikivoyage_article_card.xml +++ b/OsmAnd/res/layout/wikivoyage_article_card.xml @@ -89,7 +89,7 @@ android:layout_height="wrap_content" android:layout_marginLeft="@dimen/bottom_sheet_content_padding_small" android:layout_marginStart="@dimen/bottom_sheet_content_padding_small" - android:background="?attr/selectableItemBackground" + android:background="?attr/selectableItemBackgroundBorderless" android:drawablePadding="@dimen/bottom_sheet_content_padding_small" android:ellipsize="end" android:gravity="center_vertical" @@ -118,7 +118,7 @@ android:layout_height="wrap_content" android:layout_marginEnd="@dimen/bottom_sheet_content_padding_small" android:layout_marginRight="@dimen/bottom_sheet_content_padding_small" - android:background="?attr/selectableItemBackground" + android:background="?attr/selectableItemBackgroundBorderless" android:drawablePadding="@dimen/bottom_sheet_content_padding_small" android:ellipsize="end" android:gravity="center_vertical"