Update accessibility focus color

BUG: 15453163
Change-Id: I1504246cfdf7c4af2c9817c47b6bb71f7dc53573
This commit is contained in:
Alan Viverette
2014-06-17 16:25:57 -07:00
parent 8fb63d5a5a
commit 93afb5f1d9
2 changed files with 6 additions and 4 deletions

View File

@@ -17,9 +17,11 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<stroke
android:width="2dp"
android:color="@color/accessibility_focus_highlight" />
android:width="4dp"
android:color="@color/accessibility_focus_highlight"
android:dashWidth="4dp"
android:dashGap="2dp" />
<corners android:radius="2dp"/>
<corners android:radius="2dp" />
</shape>

View File

@@ -143,7 +143,7 @@
<color name="keyguard_avatar_nick_color">#ffffffff</color>
<color name="keyguard_avatar_frame_pressed_color">#ff35b5e5</color>
<color name="accessibility_focus_highlight">#80ffff00</color>
<color name="accessibility_focus_highlight">#bf39b500</color>
</resources>