diff options
Diffstat (limited to 'res/layout-port/user_folder.xml')
-rw-r--r-- | res/layout-port/user_folder.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/res/layout-port/user_folder.xml b/res/layout-port/user_folder.xml index 589663a..4901eb2 100644 --- a/res/layout-port/user_folder.xml +++ b/res/layout-port/user_folder.xml @@ -17,11 +17,12 @@ <com.android.launcher2.Folder xmlns:android="http://schemas.android.com/apk/res/android" xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher" - android:orientation="vertical"> - + android:orientation="vertical" + android:background="@drawable/folder_bg"> + <Button android:id="@+id/folder_close" - android:background="@drawable/box_launcher_top" + android:background="@drawable/box_launcher_top" android:gravity="left|center_vertical" android:textSize="14sp" android:textColor="#404040" @@ -32,8 +33,8 @@ <FrameLayout android:layout_width="match_parent" android:layout_height="0dip" - android:layout_weight="1" - android:background="@drawable/box_launcher_bottom"> + android:layout_weight="1"> + <com.android.launcher2.CellLayout android:id="@id/folder_content" android:layout_width="match_parent" @@ -54,7 +55,7 @@ android:listSelector="@drawable/grid_selector" android:verticalSpacing="10dip" - android:numColumns="4" /> + android:numColumns="5" /> </FrameLayout> </com.android.launcher2.Folder> |