Fix magic numbers in list_fragment_expandable.xml #12

This commit is contained in:
Divay Prakash 2016-10-07 06:33:57 +05:30
parent 4f04626359
commit ff83ba0f4d
No known key found for this signature in database
GPG key ID: 81365216092AA888

View file

@ -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" >