43 lines
1.3 KiB
XML
43 lines
1.3 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="68dp"
|
||
|
android:layout_height="102dp">
|
||
|
|
||
|
<ImageView
|
||
|
android:id="@+id/img"
|
||
|
android:layout_width="68dp"
|
||
|
android:layout_height="102dp"/>
|
||
|
|
||
|
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="40dp"
|
||
|
android:layout_height="10dp"
|
||
|
android:layout_gravity="center"
|
||
|
android:layout_marginTop="3dp"
|
||
|
android:orientation="horizontal"
|
||
|
android:layout_marginBottom="10dp"
|
||
|
android:layout_alignParentBottom="true"
|
||
|
android:layout_centerHorizontal="true"
|
||
|
android:gravity="center"
|
||
|
android:background="@mipmap/shuijing_box">
|
||
|
|
||
|
|
||
|
<ImageView android:id="@+id/ico"
|
||
|
android:layout_width="8dp"
|
||
|
android:layout_height="8dp"
|
||
|
android:src="@mipmap/icon_crystal_1"/>
|
||
|
|
||
|
<TextView android:id="@+id/multiple"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="10/40"
|
||
|
android:textColor="#ffffffff"
|
||
|
android:textSize="8sp"/>
|
||
|
|
||
|
|
||
|
</LinearLayout>
|
||
|
|
||
|
|
||
|
|
||
|
</RelativeLayout>
|