2022-08-25 14:40:16 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2022-08-25 16:10:06 +08:00
|
|
|
android:layout_width="112dp"
|
|
|
|
android:layout_height="114dp"
|
2022-08-25 14:40:16 +08:00
|
|
|
android:id="@+id/guard_buy_button"
|
|
|
|
android:background="@drawable/img_k_selected"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/guard_buy_title"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_marginTop="15dp"
|
|
|
|
android:text="TextView"
|
|
|
|
android:textColor="#020202"
|
|
|
|
android:textSize="14sp"
|
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_marginTop="8dp"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/guard_buy_goback"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="17dp"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:gravity="right"
|
|
|
|
android:text="TextView"
|
|
|
|
android:textColor="#979797"
|
|
|
|
android:textSize="12sp" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="10dp"
|
|
|
|
android:layout_height="11dp"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_weight="1"
|
|
|
|
app:srcCompat="@drawable/img_venosa" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_marginTop="14dp"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/guard_buy_money"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="17dp"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:gravity="right"
|
|
|
|
android:text="TextView"
|
|
|
|
android:textColor="#7C4FF9"
|
|
|
|
android:textSize="12sp" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="17dp"
|
|
|
|
android:layout_height="13dp"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_weight="1"
|
|
|
|
app:srcCompat="@drawable/img_diamond" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|