<!--声明变量-->
<!-- android:id="@+id/tv_one"-->
<!--长宽-->
<!-- android:layout_width="match_parent"-->
<!-- android:layout_height="match_parent"-->
<!--背景颜色-->
<!-- android:background="#001AFF"-->
<!--内容-->
<!--<!– android:text="@string/app_Test"–>-->
<!--阴影颜色-->
<!--<!– android:shadowColor="@color/red"–>-->
<!--阴影x偏离-->
<!--<!– android:shadowDx="10.0"–>-->
<!-- 阴影y偏离-->
<!--<!– android:shadowDy="10.0"–>-->
<!--阴影模糊度-->
<!--<!– android:shadowRadius="3.0"–>-->
<!--字体颜色-->
<!--<!– android:textColor="@color/black"–>-->
<!--字体大小-->
<!--<!– android:textSize="50sp"–>-->
<!--单行显示-->
<!--<!– android:singleLine="true"–>-->
<!--省略文本方式-->
<!--<!– android:ellipsize="marquee"–>-->
<!--字幕滚动重复次数-->
<!--<!– android:marqueeRepeatLimit="marquee_forever"–>-->
<!--是否获取焦点-->
<!--<!– android:focusable="true"–>-->
<!--<!– android:focusableInTouchMode="true"–>-->