113 lines
4.4 KiB
XML
113 lines
4.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="159dp"
|
||
|
android:layout_height="110dp"
|
||
|
android:gravity="center_horizontal"
|
||
|
android:orientation="vertical">
|
||
|
<!--凤凰,龙,麒麟-->
|
||
|
<FrameLayout
|
||
|
android:id="@+id/frame_blind_top"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="86.5dp"
|
||
|
android:background="@mipmap/bg_phoenix">
|
||
|
|
||
|
<com.yunbao.common.views.weight.ClipPathCircleImage
|
||
|
android:layout_width="29dp"
|
||
|
android:layout_height="29dp"
|
||
|
android:layout_marginStart="14dp"
|
||
|
android:layout_marginTop="51dp"
|
||
|
android:src="@mipmap/icon_avatar_test" />
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginStart="51dp"
|
||
|
android:layout_marginTop="59dp"
|
||
|
android:orientation="vertical">
|
||
|
|
||
|
<FrameLayout
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content">
|
||
|
|
||
|
<ProgressBar
|
||
|
android:id="@+id/progress_blind3"
|
||
|
style="@android:style/Widget.ProgressBar.Horizontal"
|
||
|
android:layout_width="74dp"
|
||
|
android:layout_height="6dp"
|
||
|
android:layout_gravity="center"
|
||
|
android:max="100"
|
||
|
android:progress="30"
|
||
|
android:progressDrawable="@drawable/bg_blind_progres"
|
||
|
android:visibility="gone" />
|
||
|
|
||
|
<ProgressBar
|
||
|
android:id="@+id/progress_blind1"
|
||
|
style="@android:style/Widget.ProgressBar.Horizontal"
|
||
|
android:layout_width="74dp"
|
||
|
android:layout_height="6dp"
|
||
|
android:layout_gravity="center"
|
||
|
android:max="100"
|
||
|
android:progress="50"
|
||
|
android:progressDrawable="@drawable/bg_blind_progress"
|
||
|
android:visibility="visible" />
|
||
|
|
||
|
<ProgressBar
|
||
|
android:id="@+id/progress_blind2"
|
||
|
style="@android:style/Widget.ProgressBar.Horizontal"
|
||
|
android:layout_width="74dp"
|
||
|
android:layout_height="6dp"
|
||
|
android:layout_gravity="center"
|
||
|
android:max="100"
|
||
|
android:progress="50"
|
||
|
android:progressDrawable="@drawable/bg_blind_progress1"
|
||
|
android:visibility="gone" />
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/text_blind_progress"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_gravity="center"
|
||
|
android:textSize="6sp" />
|
||
|
</FrameLayout>
|
||
|
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/blind_number"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginTop="5dp"
|
||
|
android:textColor="@color/white"
|
||
|
android:textSize="6sp" />
|
||
|
</LinearLayout>
|
||
|
|
||
|
<ImageView
|
||
|
android:layout_width="13dp"
|
||
|
android:layout_height="13dp"
|
||
|
android:layout_gravity="end"
|
||
|
android:layout_marginTop="47dp"
|
||
|
android:layout_marginEnd="19dp"
|
||
|
android:src="@mipmap/icon_what" />
|
||
|
</FrameLayout>
|
||
|
|
||
|
<FrameLayout
|
||
|
android:layout_width="139dp"
|
||
|
android:layout_height="match_parent"
|
||
|
android:background="@mipmap/bg_blind_bottom">
|
||
|
|
||
|
<com.yunbao.common.views.weight.MarqueeTextView
|
||
|
android:id="@+id/text_blind_gift_name"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_gravity="center"
|
||
|
android:layout_margin="7dp"
|
||
|
android:ellipsize="marquee"
|
||
|
android:focusable="true"
|
||
|
android:focusableInTouchMode="true"
|
||
|
android:gravity="center"
|
||
|
android:textSize="7sp"
|
||
|
android:marqueeRepeatLimit="marquee_forever"
|
||
|
android:scrollHorizontally="true"
|
||
|
android:singleLine="true"
|
||
|
android:textColor="@color/white" />
|
||
|
</FrameLayout>
|
||
|
</LinearLayout>
|