[android] Hided pager when placehoder is visible.

This commit is contained in:
velichkomarija 2020-11-17 23:34:09 +03:00 committed by Alexander Boriskov
parent b388aa6a9b
commit adf98e0cc4

View file

@ -63,6 +63,8 @@
android:id="@+id/results_frame"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clickable="true"
android:focusable="true"
android:background="?cardBackground">
<include
layout="@layout/recycler_default"