From 10878699422cc7447657b52ac91d906ee04bf57f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B0=D1=86=D0=B5=D0=BF=D0=B8=D0=BD?= Date: Fri, 28 Feb 2020 16:26:54 +0300 Subject: [PATCH] [android] Fixed percolation of clicks on elevation profile bottom sheet --- android/res/layout-land/elevation_profile_bottom_sheet.xml | 2 ++ android/res/layout/elevation_profile_bottom_sheet.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/android/res/layout-land/elevation_profile_bottom_sheet.xml b/android/res/layout-land/elevation_profile_bottom_sheet.xml index 6dc8c33637..3464bb114d 100644 --- a/android/res/layout-land/elevation_profile_bottom_sheet.xml +++ b/android/res/layout-land/elevation_profile_bottom_sheet.xml @@ -8,6 +8,8 @@ android:paddingTop="@dimen/margin_base" android:paddingBottom="@dimen/margin_base" android:background="?cardBackground" + android:clickable="true" + android:focusable="true" app:behavior_defaultState="hidden" app:behavior_skipCollapsed="true" app:behavior_hideable="true" diff --git a/android/res/layout/elevation_profile_bottom_sheet.xml b/android/res/layout/elevation_profile_bottom_sheet.xml index 1393713efa..8bcbb528ef 100644 --- a/android/res/layout/elevation_profile_bottom_sheet.xml +++ b/android/res/layout/elevation_profile_bottom_sheet.xml @@ -8,6 +8,8 @@ android:paddingTop="@dimen/margin_half_plus" android:paddingBottom="@dimen/margin_base" android:background="?cardBackground" + android:clickable="true" + android:focusable="true" app:behavior_defaultState="hidden" app:behavior_hideable="true" app:behavior_skipAnchored="true"