summaryrefslogtreecommitdiffstats
path: root/res/layout-land/user_folder.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-land/user_folder.xml')
-rw-r--r--res/layout-land/user_folder.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout-land/user_folder.xml b/res/layout-land/user_folder.xml
index 975fffd57..b81446287 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"