奖励消息

This commit is contained in:
18401019693
2022-09-06 16:36:34 +08:00
parent 4560c00810
commit ec8e258e45
8 changed files with 164 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="238dp"
android:layout_height="183dp">
<ImageView
android:id="@+id/live_bg"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop" />
</RelativeLayout>