Răsfoiți Sursa

Show 'Add Users or Groups' button properly

masensio 9 ani în urmă
părinte
comite
b3dc5f477c
1 a modificat fișierele cu 3 adăugiri și 2 ștergeri
  1. 3 2
      res/layout/share_file_layout.xml

+ 3 - 2
res/layout/share_file_layout.xml

@@ -80,10 +80,11 @@
 
         <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"