File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 30213021 inputType attributes are found, the inputType flags will override the value of
30223022 singleLine.) } -->
30233023 <attr name =" singleLine" format =" boolean" />
3024- <!-- Specifies whether the TextView is enabled or not. {@deprecated Use state_enabled instead}. -->
3024+ <!-- Specifies whether the widget is enabled. The interpretation of the enabled state varies by subclass.
3025+ For example, a non-enabled EditText prevents the user from editing the contained text, and
3026+ a non-enabled Button prevents the user from tapping the button.
3027+ The appearance of enabled and non-enabled widgets may differ, if the drawables referenced
3028+ from evaluating state_enabled differ. -->
30253029 <attr name =" enabled" format =" boolean" />
30263030 <!-- If the text is selectable, select it all when the view takes
30273031 focus instead of moving the cursor to the start or end. -->
30523056 <!-- Input is numeric. -->
30533057 <flag name =" integer" value =" 0x01" />
30543058 <!-- Input is numeric, with sign allowed. -->
3055- <flag name =" signed" value =" 0x003 " />
3059+ <flag name =" signed" value =" 0x03 " />
30563060 <!-- Input is numeric, with decimals allowed. -->
30573061 <flag name =" decimal" value =" 0x05" />
30583062 </attr >
You can’t perform that action at this time.
0 commit comments