83 lines
3.4 KiB
XML
83 lines
3.4 KiB
XML
<?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"
|
|
android:orientation="horizontal"
|
|
android:paddingLeft="@dimen/fa"
|
|
android:paddingTop="@dimen/fy"
|
|
android:paddingRight="@dimen/fa"
|
|
android:paddingBottom="@dimen/fy"
|
|
android:addStatesFromChildren="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:foreground="?attr/a5g">
|
|
<RadioButton
|
|
android:id="@+id/r_"
|
|
android:clickable="false"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/fc"
|
|
android:checked="true"/>
|
|
<LinearLayout
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/fa">
|
|
<LinearLayout
|
|
android:gravity="bottom"
|
|
android:orientation="horizontal"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
<TextView
|
|
android:textSize="@dimen/fd"
|
|
android:textColor="@color/ix"
|
|
android:id="@+id/rc"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="¥5.00"/>
|
|
<TextView
|
|
android:textSize="@dimen/f9"
|
|
android:textColor="@color/l_"
|
|
android:id="@+id/rd"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/fy"
|
|
android:text="¥8.00"/>
|
|
<carbon.widget.TextView
|
|
android:textSize="@dimen/f6"
|
|
android:textStyle="bold"
|
|
android:textColor="@color/a11"
|
|
android:layout_gravity="center_vertical"
|
|
android:id="@+id/re"
|
|
android:background="@color/a0x"
|
|
android:paddingLeft="@dimen/fu"
|
|
android:paddingTop="@dimen/fc"
|
|
android:paddingRight="@dimen/fu"
|
|
android:paddingBottom="@dimen/fc"
|
|
android:visibility="visible"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/f6"
|
|
android:text="活动"
|
|
app:carbon_cornerRadius="@dimen/fc"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
android:orientation="horizontal"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
<TextView
|
|
android:textSize="@dimen/f9"
|
|
android:textColor="@color/ix"
|
|
android:id="@+id/rb"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="1 个月(30天)"/>
|
|
<TextView
|
|
android:textSize="@dimen/f9"
|
|
android:textColor="@color/l7"
|
|
android:id="@+id/ra"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text=" | 优惠至12月15日"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|