XML attribute usage "android:focusableInTouchMode"

Aayush

Please tell me why is the following XML attribute used ? I looked up the documentation on developer.android.com but could not understand anything.

android:focusableInTouchMode
ben75

This blog post can help you to understand the meaning of touch mode.

The most relevant part :

The touch mode is a state of the view hierarchy that depends solely on the user interaction with the phone. By itself, the touch mode is something very easy to understand as it simply indicates whether the last user interaction was performed with the touch screen. For example, if you are using a G1 phone, selecting a widget with the trackball will take you out of touch mode; however, if you touch a button on the screen with your finger, you will enter touch mode. When the user is not in touch mode, we talk about the trackball mode, navigation mode or keyboard navigation, so do not be surprised if you encounter these terms. Finally, there is only one API directly related to touch mode, View.isInTouchMode().

So android:focusableInTouchMode="true" means that the view can get the focus when the phone is in touch mode.

Typically an EditText is generally focusable in touch mode and on the other hand a Button is generally not focusable in touch mode.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

What is the usage of reference attribute in castor-xml mapping file?

分類Dev

Get xml attribute

分類Dev

Setting an XML attribute in the model

分類Dev

Go - Unmarshal XML, Attribute issues

分類Dev

XML Attribute Values C#

分類Dev

updating XML attribute value in python

分類Dev

Regarding Authorize attribute usage in ASP.Net MVC 4

分類Dev

Xml Linq Query (get Element by Attribute and Attribute value)

分類Dev

XML find all attribute values of a tag of a child

分類Dev

SAML2 xml structured attribute values

分類Dev

T SQL For XML PATH Group By as Attribute or Element

分類Dev

How to read tag attribute of XML in Inno Setup

分類Dev

Putting the column type from the DB to a XML attribute

分類Dev

Parse xml element attribute using minidom python

分類Dev

Using xmlStar to get XML node attribute

分類Dev

How to find children of an XML element with a given attribute?

分類Dev

CodeMirror: xml attribute completion, add = automatically

分類Dev

Using XML attribute value as XSL variable

分類Dev

How to Serialize to a "Collection with an Attribute" Using the XML Serializer

分類Dev

XML schema attribute errors with type, appearance and syntax

分類Dev

Select an attribute with Xpath in a XML with namespace using Powershell

分類Dev

XML: Select nodes by it's value instead of attribute

分類Dev

xml xsl node selection based on attribute value

分類Dev

how to access xml tag by attribute of the parent

分類Dev

Add line to XML using attribute as identifier

分類Dev

Java, parse raw, unconverted value of an xml attribute. Jaxson or jaxb

分類Dev

How to remove xmlns attribute from the root element in xml and java

分類Dev

How to remove xmlns attribute from the root element in xml and java

分類Dev

XML values of the same attribute in different elements cannot repeat

Related 関連記事

  1. 1

    What is the usage of reference attribute in castor-xml mapping file?

  2. 2

    Get xml attribute

  3. 3

    Setting an XML attribute in the model

  4. 4

    Go - Unmarshal XML, Attribute issues

  5. 5

    XML Attribute Values C#

  6. 6

    updating XML attribute value in python

  7. 7

    Regarding Authorize attribute usage in ASP.Net MVC 4

  8. 8

    Xml Linq Query (get Element by Attribute and Attribute value)

  9. 9

    XML find all attribute values of a tag of a child

  10. 10

    SAML2 xml structured attribute values

  11. 11

    T SQL For XML PATH Group By as Attribute or Element

  12. 12

    How to read tag attribute of XML in Inno Setup

  13. 13

    Putting the column type from the DB to a XML attribute

  14. 14

    Parse xml element attribute using minidom python

  15. 15

    Using xmlStar to get XML node attribute

  16. 16

    How to find children of an XML element with a given attribute?

  17. 17

    CodeMirror: xml attribute completion, add = automatically

  18. 18

    Using XML attribute value as XSL variable

  19. 19

    How to Serialize to a "Collection with an Attribute" Using the XML Serializer

  20. 20

    XML schema attribute errors with type, appearance and syntax

  21. 21

    Select an attribute with Xpath in a XML with namespace using Powershell

  22. 22

    XML: Select nodes by it's value instead of attribute

  23. 23

    xml xsl node selection based on attribute value

  24. 24

    how to access xml tag by attribute of the parent

  25. 25

    Add line to XML using attribute as identifier

  26. 26

    Java, parse raw, unconverted value of an xml attribute. Jaxson or jaxb

  27. 27

    How to remove xmlns attribute from the root element in xml and java

  28. 28

    How to remove xmlns attribute from the root element in xml and java

  29. 29

    XML values of the same attribute in different elements cannot repeat

ホットタグ

アーカイブ