29 lines
1.2 KiB
XML
29 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
<View
|
|
android:id="@+id/view_divide"
|
|
android:visibility="gone"
|
|
android:layout_width="@dimen/dp80"
|
|
android:layout_height="@dimen/dp40"/>
|
|
<RelativeLayout
|
|
android:id="@+id/card_pack_layout"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp5"
|
|
android:layout_marginTop="@dimen/dp20"
|
|
android:layout_marginRight="@dimen/dp5"
|
|
android:layout_marginBottom="@dimen/dp40"
|
|
android:layout_toRightOf="@+id/view_divide">
|
|
<ImageView
|
|
android:id="@+id/im_pack_select"
|
|
style="@style/im_pack_select_style"/>
|
|
<ImageView style="@style/pack_bg_normal_style"/>
|
|
<com.ubt.jimu.widgets.RoundedImageView
|
|
android:id="@+id/im_pack_icon"
|
|
app:riv_corner_radius="8dp"
|
|
style="@style/pack_select_image"/>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|