diff options
author | Winson Chung <winsonc@google.com> | 2010-09-17 16:47:33 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2010-09-17 16:48:00 -0700 |
commit | 64a3cd4f204dd5f3676249d50aa0881b2e279b1f (patch) | |
tree | ca67a0b7c8ec3ce721e9600d2d00230065ca1383 /res/layout-xlarge/all_apps_paged_view_application.xml | |
parent | 24ab2f1bb59a1b15f80bd398c7e3e3b3c98599fb (diff) | |
download | packages_apps_trebuchet-64a3cd4f204dd5f3676249d50aa0881b2e279b1f.zip packages_apps_trebuchet-64a3cd4f204dd5f3676249d50aa0881b2e279b1f.tar.gz packages_apps_trebuchet-64a3cd4f204dd5f3676249d50aa0881b2e279b1f.tar.bz2 |
Changing the holographic outline algorithm to match designs.
Change-Id: Ibb9668514c7c3ce56473cf041051245b9c19c793
Diffstat (limited to 'res/layout-xlarge/all_apps_paged_view_application.xml')
-rw-r--r-- | res/layout-xlarge/all_apps_paged_view_application.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/res/layout-xlarge/all_apps_paged_view_application.xml b/res/layout-xlarge/all_apps_paged_view_application.xml index 55779e5..bee13d6 100644 --- a/res/layout-xlarge/all_apps_paged_view_application.xml +++ b/res/layout-xlarge/all_apps_paged_view_application.xml @@ -14,7 +14,15 @@ limitations under the License. --> -<com.android.launcher2.PagedViewIcon xmlns:android="http://schemas.android.com/apk/res/android" +<com.android.launcher2.PagedViewIcon + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher" + + launcher:blurColor="#FF6B8CF0" + launcher:outlineColor="#FF8CD2FF" + launcher:checkedBlurColor="#FFBBE83C" + launcher:checkedOutlineColor="#FF8CD2FF" + android:id="@+id/name" android:layout_width="match_parent" android:layout_height="match_parent" |