projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Good behaviiour in servers not supporting SHAREE API: show the menu option and a...
[pub/Android/ownCloud.git]
/
res
/
layout
/
share_file_layout.xml
diff --git
a/res/layout/share_file_layout.xml
b/res/layout/share_file_layout.xml
index
cfbed19
..
7bcbaa2
100644
(file)
--- a/
res/layout/share_file_layout.xml
+++ b/
res/layout/share_file_layout.xml
@@
-19,7
+19,6
@@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
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
tools:context="com.owncloud.android.ui.fragment.ShareFileFragment">
<LinearLayout
@@
-81,10
+80,11
@@
<ListView
android:layout_width="match_parent"
<ListView
android:layout_width="match_parent"
- android:layout_height="
wrap_content
"
+ android:layout_height="
0dip
"
android:id="@+id/shareUsersList"
android:visibility="gone"
android:id="@+id/shareUsersList"
android:visibility="gone"
- android:scrollbars="vertical"/>
+ android:scrollbars="vertical"
+ android:layout_weight="1"/>
<TextView
android:layout_width="match_parent"
<TextView
android:layout_width="match_parent"