frameworks/base
Révision | 5eb70e071720be4c71aec33d6ce7861a95bbf991 (tree) |
---|---|
l'heure | 2019-12-18 13:10:00 |
Auteur | TreeHugger Robot <treehugger-gerrit@goog...> |
Commiter | Android (Google) Code Review |
Merge "Make preview text focusable." into qt-qpr1-dev
@@ -44,7 +44,8 @@ | ||
44 | 44 | android:ellipsize="end" |
45 | 45 | android:fontFamily="@android:string/config_headlineFontFamily" |
46 | 46 | android:textColor="?android:attr/textColorPrimary" |
47 | - android:maxLines="2"/> | |
47 | + android:maxLines="2" | |
48 | + android:focusable="true"/> | |
48 | 49 | |
49 | 50 | </RelativeLayout> |
50 | 51 |