35 lines
1.0 KiB
XML
35 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="20dp"
|
|
android:orientation="horizontal"
|
|
android:id="@+id/root"
|
|
>
|
|
|
|
<ImageView
|
|
android:layout_width="20dp"
|
|
android:layout_height="20dp"
|
|
android:src="@mipmap/icon_gift_luck_1"
|
|
/>
|
|
|
|
<FrameLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@drawable/bg_gift_luck_top"
|
|
android:paddingLeft="5dp"
|
|
android:paddingRight="5dp"
|
|
>
|
|
|
|
<com.yunbao.live.custom.MyTextView2
|
|
android:id="@+id/luck_gift_tip"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center_vertical"
|
|
android:singleLine="true"
|
|
android:textColor="@color/white"
|
|
android:textSize="13sp"
|
|
/>
|
|
|
|
</FrameLayout>
|
|
</LinearLayout> |