fctom1215
2020-08-27 98508eb8eb40e2e995045a7b9fb5b69bbd0e7c8c
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<TextView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="100dp"
    android:layout_height="30dp"
    android:textColor="@android:color/white"
    android:gravity="center"
    android:textSize="@dimen/network_train_textsize22px"
    android:singleLine="true"
    android:text="New Text"
    android:id="@+id/textView32" />