diff options
author | Winson Chung <winsonc@google.com> | 2011-06-29 20:10:49 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2011-06-29 20:11:07 -0700 |
commit | 6a0f57dfafced837a2a282d8feec28d5418be3b9 (patch) | |
tree | 4d3c2d584509c239aefce01dbe14fda6569f0b3e /res/layout | |
parent | e87b924efaaf1cfb555a4327dc653929a4c182f1 (diff) | |
download | packages_apps_trebuchet-6a0f57dfafced837a2a282d8feec28d5418be3b9.zip packages_apps_trebuchet-6a0f57dfafced837a2a282d8feec28d5418be3b9.tar.gz packages_apps_trebuchet-6a0f57dfafced837a2a282d8feec28d5418be3b9.tar.bz2 |
Populating some more accessibility events.
Change-Id: I7813abdd6dcc0979949caec9e31029486be0396d
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/apps_customize_pane.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/apps_customize_pane.xml b/res/layout/apps_customize_pane.xml index 8361d16..8b1bd39 100644 --- a/res/layout/apps_customize_pane.xml +++ b/res/layout/apps_customize_pane.xml @@ -43,6 +43,7 @@ android:layout_gravity="right" android:gravity="center" android:text="@string/market" + android:contentDescription="@string/market" android:textColor="@color/workspace_all_apps_and_delete_zone_text_color" android:textSize="18sp" android:shadowColor="@color/workspace_all_apps_and_delete_zone_text_shadow_color" |