Fixing create chat view

-no fading the scrollbar
This commit is contained in:
Erwan Croze 2017-09-11 11:40:34 +02:00
parent d179076261
commit 184d5eaae4

View file

@ -120,7 +120,8 @@
android:layout_marginTop="5dp" android:layout_marginTop="5dp"
android:background="@drawable/resizable_textfield" android:background="@drawable/resizable_textfield"
android:lines="1" android:lines="1"
android:visibility="gone"> android:visibility="gone"
android:fadeScrollbars="false">
<LinearLayout <LinearLayout
android:id="@+id/contactsSelected" android:id="@+id/contactsSelected"