diff options
author | Adam Cohen <adamcohen@google.com> | 2011-06-17 13:26:23 -0700 |
---|---|---|
committer | Adam Cohen <adamcohen@google.com> | 2011-06-21 18:00:21 -0700 |
commit | 76fc085d28178a5d4fb3787ede956281a2cc3179 (patch) | |
tree | 98d95c5f3e069d36cea8fe699e569271a9d6750d /res/layout-port | |
parent | b6c2a87511aeb5b7cc2c20417503dc52a283067c (diff) | |
download | packages_apps_trebuchet-76fc085d28178a5d4fb3787ede956281a2cc3179.zip packages_apps_trebuchet-76fc085d28178a5d4fb3787ede956281a2cc3179.tar.gz packages_apps_trebuchet-76fc085d28178a5d4fb3787ede956281a2cc3179.tar.bz2 |
New folder visualization, renaming, staggering reorder
Change-Id: I62963d225e6ea5d2ec9d8ebc8a6d73099f5d6c7f
Diffstat (limited to 'res/layout-port')
-rw-r--r-- | res/layout-port/folder_icon.xml | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/res/layout-port/folder_icon.xml b/res/layout-port/folder_icon.xml index 49049cf..3f776de 100644 --- a/res/layout-port/folder_icon.xml +++ b/res/layout-port/folder_icon.xml @@ -4,9 +4,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -14,5 +14,19 @@ limitations under the License. --> -<com.android.launcher2.FolderIcon xmlns:android="http://schemas.android.com/apk/res/android" - style="@style/WorkspaceIcon.Portrait" /> +<com.android.launcher2.FolderIcon + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical"> + <ImageView + android:id="@+id/preview_background" + android:layout_gravity="center_horizontal" + android:layout_width="@dimen/folder_preview_size" + android:layout_height="@dimen/folder_preview_size" + android:src="@drawable/portal_ring_inner_holo"/> + <com.android.launcher2.BubbleTextView + android:id="@+id/folder_name" + style="@style/WorkspaceIcon.Portrait"/> +</com.android.launcher2.FolderIcon> |