item_jiedanshezhi_price.xml
630 Bytes
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:id="@+id/tv_price"
android:layout_width="match_parent"
android:layout_height="30dp"
android:background="@drawable/shape_round6dp_maincolor_stroke1dp"
android:gravity="center"
android:text="价格"
android:textColor="@color/mainColor"
android:textSize="14sp"
android:textStyle="bold" />
</RelativeLayout>