Loading core/res/res/values/attrs.xml +6 −2 Original line number Diff line number Diff line Loading @@ -3105,7 +3105,11 @@ inputType attribute instead for editable text views (if both singleLine and inputType are supplied, the inputType flags will override the value of singleLine). } --> <attr name="singleLine" format="boolean" /> <!-- Specifies whether the TextView is enabled or not. {@deprecated Use state_enabled instead}. --> <!-- Specifies whether the widget is enabled. The interpretation of the enabled state varies by subclass. For example, a non-enabled EditText prevents the user from editing the contained text, and a non-enabled Button prevents the user from tapping the button. The appearance of enabled and non-enabled widgets may differ, if the drawables referenced from evaluating state_enabled differ. --> <attr name="enabled" format="boolean" /> <!-- If the text is selectable, select it all when the view takes focus. --> Loading Loading @@ -3136,7 +3140,7 @@ <!-- Input is numeric. --> <flag name="integer" value="0x01" /> <!-- Input is numeric, with sign allowed. --> <flag name="signed" value="0x003" /> <flag name="signed" value="0x03" /> <!-- Input is numeric, with decimals allowed. --> <flag name="decimal" value="0x05" /> </attr> Loading Loading
core/res/res/values/attrs.xml +6 −2 Original line number Diff line number Diff line Loading @@ -3105,7 +3105,11 @@ inputType attribute instead for editable text views (if both singleLine and inputType are supplied, the inputType flags will override the value of singleLine). } --> <attr name="singleLine" format="boolean" /> <!-- Specifies whether the TextView is enabled or not. {@deprecated Use state_enabled instead}. --> <!-- Specifies whether the widget is enabled. The interpretation of the enabled state varies by subclass. For example, a non-enabled EditText prevents the user from editing the contained text, and a non-enabled Button prevents the user from tapping the button. The appearance of enabled and non-enabled widgets may differ, if the drawables referenced from evaluating state_enabled differ. --> <attr name="enabled" format="boolean" /> <!-- If the text is selectable, select it all when the view takes focus. --> Loading Loading @@ -3136,7 +3140,7 @@ <!-- Input is numeric. --> <flag name="integer" value="0x01" /> <!-- Input is numeric, with sign allowed. --> <flag name="signed" value="0x003" /> <flag name="signed" value="0x03" /> <!-- Input is numeric, with decimals allowed. --> <flag name="decimal" value="0x05" /> </attr> Loading