commit | c51934bfdfed6a5011c6d6c5b7b70f2d75613d41 | [log] [tgz] |
---|---|---|
author | Adam Cohen <adamcohen@google.com> | Tue Jul 26 21:07:43 2011 -0700 |
committer | Adam Cohen <adamcohen@google.com> | Tue Jul 26 21:14:39 2011 -0700 |
tree | f7a71fe9c418dea673413bb9df396a6cf8993c7f | |
parent | 2f84ef259314b0bef20f6e7e503377212fadc88c [diff] |
Updating portals visuals: -> added leave behind asset to dock, issue 5052467 -> new assets -> modified text Change-Id: Ie395b768658dd5c02443b37c4f58a02cf3e86e59
diff --git a/res/drawable-hdpi/portal_container_holo.9.png b/res/drawable-hdpi/portal_container_holo.9.png index ab846f6..20e8808 100644 --- a/res/drawable-hdpi/portal_container_holo.9.png +++ b/res/drawable-hdpi/portal_container_holo.9.png Binary files differ
diff --git a/res/drawable-hdpi/portal_ring_inner_holo.png b/res/drawable-hdpi/portal_ring_inner_holo.png index cd40594..7f48e73 100644 --- a/res/drawable-hdpi/portal_ring_inner_holo.png +++ b/res/drawable-hdpi/portal_ring_inner_holo.png Binary files differ
diff --git a/res/drawable-hdpi/portal_ring_outer_holo.png b/res/drawable-hdpi/portal_ring_outer_holo.png index 1a66a44..4ad47bf 100644 --- a/res/drawable-hdpi/portal_ring_outer_holo.png +++ b/res/drawable-hdpi/portal_ring_outer_holo.png Binary files differ
diff --git a/res/drawable-hdpi/portal_ring_rest.png b/res/drawable-hdpi/portal_ring_rest.png new file mode 100644 index 0000000..5e215d3 --- /dev/null +++ b/res/drawable-hdpi/portal_ring_rest.png Binary files differ
diff --git a/res/drawable-mdpi/portal_container_holo.9.png b/res/drawable-mdpi/portal_container_holo.9.png index 56a5b87..90fb1d1 100644 --- a/res/drawable-mdpi/portal_container_holo.9.png +++ b/res/drawable-mdpi/portal_container_holo.9.png Binary files differ
diff --git a/res/drawable-mdpi/portal_ring_inner_holo.png b/res/drawable-mdpi/portal_ring_inner_holo.png index 9addb30..4dbae06 100644 --- a/res/drawable-mdpi/portal_ring_inner_holo.png +++ b/res/drawable-mdpi/portal_ring_inner_holo.png Binary files differ
diff --git a/res/drawable-mdpi/portal_ring_outer_holo.png b/res/drawable-mdpi/portal_ring_outer_holo.png index 6103869..a70acf2 100644 --- a/res/drawable-mdpi/portal_ring_outer_holo.png +++ b/res/drawable-mdpi/portal_ring_outer_holo.png Binary files differ
diff --git a/res/drawable-mdpi/portal_ring_rest.png b/res/drawable-mdpi/portal_ring_rest.png new file mode 100644 index 0000000..c3203d9 --- /dev/null +++ b/res/drawable-mdpi/portal_ring_rest.png Binary files differ
diff --git a/res/drawable-xhdpi/portal_container_holo.9.png b/res/drawable-xhdpi/portal_container_holo.9.png index 55c701b..3c8193b 100644 --- a/res/drawable-xhdpi/portal_container_holo.9.png +++ b/res/drawable-xhdpi/portal_container_holo.9.png Binary files differ
diff --git a/res/drawable-xhdpi/portal_ring_inner_holo.png b/res/drawable-xhdpi/portal_ring_inner_holo.png index dfdd622..fc3d3c0 100644 --- a/res/drawable-xhdpi/portal_ring_inner_holo.png +++ b/res/drawable-xhdpi/portal_ring_inner_holo.png Binary files differ
diff --git a/res/layout/user_folder.xml b/res/layout/user_folder.xml index 6b19603..7597bc7 100644 --- a/res/layout/user_folder.xml +++ b/res/layout/user_folder.xml
@@ -45,8 +45,9 @@ android:paddingTop="@dimen/folder_content_name_gap" android:background="#00000000" android:hint="@string/folder_hint_text" - android:textSize="16sp" - android:textColor="#FFF" + android:textSize="14sp" + android:textColor="#ff33b5e5" + android:textColorHighlight="#ff333333" android:gravity="center_horizontal" android:singleLine="true"/> </com.android.launcher2.Folder>
diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 215f698..dc18a72 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml
@@ -92,7 +92,7 @@ <dimen name="folder_preview_size">64dp</dimen> <!-- The amount that the preview contents are inset from the preview background --> <dimen name="folder_preview_padding">4dp</dimen> - <dimen name="folder_content_name_gap">8dp</dimen> + <dimen name="folder_content_name_gap">4dp</dimen> <dimen name="folder_width_gap">0dp</dimen> <dimen name="folder_height_gap">0dp</dimen> </resources>