diff options
author | Jim Miller <jaggies@google.com> | 2012-06-15 17:26:28 -0700 |
---|---|---|
committer | Jim Miller <jaggies@google.com> | 2012-06-15 18:11:00 -0700 |
commit | 20039ad17b94873ee40fdd61c3d1d1aa590010df (patch) | |
tree | 8f32124cf4b2df6139bcc5505e57b4ca230a8ece /core/res | |
parent | d2ee4960c492259665adc2c6630e1a59642677b9 (diff) | |
download | frameworks_base-20039ad17b94873ee40fdd61c3d1d1aa590010df.zip frameworks_base-20039ad17b94873ee40fdd61c3d1d1aa590010df.tar.gz frameworks_base-20039ad17b94873ee40fdd61c3d1d1aa590010df.tar.bz2 |
Fix 6665117: ACTION_ASSIST visual improvements
- add generic icon for search providers that don't supply one
- change alpha weighting factor for glow
- don't show ring background
Change-Id: I86c86dc2d623c25ec7b91e206fac8ad9cd60faac
Diffstat (limited to 'core/res')
14 files changed, 13 insertions, 13 deletions
diff --git a/core/res/res/drawable-hdpi/ic_action_assist_focused.png b/core/res/res/drawable-hdpi/ic_action_assist_focused.png Binary files differnew file mode 100644 index 0000000..d98557d --- /dev/null +++ b/core/res/res/drawable-hdpi/ic_action_assist_focused.png diff --git a/core/res/res/drawable-hdpi/ic_action_assist_generic_activated.png b/core/res/res/drawable-hdpi/ic_action_assist_generic_activated.png Binary files differnew file mode 100644 index 0000000..c0e2098 --- /dev/null +++ b/core/res/res/drawable-hdpi/ic_action_assist_generic_activated.png diff --git a/core/res/res/drawable-hdpi/ic_action_assist_generic_normal.png b/core/res/res/drawable-hdpi/ic_action_assist_generic_normal.png Binary files differnew file mode 100644 index 0000000..a852e2c --- /dev/null +++ b/core/res/res/drawable-hdpi/ic_action_assist_generic_normal.png diff --git a/core/res/res/drawable-mdpi/ic_action_assist_focused.png b/core/res/res/drawable-mdpi/ic_action_assist_focused.png Binary files differnew file mode 100644 index 0000000..3f96d03 --- /dev/null +++ b/core/res/res/drawable-mdpi/ic_action_assist_focused.png diff --git a/core/res/res/drawable-mdpi/ic_action_assist_generic_activated.png b/core/res/res/drawable-mdpi/ic_action_assist_generic_activated.png Binary files differnew file mode 100644 index 0000000..f88f7e1 --- /dev/null +++ b/core/res/res/drawable-mdpi/ic_action_assist_generic_activated.png diff --git a/core/res/res/drawable-mdpi/ic_action_assist_generic_normal.png b/core/res/res/drawable-mdpi/ic_action_assist_generic_normal.png Binary files differnew file mode 100644 index 0000000..7426994 --- /dev/null +++ b/core/res/res/drawable-mdpi/ic_action_assist_generic_normal.png diff --git a/core/res/res/drawable-xhdpi/ic_action_assist_generic_activated.png b/core/res/res/drawable-xhdpi/ic_action_assist_generic_activated.png Binary files differnew file mode 100644 index 0000000..500b157 --- /dev/null +++ b/core/res/res/drawable-xhdpi/ic_action_assist_generic_activated.png diff --git a/core/res/res/drawable-xhdpi/ic_action_assist_generic_normal.png b/core/res/res/drawable-xhdpi/ic_action_assist_generic_normal.png Binary files differnew file mode 100644 index 0000000..d0e4cf3 --- /dev/null +++ b/core/res/res/drawable-xhdpi/ic_action_assist_generic_normal.png diff --git a/core/res/res/drawable/ic_lockscreen_search.xml b/core/res/res/drawable/ic_action_assist_generic.xml index d7a5b00..60f5d5d 100644 --- a/core/res/res/drawable/ic_lockscreen_search.xml +++ b/core/res/res/drawable/ic_action_assist_generic.xml @@ -19,18 +19,18 @@ android:state_enabled="true" android:state_active="false" android:state_focused="false" - android:drawable="@drawable/ic_lockscreen_google_normal" /> + android:drawable="@drawable/ic_action_assist_generic_normal" /> <item android:state_enabled="true" android:state_active="true" android:state_focused="false" - android:drawable="@drawable/ic_lockscreen_google_activated" /> + android:drawable="@drawable/ic_action_assist_generic_activated" /> <item android:state_enabled="true" android:state_active="false" android:state_focused="true" - android:drawable="@drawable/ic_lockscreen_google_focused" /> + android:drawable="@drawable/ic_action_assist_generic_activated" /> </selector> diff --git a/core/res/res/drawable/ic_lockscreen_outerring.xml b/core/res/res/drawable/ic_lockscreen_outerring.xml index 78984b3..3886bb4 100644 --- a/core/res/res/drawable/ic_lockscreen_outerring.xml +++ b/core/res/res/drawable/ic_lockscreen_outerring.xml @@ -20,5 +20,5 @@ <size android:height="@dimen/keyguard_lockscreen_outerring_diameter" android:width="@dimen/keyguard_lockscreen_outerring_diameter" /> <solid android:color="#00000000" /> - <stroke android:color="#1affffff" android:width="2dp" /> -</shape>
\ No newline at end of file + <stroke android:color="#00000000" android:width="2dp" /> +</shape> diff --git a/core/res/res/values-land/arrays.xml b/core/res/res/values-land/arrays.xml index f2df3fa..6db3a50 100644 --- a/core/res/res/values-land/arrays.xml +++ b/core/res/res/values-land/arrays.xml @@ -23,7 +23,7 @@ <array name="lockscreen_targets_when_silent"> <item>@null</item>" <item>@drawable/ic_lockscreen_unlock</item> - <item>@drawable/ic_lockscreen_search</item> + <item>@drawable/ic_action_assist_generic</item> <item>@drawable/ic_lockscreen_soundon</item> </array> @@ -44,7 +44,7 @@ <array name="lockscreen_targets_when_soundon"> <item>@null</item> <item>@drawable/ic_lockscreen_unlock</item> - <item>@drawable/ic_lockscreen_search</item> + <item>@drawable/ic_action_assist_generic</item> <item>@drawable/ic_lockscreen_silent</item> </array> @@ -58,7 +58,7 @@ <array name="lockscreen_targets_with_camera"> <item>@null</item> <item>@drawable/ic_lockscreen_unlock</item> - <item>@drawable/ic_lockscreen_search</item> + <item>@drawable/ic_action_assist_generic</item> <item>@drawable/ic_lockscreen_camera</item> </array> diff --git a/core/res/res/values-sw600dp-land/arrays.xml b/core/res/res/values-sw600dp-land/arrays.xml index 2b5fd99..5550216 100644 --- a/core/res/res/values-sw600dp-land/arrays.xml +++ b/core/res/res/values-sw600dp-land/arrays.xml @@ -57,7 +57,7 @@ <array name="lockscreen_targets_with_camera"> <item>@drawable/ic_lockscreen_unlock</item> - <item>@drawable/ic_lockscreen_search</item> + <item>@drawable/ic_action_assist_generic</item> <item>@drawable/ic_lockscreen_camera</item> <item>@null</item> </array> diff --git a/core/res/res/values/arrays.xml b/core/res/res/values/arrays.xml index aeb6b4f..b425ad7 100644 --- a/core/res/res/values/arrays.xml +++ b/core/res/res/values/arrays.xml @@ -353,7 +353,7 @@ <!-- Resources for GlowPadView in LockScreen --> <array name="lockscreen_targets_when_silent"> <item>@drawable/ic_lockscreen_unlock</item> - <item>@drawable/ic_lockscreen_search</item> + <item>@drawable/ic_action_assist_generic</item> <item>@drawable/ic_lockscreen_soundon</item> <item>@null</item> </array> @@ -374,7 +374,7 @@ <array name="lockscreen_targets_when_soundon"> <item>@drawable/ic_lockscreen_unlock</item> - <item>@drawable/ic_lockscreen_search</item> + <item>@drawable/ic_action_assist_generic</item> <item>@drawable/ic_lockscreen_silent</item> <item>@null</item> </array> @@ -388,7 +388,7 @@ <array name="lockscreen_targets_with_camera"> <item>@drawable/ic_lockscreen_unlock</item> - <item>@drawable/ic_lockscreen_search</item> + <item>@drawable/ic_action_assist_generic</item> <item>@drawable/ic_lockscreen_camera</item> <item>@null</item> </array> diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index a6f2f49..8ba0ccb 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -1018,7 +1018,7 @@ <java-symbol type="drawable" name="ic_lockscreen_camera" /> <java-symbol type="drawable" name="ic_lockscreen_silent" /> <java-symbol type="drawable" name="ic_lockscreen_unlock" /> - <java-symbol type="drawable" name="ic_lockscreen_search" /> + <java-symbol type="drawable" name="ic_action_assist_generic" /> <java-symbol type="drawable" name="notification_bg" /> <java-symbol type="drawable" name="notification_bg_low" /> <java-symbol type="drawable" name="notification_template_icon_bg" /> |