Răsfoiți Sursa

Fix magic numbers in list_fragment_expandable.xml #12

Divay Prakash 8 ani în urmă
părinte
comite
ff83ba0f4d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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" >