26 lines
896 B
XML
26 lines
896 B
XML
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content">
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:gravity="center"
|
||
|
android:orientation="vertical"
|
||
|
android:layout_gravity="center"
|
||
|
android:background="@mipmap/bg_lwhqz">
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/ErrorTips"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:gravity="center"
|
||
|
android:text="@string/gift_way"
|
||
|
android:textColor="#FFFFFF"
|
||
|
android:textSize="13sp"
|
||
|
android:layout_marginLeft="3dp"
|
||
|
android:layout_marginRight="3dp"
|
||
|
android:ellipsize="end"/>
|
||
|
|
||
|
</LinearLayout>
|
||
|
</FrameLayout>
|