item_spec.xml 808 Bytes
Newer Older
wjg committed
1 2 3 4 5 6 7 8 9
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical">
    <TextView
        android:id="@+id/txt_name"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
wjg committed
10
        android:layout_marginTop="@dimen/goods_detail_spec_margin_top"
wjg committed
11
        android:text="温度"
wjg committed
12
        android:textColor="@color/textSecondPrimary"
wjg committed
13
        android:textSize="@dimen/ts_detail_spec"
wjg committed
14
        android:textStyle="bold" />
wjg committed
15
    <com.ihaoin.hooloo.device.component.AutoWrapLayout
wjg committed
16
        android:id="@+id/layout_rules"
wjg committed
17
        android:layout_width="match_parent"
wjg committed
18
        android:layout_height="wrap_content" />
wjg committed
19
</LinearLayout>