15 lines
669 B
XML
15 lines
669 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<com.xscm.moduleutil.widget.GifAvatarOvalView
|
|
android:id="@+id/im_reward1"
|
|
android:layout_width="@dimen/dp_22"
|
|
android:layout_height="@dimen/dp_22"
|
|
android:src="@mipmap/default_avatar"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |