summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-09-23 22:54:15 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-09-23 22:54:15 +0000
commit4362ba6913fe2ec0c3b8a8256b0dc98b178c799c (patch)
tree189908356be659b8fc9bd0139ae21e3f6eb1107f /res
parent2924080923189c1ec125ca877f6cc75982f215ba (diff)
parent5a7a1ce0a7affdff02029793ac24b2581075acee (diff)
downloadandroid_packages_apps_Trebuchet-4362ba6913fe2ec0c3b8a8256b0dc98b178c799c.tar.gz
android_packages_apps_Trebuchet-4362ba6913fe2ec0c3b8a8256b0dc98b178c799c.tar.bz2
android_packages_apps_Trebuchet-4362ba6913fe2ec0c3b8a8256b0dc98b178c799c.zip
am 5a7a1ce0: Merge "Fixing workspace state issue with option menu." into ub-launcher3-burnaby-polish
* commit '5a7a1ce0a7affdff02029793ac24b2581075acee': Fixing workspace state issue with option menu.
Diffstat (limited to 'res')
-rw-r--r--res/layout/overview_panel.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/res/layout/overview_panel.xml b/res/layout/overview_panel.xml
index 1f02dce3c..4f54f1dfc 100644
--- a/res/layout/overview_panel.xml
+++ b/res/layout/overview_panel.xml
@@ -33,7 +33,8 @@
android:text="@string/wallpaper_button_text"
android:textAllCaps="true"
android:textColor="@android:color/white"
- android:textSize="12sp" />
+ android:textSize="12sp"
+ android:focusable="true" />
<TextView
android:id="@+id/widget_button"
@@ -47,7 +48,8 @@
android:text="@string/widget_button_text"
android:textAllCaps="true"
android:textColor="@android:color/white"
- android:textSize="12sp" />
+ android:textSize="12sp"
+ android:focusable="true" />
<TextView
android:id="@+id/settings_button"
@@ -61,6 +63,7 @@
android:text="@string/settings_button_text"
android:textAllCaps="true"
android:textColor="@android:color/white"
- android:textSize="12sp" />
+ android:textSize="12sp"
+ android:focusable="true" />
</LinearLayout> \ No newline at end of file