123456789101112131415161718192021 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <TextView
- android:id="@+id/tysdkn_add_id_add"
- android:layout_width="match_parent"
- android:gravity="center"
- android:layout_height="wrap_content"
- android:paddingTop="12dp"
- android:paddingBottom="12dp"
- android:background="@drawable/tysdkn_id_add_bg"
- android:textColor="#ffffff"
- android:text="添加小号"
- android:textSize="14sp"
- />
- </LinearLayout>
|