You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
568 B
XML
18 lines
568 B
XML
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:background="#B0000000"
|
|
android:gravity="center"
|
|
android:paddingTop="8dp"
|
|
android:paddingBottom="8dp"
|
|
android:paddingLeft="30dp"
|
|
android:paddingRight="30dp" >
|
|
|
|
<TextView
|
|
android:id="@+id/textView1"
|
|
android:textSize="20sp"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="#FFFFFF"/>
|
|
|
|
</FrameLayout> |