summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2019-12-18 04:10:00 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-12-18 04:10:00 +0000
commit5eb70e071720be4c71aec33d6ce7861a95bbf991 (patch)
tree4cec4a41ec912100d960da074e85129c028d3b1f
parent2d5732ca4a13f3786fe5155f3ae5675c80b20ba7 (diff)
parentd9691e20b5b530df5ed26212cc50b5839c7b3db8 (diff)
Merge "Make preview text focusable." into qt-qpr1-dev
-rw-r--r--core/res/res/layout/chooser_grid_preview_text.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/res/layout/chooser_grid_preview_text.xml b/core/res/res/layout/chooser_grid_preview_text.xml
index 5998cff71dfd..025d1016dd9f 100644
--- a/core/res/res/layout/chooser_grid_preview_text.xml
+++ b/core/res/res/layout/chooser_grid_preview_text.xml
@@ -44,7 +44,8 @@
android:ellipsize="end"
android:fontFamily="@android:string/config_headlineFontFamily"
android:textColor="?android:attr/textColorPrimary"
- android:maxLines="2"/>
+ android:maxLines="2"
+ android:focusable="true"/>
</RelativeLayout>