Show 'Add Users or Groups' button properly
authormasensio <masensio@solidgear.es>
Thu, 22 Oct 2015 11:29:50 +0000 (13:29 +0200)
committerDavid A. Velasco <dvelasco@solidgear.es>
Fri, 30 Oct 2015 15:47:31 +0000 (16:47 +0100)
res/layout/share_file_layout.xml

index 6ebfa4b..7bcbaa2 100644 (file)
 
         <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"