主题

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"     android:layout_width="fill_parent"     android:layout_height="fill_parent"     android:orientation="vertical" >

    <TextView        style="@style/mystyle"         android:text="SIM卡变更"         android:textColor="#00ff00"         />     <TextView         style="@style/mystyle"                 android:text="GPS追踪"         />     <TextView         style="@style/mystyle"                android:text="远程销毁数据"/>     <TextView               style="@style/mystyle"         android:text="远程锁屏"/>     <TextView          android:layout_width="wrap_content"     android:layout_height="wrap_content"       style="@android:style/TextAppearance.DeviceDefault"         android:text="远程锁屏"/>

</LinearLayout>

posted @ 2018-05-15 09:48  8026  阅读(90)  评论(0编辑  收藏  举报