diff options
author | 2019-12-18 04:10:00 +0000 | |
---|---|---|
committer | 2019-12-18 04:10:00 +0000 | |
commit | 5eb70e071720be4c71aec33d6ce7861a95bbf991 (patch) | |
tree | 4cec4a41ec912100d960da074e85129c028d3b1f | |
parent | 2d5732ca4a13f3786fe5155f3ae5675c80b20ba7 (diff) | |
parent | d9691e20b5b530df5ed26212cc50b5839c7b3db8 (diff) |
Merge "Make preview text focusable." into qt-qpr1-dev
-rw-r--r-- | core/res/res/layout/chooser_grid_preview_text.xml | 3 |
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> |