Fix occasional double scroll bar on fast scroller.

This commit is contained in:
Alan Evans
2019-08-12 15:05:49 -04:00
committed by Greyson Parrelli
parent 6352f7baf4
commit 4e6798e38e
3 changed files with 50 additions and 54 deletions

View File

@@ -32,7 +32,8 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:visibility="gone"
android:layout_gravity="end"/>
android:layout_gravity="end"
tools:visibility="visible" />
<LinearLayout android:id="@+id/show_contacts_container"
android:layout_width="wrap_content"