[android] Do not pass clicks to the hidden bottom bar

Closes #1532

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2021-11-09 22:41:45 +01:00 committed by Alexander Borsuk
parent 70abb6649d
commit 43061096c5

View file

@ -8,6 +8,7 @@
android:padding="@dimen/margin_quarter"
android:background="?cardBackground"
android:clipToPadding="false"
android:clickable="true"
android:visibility="gone"
tools:visibility="visible"
tools:showIn="@layout/fragment_search">