12 lines
400 B
XML
12 lines
400 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:gravity="center"
|
|
android:text="阿斯顿发斯"
|
|
android:id="@+id/tv_content"
|
|
android:background="@drawable/select_sim_text"
|
|
android:textColor="@color/select_text_color"
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
</TextView> |