8 lines
311 B
XML
8 lines
311 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:gravity="center"
|
|
android:paddingBottom="5dp"
|
|
android:paddingTop="5dp"
|
|
android:textColor="#FFFFFF" /> |