android文本點擊
發布時間: 2023-08-22 05:16:29
❶ android開發如何點擊一個文本框跳轉到網頁
<TextView
android:id="@+id/tv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:autoLink="web"
android:background="@color/state_item_pressed"
android:text="跳轉到web;www..com"/>
熱點內容