12 lines
327 B
XML
12 lines
327 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:layout_width="150dp"
|
||
|
|
android:layout_height="68dp"
|
||
|
|
android:textColor="@color/C222222"
|
||
|
|
android:gravity="center"
|
||
|
|
android:background="@color/white"
|
||
|
|
android:textSize="30sp"
|
||
|
|
>
|
||
|
|
|
||
|
|
|
||
|
|
</TextView>
|