18 lines
644 B
XML
18 lines
644 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
<TextView
|
|
android:textSize="@dimen/fa"
|
|
android:textColor="@android:color/white"
|
|
android:gravity="center"
|
|
android:id="@+id/a4d"
|
|
android:background="@drawable/c4"
|
|
android:paddingLeft="24dp"
|
|
android:paddingTop="8dp"
|
|
android:paddingRight="24dp"
|
|
android:paddingBottom="8dp"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"/>
|
|
</FrameLayout>
|