奖励消息
This commit is contained in:
12
common/src/main/res/layout/view_instructor_send_reward.xml
Normal file
12
common/src/main/res/layout/view_instructor_send_reward.xml
Normal 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>
|
||||
Reference in New Issue
Block a user