Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在TextView我需要做参考号。仅限格式的电话号码+xxx xx xxxxxxx。为此,我使用属性android:autoLink="phone"。但并非所有电话号码都能被正确识别——有些电话号码被分解为两个链接,尽管它们的格式相同。
TextView
+xxx xx xxxxxxx
android:autoLink="phone"
告诉我,我该如何解决这个问题?
尝试这个-
android:linksClickable="true" android:autoLink="phone"