xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
- xmlns:app="http://schemas.android.com/apk/res-auto"
tools:context="com.owncloud.android.ui.fragment.ShareFileFragment">
<LinearLayout
<ListView
android:layout_width="match_parent"
- android:layout_height="wrap_content"
+ android:layout_height="0dip"
android:id="@+id/shareUsersList"
android:visibility="gone"
- android:scrollbars="vertical"/>
+ android:scrollbars="vertical"
+ android:layout_weight="1"/>
<TextView
android:layout_width="match_parent"