• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

frameworks/base


Commit MetaInfo

Révision5eb70e071720be4c71aec33d6ce7861a95bbf991 (tree)
l'heure2019-12-18 13:10:00
AuteurTreeHugger Robot <treehugger-gerrit@goog...>
CommiterAndroid (Google) Code Review

Message de Log

Merge "Make preview text focusable." into qt-qpr1-dev

Change Summary

Modification

--- a/core/res/res/layout/chooser_grid_preview_text.xml
+++ b/core/res/res/layout/chooser_grid_preview_text.xml
@@ -44,7 +44,8 @@
4444 android:ellipsize="end"
4545 android:fontFamily="@android:string/config_headlineFontFamily"
4646 android:textColor="?android:attr/textColorPrimary"
47- android:maxLines="2"/>
47+ android:maxLines="2"
48+ android:focusable="true"/>
4849
4950 </RelativeLayout>
5051