mirror of
https://github.com/cwinfo/envayasms.git
synced 2024-11-09 02:10:26 +00:00
9 lines
316 B
XML
Executable File
9 lines
316 B
XML
Executable File
<?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:padding="10dp"
|
|
android:textColor="#ffffff"
|
|
android:textStyle="bold"
|
|
android:textSize="16sp" >
|
|
</TextView> |