浏览代码

Fix magic numbers in list_fragment_expandable.xml #12

Divay Prakash 8 年之前
父节点
当前提交
ff83ba0f4d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      res/layout/list_fragment_expandable.xml

+ 1 - 1
res/layout/list_fragment_expandable.xml

@@ -5,7 +5,7 @@ This must be a clone of list_fragment.xml
 EXCEPT: ExpandableListView must be used for @+id/swipe_refresh_files_emptyView
  -->
 <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_weight="1" >