Fixing create chat view
-no fading the scrollbar
This commit is contained in:
parent
d179076261
commit
184d5eaae4
1 changed files with 2 additions and 1 deletions
|
@ -120,7 +120,8 @@
|
|||
android:layout_marginTop="5dp"
|
||||
android:background="@drawable/resizable_textfield"
|
||||
android:lines="1"
|
||||
android:visibility="gone">
|
||||
android:visibility="gone"
|
||||
android:fadeScrollbars="false">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/contactsSelected"
|
||||
|
|
Loading…
Reference in a new issue