TextView文本框,用于显示文本的一个控件
autoLink属性是用来识别链接类型的。
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
tools:context=".MainActivity"
android:orientation="vertical">
<TextView
android:id="@+i
Android TextView文本框及shape属性
最新推荐文章于 2024-07-31 16:06:07 发布