diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/drawable-hdpi/box_launcher_top_normal.9.png | bin | 2412 -> 1245 bytes | |||
-rw-r--r-- | res/drawable-hdpi/box_launcher_top_pressed.9.png | bin | 3253 -> 1245 bytes | |||
-rw-r--r-- | res/drawable-hdpi/box_launcher_top_selected.9.png | bin | 3300 -> 1245 bytes | |||
-rw-r--r-- | res/drawable-hdpi/folder_bg.9.png | bin | 0 -> 785 bytes | |||
-rw-r--r-- | res/drawable-mdpi/box_launcher_top_normal.9.png | bin | 1708 -> 1245 bytes | |||
-rw-r--r-- | res/drawable-mdpi/box_launcher_top_pressed.9.png | bin | 2053 -> 1245 bytes | |||
-rw-r--r-- | res/drawable-mdpi/box_launcher_top_selected.9.png | bin | 2066 -> 1245 bytes | |||
-rw-r--r-- | res/drawable-mdpi/folder_bg.9.png | bin | 0 -> 785 bytes | |||
-rw-r--r-- | res/layout-land/user_folder.xml | 6 | ||||
-rw-r--r-- | res/layout-port/user_folder.xml | 13 |
10 files changed, 10 insertions, 9 deletions
diff --git a/res/drawable-hdpi/box_launcher_top_normal.9.png b/res/drawable-hdpi/box_launcher_top_normal.9.png Binary files differindex 98997ad..af04b07 100644 --- a/res/drawable-hdpi/box_launcher_top_normal.9.png +++ b/res/drawable-hdpi/box_launcher_top_normal.9.png diff --git a/res/drawable-hdpi/box_launcher_top_pressed.9.png b/res/drawable-hdpi/box_launcher_top_pressed.9.png Binary files differindex f52fd48..af04b07 100644 --- a/res/drawable-hdpi/box_launcher_top_pressed.9.png +++ b/res/drawable-hdpi/box_launcher_top_pressed.9.png diff --git a/res/drawable-hdpi/box_launcher_top_selected.9.png b/res/drawable-hdpi/box_launcher_top_selected.9.png Binary files differindex 8cacf0e..af04b07 100644 --- a/res/drawable-hdpi/box_launcher_top_selected.9.png +++ b/res/drawable-hdpi/box_launcher_top_selected.9.png diff --git a/res/drawable-hdpi/folder_bg.9.png b/res/drawable-hdpi/folder_bg.9.png Binary files differnew file mode 100644 index 0000000..6f1bbe5 --- /dev/null +++ b/res/drawable-hdpi/folder_bg.9.png diff --git a/res/drawable-mdpi/box_launcher_top_normal.9.png b/res/drawable-mdpi/box_launcher_top_normal.9.png Binary files differindex 8adf2cf..af04b07 100644 --- a/res/drawable-mdpi/box_launcher_top_normal.9.png +++ b/res/drawable-mdpi/box_launcher_top_normal.9.png diff --git a/res/drawable-mdpi/box_launcher_top_pressed.9.png b/res/drawable-mdpi/box_launcher_top_pressed.9.png Binary files differindex 7a20c54..af04b07 100644 --- a/res/drawable-mdpi/box_launcher_top_pressed.9.png +++ b/res/drawable-mdpi/box_launcher_top_pressed.9.png diff --git a/res/drawable-mdpi/box_launcher_top_selected.9.png b/res/drawable-mdpi/box_launcher_top_selected.9.png Binary files differindex 9e636f0..af04b07 100644 --- a/res/drawable-mdpi/box_launcher_top_selected.9.png +++ b/res/drawable-mdpi/box_launcher_top_selected.9.png diff --git a/res/drawable-mdpi/folder_bg.9.png b/res/drawable-mdpi/folder_bg.9.png Binary files differnew file mode 100644 index 0000000..6f1bbe5 --- /dev/null +++ b/res/drawable-mdpi/folder_bg.9.png diff --git a/res/layout-land/user_folder.xml b/res/layout-land/user_folder.xml index 975fffd..b814462 100644 --- a/res/layout-land/user_folder.xml +++ b/res/layout-land/user_folder.xml @@ -17,7 +17,8 @@ <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" @@ -32,8 +33,7 @@ <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" 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> |