|
|
@@ -8,9 +8,9 @@
|
|
|
android:id="@+id/cv_goods"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="@dimen/margin_ss"
|
|
|
+ android:layout_marginStart="@dimen/margin_s"
|
|
|
android:layout_marginTop="@dimen/margin_ss"
|
|
|
- android:layout_marginEnd="@dimen/margin_ss"
|
|
|
+ android:layout_marginEnd="@dimen/margin_s"
|
|
|
android:clickable="true"
|
|
|
android:focusable="true"
|
|
|
android:foreground="?android:attr/selectableItemBackground"
|
|
|
@@ -24,7 +24,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="horizontal"
|
|
|
- android:padding="@dimen/margin_ss">
|
|
|
+ android:padding="@dimen/margin_s">
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
|
android:id="@+id/aciv_goods"
|
|
|
@@ -37,7 +37,7 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="@dimen/margin_ss"
|
|
|
+ android:layout_marginStart="@dimen/margin_s"
|
|
|
android:minHeight="@dimen/size_image_list"
|
|
|
android:orientation="vertical">
|
|
|
<!--标题-->
|