summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2011-05-02 15:36:58 -0700
committerAdam Cohen <adamcohen@google.com>2011-05-02 17:52:19 -0700
commita9cf38f533d1e86269868f1e6a806ccffd4a78fc (patch)
treefe8875d5dfd5a3684e0b417182bda29107237ad7 /res
parent8ef487680042fc3045323223b15449b2bf40e8e3 (diff)
downloadandroid_packages_apps_Trebuchet-a9cf38f533d1e86269868f1e6a806ccffd4a78fc.tar.gz
android_packages_apps_Trebuchet-a9cf38f533d1e86269868f1e6a806ccffd4a78fc.tar.bz2
android_packages_apps_Trebuchet-a9cf38f533d1e86269868f1e6a806ccffd4a78fc.zip
Adding folder icon visualization
-> Added new temp assets Change-Id: If1d7e8ce867b473920f40cd1cc02d189be62b8bf
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/box_launcher_top_normal.9.pngbin2412 -> 1245 bytes
-rw-r--r--res/drawable-hdpi/box_launcher_top_pressed.9.pngbin3253 -> 1245 bytes
-rw-r--r--res/drawable-hdpi/box_launcher_top_selected.9.pngbin3300 -> 1245 bytes
-rw-r--r--res/drawable-hdpi/folder_bg.9.pngbin0 -> 785 bytes
-rw-r--r--res/drawable-mdpi/box_launcher_top_normal.9.pngbin1708 -> 1245 bytes
-rw-r--r--res/drawable-mdpi/box_launcher_top_pressed.9.pngbin2053 -> 1245 bytes
-rw-r--r--res/drawable-mdpi/box_launcher_top_selected.9.pngbin2066 -> 1245 bytes
-rw-r--r--res/drawable-mdpi/folder_bg.9.pngbin0 -> 785 bytes
-rw-r--r--res/layout-land/user_folder.xml6
-rw-r--r--res/layout-port/user_folder.xml13
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
index 98997ad28..af04b076a 100644
--- a/res/drawable-hdpi/box_launcher_top_normal.9.png
+++ b/res/drawable-hdpi/box_launcher_top_normal.9.png
Binary files differ
diff --git a/res/drawable-hdpi/box_launcher_top_pressed.9.png b/res/drawable-hdpi/box_launcher_top_pressed.9.png
index f52fd4805..af04b076a 100644
--- a/res/drawable-hdpi/box_launcher_top_pressed.9.png
+++ b/res/drawable-hdpi/box_launcher_top_pressed.9.png
Binary files differ
diff --git a/res/drawable-hdpi/box_launcher_top_selected.9.png b/res/drawable-hdpi/box_launcher_top_selected.9.png
index 8cacf0e09..af04b076a 100644
--- a/res/drawable-hdpi/box_launcher_top_selected.9.png
+++ b/res/drawable-hdpi/box_launcher_top_selected.9.png
Binary files differ
diff --git a/res/drawable-hdpi/folder_bg.9.png b/res/drawable-hdpi/folder_bg.9.png
new file mode 100644
index 000000000..6f1bbe548
--- /dev/null
+++ b/res/drawable-hdpi/folder_bg.9.png
Binary files differ
diff --git a/res/drawable-mdpi/box_launcher_top_normal.9.png b/res/drawable-mdpi/box_launcher_top_normal.9.png
index 8adf2cfe7..af04b076a 100644
--- a/res/drawable-mdpi/box_launcher_top_normal.9.png
+++ b/res/drawable-mdpi/box_launcher_top_normal.9.png
Binary files differ
diff --git a/res/drawable-mdpi/box_launcher_top_pressed.9.png b/res/drawable-mdpi/box_launcher_top_pressed.9.png
index 7a20c547f..af04b076a 100644
--- a/res/drawable-mdpi/box_launcher_top_pressed.9.png
+++ b/res/drawable-mdpi/box_launcher_top_pressed.9.png
Binary files differ
diff --git a/res/drawable-mdpi/box_launcher_top_selected.9.png b/res/drawable-mdpi/box_launcher_top_selected.9.png
index 9e636f03e..af04b076a 100644
--- a/res/drawable-mdpi/box_launcher_top_selected.9.png
+++ b/res/drawable-mdpi/box_launcher_top_selected.9.png
Binary files differ
diff --git a/res/drawable-mdpi/folder_bg.9.png b/res/drawable-mdpi/folder_bg.9.png
new file mode 100644
index 000000000..6f1bbe548
--- /dev/null
+++ b/res/drawable-mdpi/folder_bg.9.png
Binary files differ
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"
diff --git a/res/layout-port/user_folder.xml b/res/layout-port/user_folder.xml
index 589663afe..4901eb219 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>