5 lines
637 B
XML
5 lines
637 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<TextView android:textSize="12.0dip" android:textColor="#fff9f9f9" android:layout_gravity="center|top" android:background="@drawable/novice_top_center_black" android:paddingLeft="12.0dip" android:paddingTop="13.0dip" android:paddingRight="12.0dip" android:paddingBottom="12.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="60.0dip" android:text="@string/tabnewlive_nearlive" />
|
|
</FrameLayout> |