mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
Fix magic numbers in list_fragment_expandable.xml #12
This commit is contained in:
parent
4f04626359
commit
ff83ba0f4d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ This must be a clone of list_fragment.xml
|
||||||
EXCEPT: ExpandableListView must be used for @+id/swipe_refresh_files_emptyView
|
EXCEPT: ExpandableListView must be used for @+id/swipe_refresh_files_emptyView
|
||||||
-->
|
-->
|
||||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="0dp"
|
android:layout_width="@dimen/zero"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_weight="1" >
|
android:layout_weight="1" >
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue