summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2012-05-15 20:46:03 -0700
committerJim Miller <jaggies@google.com>2012-05-15 21:10:12 -0700
commit20830421fe223bf2a8a69a67a6d26b0b5beb5baa (patch)
treedb0edf0a5ddb37e57e6b98c880e6f0b2818d1695 /packages/SystemUI/res/drawable
parent776627b8b0f20e88d31ab83e510de1344043b919 (diff)
downloadframeworks_base-20830421fe223bf2a8a69a67a6d26b0b5beb5baa.zip
frameworks_base-20830421fe223bf2a8a69a67a6d26b0b5beb5baa.tar.gz
frameworks_base-20830421fe223bf2a8a69a67a6d26b0b5beb5baa.tar.bz2
Fix 6398209: Lots of improvements to gesture search from navbar
- Added ability to postpone animations until after window is shown to ensure the animation is visible on slower devices. - Fixed layout bug that prevented targets from being located on outer ring. - Fixed bug where some motion events were being ignored when handle wasn't captured. - Reduced temp object generation in several methods. - Added containers to start all animations together and to facilitate delayed start. - Increased radius of outer ring on phones to closer match mocks. - Decreased sensitivity of swipe up gesture on navbar so it's harder to false. Change-Id: I084f840115aef6496a1f87202c4e42d9962c8c3e
Diffstat (limited to 'packages/SystemUI/res/drawable')
-rw-r--r--packages/SystemUI/res/drawable/navbar_search_outerring.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/drawable/navbar_search_outerring.xml b/packages/SystemUI/res/drawable/navbar_search_outerring.xml
index 37b6c1c..0dd081d 100644
--- a/packages/SystemUI/res/drawable/navbar_search_outerring.xml
+++ b/packages/SystemUI/res/drawable/navbar_search_outerring.xml
@@ -19,5 +19,5 @@
<size android:height="@dimen/navbar_search_outerring_diameter"
android:width="@dimen/navbar_search_outerring_diameter" />
<solid android:color="#00000000" />
- <stroke android:color="#1affffff" android:width="2dp" />
+ <stroke android:color="#40ffffff" android:width="2dp" />
</shape> \ No newline at end of file