62 lines
1.9 KiB
XML
62 lines
1.9 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
android:alpha="0.7"
|
||
|
|
||
|
android:orientation="vertical">
|
||
|
<com.yunbao.common.custom.RatioImageView
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="0dp"
|
||
|
android:background="@drawable/bg_live_medal_ok"
|
||
|
app:ri_ratio="0.53333"
|
||
|
/>
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:orientation="vertical"
|
||
|
>
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/guard_num"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="50dp"
|
||
|
android:gravity="center"
|
||
|
android:textColor="@color/white"
|
||
|
android:textSize="20sp"
|
||
|
android:text="恭喜你获得"
|
||
|
/>
|
||
|
<FrameLayout
|
||
|
android:layout_gravity="center"
|
||
|
android:background="@drawable/bg_medal_ok"
|
||
|
android:layout_width="100dp"
|
||
|
android:layout_height="50dp">
|
||
|
<FrameLayout
|
||
|
android:layout_gravity="center"
|
||
|
android:layout_width="60dp"
|
||
|
android:layout_height="28dp">
|
||
|
<ImageView
|
||
|
android:src="@drawable/medal_des1"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
/>
|
||
|
<TextView
|
||
|
android:id="@+id/tvMedalName"
|
||
|
android:gravity="center|right"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:text=""
|
||
|
android:paddingRight="10dp"
|
||
|
android:textColor="@color/white"
|
||
|
android:textSize="10sp"
|
||
|
/>
|
||
|
</FrameLayout>
|
||
|
|
||
|
</FrameLayout>
|
||
|
|
||
|
</LinearLayout>
|
||
|
|
||
|
|
||
|
</FrameLayout>
|