Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e58b7f45 authored by Gilles Debunne's avatar Gilles Debunne
Browse files

Fixed comment for selectAllOnFocus

Pre-focusable in touch mode ? cursor moves to tapped position.
or previous position when using d-pad/keyboard.

Change-Id: Iac725ff233bfeac2dc14e870118047a9a8418ff9
parent a352d1e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3054,7 +3054,7 @@
        <!-- Specifies whether the TextView is enabled or not. {@deprecated Use state_enabled instead}. -->
        <attr name="enabled" format="boolean" />
        <!-- If the text is selectable, select it all when the view takes
             focus instead of moving the cursor to the start or end. -->
             focus. -->
        <attr name="selectAllOnFocus" format="boolean" />
        <!-- Leave enough room for ascenders and descenders instead of
             using the font ascent and descent strictly.  (Normally true). -->