|
|
@@ -3,15 +3,17 @@ |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
android:layout_marginBottom="@dimen/dp10" |
|
|
|
android:layout_marginBottom="@dimen/dp20" |
|
|
|
tools:layout_width="800dp" |
|
|
|
android:orientation="horizontal"> |
|
|
|
<TextView |
|
|
|
android:layout_width="120dp" |
|
|
|
android:layout_width="200dp" |
|
|
|
android:layout_height="70dp" |
|
|
|
android:gravity="right|center" |
|
|
|
tools:text="属性属性属性" |
|
|
|
android:textSize="@dimen/sp24" |
|
|
|
android:paddingEnd="15dp" |
|
|
|
android:paddingStart="10dp" |
|
|
|
android:id="@+id/tv_attribute_name" |
|
|
|
android:textColor="@color/black" |
|
|
|
/> |
|
|
@@ -40,8 +42,9 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:numColumns="auto_fit" |
|
|
|
android:horizontalSpacing="15dp" |
|
|
|
android:verticalSpacing="5dp" |
|
|
|
android:columnWidth="@dimen/dp100" |
|
|
|
android:verticalSpacing="10dp" |
|
|
|
android:columnWidth="@dimen/dp80" |
|
|
|
android:layout_marginEnd="10dp" |
|
|
|
android:layout_marginBottom="@dimen/dp10" |
|
|
|
android:stretchMode="columnWidth" /> |
|
|
|
</LinearLayout> |