From 0e451e0ec18707fea660a141dc696979407c3a96 Mon Sep 17 00:00:00 2001 From: Chumva Date: Thu, 15 Mar 2018 17:03:42 +0200 Subject: [PATCH] added android:background selectableItemBackground to button --- OsmAnd/res/layout/bottom_sheet_item_with_title_and_button.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/res/layout/bottom_sheet_item_with_title_and_button.xml b/OsmAnd/res/layout/bottom_sheet_item_with_title_and_button.xml index f801c48db8..d022a4f04a 100644 --- a/OsmAnd/res/layout/bottom_sheet_item_with_title_and_button.xml +++ b/OsmAnd/res/layout/bottom_sheet_item_with_title_and_button.xml @@ -25,7 +25,7 @@ android:id="@+id/text_button" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:background="?android:selectableItemBackground" + android:background="?attr/selectableItemBackground" android:drawablePadding="2dp" android:gravity="center_vertical" android:minHeight="@dimen/bottom_sheet_title_height"