|
@@ -1,488 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<layout>
|
|
|
- <android.support.constraint.ConstraintLayout
|
|
|
- xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="160dp"
|
|
|
- xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
- xmlns:tools="http://schemas.android.com/tools"
|
|
|
- android:background="@drawable/javashop_corners_common"
|
|
|
- >
|
|
|
- <ImageView
|
|
|
- android:id="@+id/logo"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- app:layout_constraintHeight_percent="0.135"
|
|
|
- app:layout_constraintWidth_percent="0.2"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintVertical_bias="0.07"
|
|
|
- android:paddingTop="3dp"
|
|
|
- android:paddingBottom="3dp"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- app:layout_constraintHorizontal_bias="0"
|
|
|
- android:src="@drawable/javashop_icon_seckill_black"
|
|
|
- />
|
|
|
- <android.support.constraint.ConstraintLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- app:layout_constraintWidth_percent="0.35"
|
|
|
- android:layout_marginRight="5dp"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- android:paddingRight="5dp"
|
|
|
- app:layout_constraintTop_toTopOf="@id/logo"
|
|
|
- app:layout_constraintBottom_toBottomOf="@id/logo"
|
|
|
- android:background="@drawable/javashop_fillet_red_big_bg"
|
|
|
- >
|
|
|
- <TextView
|
|
|
- android:id="@+id/sec_tv"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:background="@color/transparent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintHeight_percent="9"
|
|
|
- app:layout_constraintDimensionRatio="w,1:1"
|
|
|
- app:layout_constraintHorizontal_bias="1"
|
|
|
- android:textColor="#ff4e5a"
|
|
|
- android:gravity="center"
|
|
|
- android:text="00"
|
|
|
- style="@style/auto_text_size"
|
|
|
- android:textStyle="bold"
|
|
|
- app:autoSizeMaxTextSize="25sp"
|
|
|
- app:autoSizeMinTextSize="1sp"
|
|
|
- app:autoSizeStepGranularity="2sp"
|
|
|
- app:autoSizeTextType="uniform"
|
|
|
- tools:ignore="MissingPrefix"
|
|
|
- />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/colon_a"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- app:layout_constraintTop_toTopOf="@id/sec_tv"
|
|
|
- app:layout_constraintBottom_toBottomOf="@id/sec_tv"
|
|
|
- app:layout_constraintWidth_percent="0.02"
|
|
|
- app:layout_constraintRight_toLeftOf="@id/sec_tv"
|
|
|
- android:textColor="#ff4e5a"
|
|
|
- android:text=":"
|
|
|
- android:gravity="center"
|
|
|
- style="@style/auto_text_size"
|
|
|
- android:textStyle="bold"
|
|
|
- app:autoSizeMaxTextSize="25sp"
|
|
|
- app:autoSizeMinTextSize="1sp"
|
|
|
- app:autoSizeStepGranularity="2sp"
|
|
|
- app:autoSizeTextType="uniform"
|
|
|
- tools:ignore="MissingPrefix"
|
|
|
- />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/min_tv"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- app:layout_constraintTop_toTopOf="@id/sec_tv"
|
|
|
- app:layout_constraintBottom_toBottomOf="@id/sec_tv"
|
|
|
- app:layout_constraintDimensionRatio="w,1:1"
|
|
|
- app:layout_constraintRight_toLeftOf="@id/colon_a"
|
|
|
- android:textColor="#ff4e5a"
|
|
|
- android:background="@color/transparent"
|
|
|
- android:gravity="center"
|
|
|
- android:text="00"
|
|
|
- style="@style/auto_text_size"
|
|
|
- android:textStyle="bold"
|
|
|
- android:visibility="visible"
|
|
|
- app:autoSizeMaxTextSize="25sp"
|
|
|
- app:autoSizeMinTextSize="1sp"
|
|
|
- app:autoSizeStepGranularity="2sp"
|
|
|
- app:autoSizeTextType="uniform"
|
|
|
- tools:ignore="MissingPrefix"
|
|
|
- />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/colon_b"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- app:layout_constraintTop_toTopOf="@id/sec_tv"
|
|
|
- app:layout_constraintBottom_toBottomOf="@id/sec_tv"
|
|
|
- app:layout_constraintWidth_percent="0.02"
|
|
|
- app:layout_constraintRight_toLeftOf="@id/min_tv"
|
|
|
- android:textColor="#ff4e5a"
|
|
|
- android:text=":"
|
|
|
- android:gravity="center"
|
|
|
- style="@style/auto_text_size"
|
|
|
- android:textStyle="bold"
|
|
|
- app:autoSizeMaxTextSize="25sp"
|
|
|
- app:autoSizeMinTextSize="1sp"
|
|
|
- app:autoSizeStepGranularity="2sp"
|
|
|
- app:autoSizeTextType="uniform"
|
|
|
- tools:ignore="MissingPrefix"
|
|
|
- />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/hour_tv"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- app:layout_constraintTop_toTopOf="@id/sec_tv"
|
|
|
- app:layout_constraintBottom_toBottomOf="@id/sec_tv"
|
|
|
- app:layout_constraintDimensionRatio="w,1:1"
|
|
|
- app:layout_constraintRight_toLeftOf="@id/colon_b"
|
|
|
- android:textColor="#ff4e5a"
|
|
|
- android:background="@color/transparent"
|
|
|
- android:gravity="center"
|
|
|
- style="@style/auto_text_size"
|
|
|
- android:visibility="visible"
|
|
|
- android:text="00"
|
|
|
- android:textStyle="bold"
|
|
|
- app:autoSizeMaxTextSize="25sp"
|
|
|
- app:autoSizeMinTextSize="1sp"
|
|
|
- app:autoSizeStepGranularity="2sp"
|
|
|
- app:autoSizeTextType="uniform"
|
|
|
- tools:ignore="MissingPrefix"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:id="@+id/title"
|
|
|
- android:text="10点场"
|
|
|
- android:paddingLeft="2dp"
|
|
|
- android:paddingRight="2dp"
|
|
|
- android:paddingTop="1dp"
|
|
|
- android:paddingBottom="1dp"
|
|
|
- android:textStyle="bold"
|
|
|
- android:gravity="center"
|
|
|
- style="@style/auto_text_size"
|
|
|
- app:autoSizeMaxTextSize="100sp"
|
|
|
- app:autoSizeMinTextSize="1sp"
|
|
|
- app:autoSizeStepGranularity="2sp"
|
|
|
- app:autoSizeTextType="uniform"
|
|
|
- tools:ignore="MissingPrefix"
|
|
|
- android:textColor="@color/color_white"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:layout_width="0dp"
|
|
|
- app:layout_constraintHeight_percent="1"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintHorizontal_bias="0"
|
|
|
- app:layout_constraintDimensionRatio="w,2.5:1"
|
|
|
- android:background="@drawable/javashop_corners_red_left"
|
|
|
- />
|
|
|
- </android.support.constraint.ConstraintLayout>
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:paddingLeft="5dp"
|
|
|
- android:paddingRight="5dp"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/logo"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- >
|
|
|
- <android.support.constraint.ConstraintLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
- android:id="@+id/goods1"
|
|
|
- >
|
|
|
- <ImageView
|
|
|
- android:id="@+id/image1"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintWidth_percent="0.9"
|
|
|
- app:layout_constraintDimensionRatio="h,1:1"
|
|
|
- app:layout_constraintVertical_bias="0"
|
|
|
- android:src="@mipmap/ic_launcher"
|
|
|
- android:scaleType="centerCrop"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:id="@+id/org_price1"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- app:layout_constraintHeight_percent="0.135"
|
|
|
- android:gravity="center"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- style="@style/auto_text_size"
|
|
|
- android:textStyle="bold"
|
|
|
- app:autoSizeMaxTextSize="25sp"
|
|
|
- app:autoSizeMinTextSize="1sp"
|
|
|
- android:layout_marginBottom="5dp"
|
|
|
- app:autoSizeStepGranularity="2sp"
|
|
|
- app:autoSizeTextType="uniform"
|
|
|
- tools:ignore="MissingPrefix"
|
|
|
- android:textColor="#c0c0c1"
|
|
|
- android:text="¥4678"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:id="@+id/price1"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:gravity="center"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintBottom_toTopOf="@id/org_price1"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/image1"
|
|
|
- style="@style/auto_text_size"
|
|
|
- android:textStyle="bold"
|
|
|
- app:autoSizeMaxTextSize="25sp"
|
|
|
- app:autoSizeMinTextSize="1sp"
|
|
|
- app:autoSizeStepGranularity="2sp"
|
|
|
- app:autoSizeTextType="uniform"
|
|
|
- tools:ignore="MissingPrefix"
|
|
|
- android:textColor="@color/javashop_color_navy"
|
|
|
- android:text="¥4678"
|
|
|
- />
|
|
|
- </android.support.constraint.ConstraintLayout>
|
|
|
- <android.support.constraint.ConstraintLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
- android:id="@+id/goods2"
|
|
|
- >
|
|
|
- <ImageView
|
|
|
- android:id="@+id/image2"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintWidth_percent="0.9"
|
|
|
- app:layout_constraintDimensionRatio="h,1:1"
|
|
|
- app:layout_constraintVertical_bias="0"
|
|
|
- android:src="@mipmap/ic_launcher"
|
|
|
- android:scaleType="centerCrop"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:id="@+id/org_price2"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- app:layout_constraintHeight_percent="0.135"
|
|
|
- android:gravity="center"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- style="@style/auto_text_size"
|
|
|
- android:textStyle="bold"
|
|
|
- app:autoSizeMaxTextSize="25sp"
|
|
|
- app:autoSizeMinTextSize="1sp"
|
|
|
- app:autoSizeStepGranularity="2sp"
|
|
|
- app:autoSizeTextType="uniform"
|
|
|
- tools:ignore="MissingPrefix"
|
|
|
- android:textColor="#c0c0c1"
|
|
|
- android:layout_marginBottom="5dp"
|
|
|
- android:text="¥4678"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:id="@+id/price2"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:gravity="center"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintBottom_toTopOf="@id/org_price2"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/image2"
|
|
|
- style="@style/auto_text_size"
|
|
|
- android:textStyle="bold"
|
|
|
- app:autoSizeMaxTextSize="25sp"
|
|
|
- app:autoSizeMinTextSize="1sp"
|
|
|
- app:autoSizeStepGranularity="2sp"
|
|
|
- app:autoSizeTextType="uniform"
|
|
|
- tools:ignore="MissingPrefix"
|
|
|
- android:textColor="@color/javashop_color_navy"
|
|
|
- android:text="¥4678"
|
|
|
- />
|
|
|
- </android.support.constraint.ConstraintLayout>
|
|
|
- <android.support.constraint.ConstraintLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
- android:id="@+id/goods3"
|
|
|
- >
|
|
|
- <ImageView
|
|
|
- android:id="@+id/image3"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintWidth_percent="0.9"
|
|
|
- app:layout_constraintDimensionRatio="h,1:1"
|
|
|
- app:layout_constraintVertical_bias="0"
|
|
|
- android:src="@mipmap/ic_launcher"
|
|
|
- android:scaleType="centerCrop"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:id="@+id/org_price3"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- app:layout_constraintHeight_percent="0.135"
|
|
|
- android:gravity="center"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- style="@style/auto_text_size"
|
|
|
- android:textStyle="bold"
|
|
|
- app:autoSizeMaxTextSize="25sp"
|
|
|
- app:autoSizeMinTextSize="1sp"
|
|
|
- app:autoSizeStepGranularity="2sp"
|
|
|
- app:autoSizeTextType="uniform"
|
|
|
- tools:ignore="MissingPrefix"
|
|
|
- android:textColor="#c0c0c1"
|
|
|
- android:layout_marginBottom="5dp"
|
|
|
- android:text="¥4678"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:id="@+id/price3"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:gravity="center"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintBottom_toTopOf="@id/org_price3"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/image3"
|
|
|
- style="@style/auto_text_size"
|
|
|
- android:textStyle="bold"
|
|
|
- app:autoSizeMaxTextSize="25sp"
|
|
|
- app:autoSizeMinTextSize="1sp"
|
|
|
- app:autoSizeStepGranularity="2sp"
|
|
|
- app:autoSizeTextType="uniform"
|
|
|
- tools:ignore="MissingPrefix"
|
|
|
- android:textColor="@color/javashop_color_navy"
|
|
|
- android:text="¥4678"
|
|
|
- />
|
|
|
- </android.support.constraint.ConstraintLayout>
|
|
|
- <android.support.constraint.ConstraintLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
- android:id="@+id/goods4"
|
|
|
- >
|
|
|
- <ImageView
|
|
|
- android:id="@+id/image4"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintWidth_percent="0.9"
|
|
|
- app:layout_constraintDimensionRatio="h,1:1"
|
|
|
- app:layout_constraintVertical_bias="0"
|
|
|
- android:src="@mipmap/ic_launcher"
|
|
|
- android:scaleType="centerCrop"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:id="@+id/org_price4"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- app:layout_constraintHeight_percent="0.135"
|
|
|
- android:gravity="center"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- style="@style/auto_text_size"
|
|
|
- android:textStyle="bold"
|
|
|
- app:autoSizeMaxTextSize="25sp"
|
|
|
- app:autoSizeMinTextSize="1sp"
|
|
|
- app:autoSizeStepGranularity="2sp"
|
|
|
- app:autoSizeTextType="uniform"
|
|
|
- tools:ignore="MissingPrefix"
|
|
|
- android:textColor="#c0c0c1"
|
|
|
- android:layout_marginBottom="5dp"
|
|
|
- android:text="¥4678"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:id="@+id/price4"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:gravity="center"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintBottom_toTopOf="@id/org_price4"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/image4"
|
|
|
- style="@style/auto_text_size"
|
|
|
- android:textStyle="bold"
|
|
|
- app:autoSizeMaxTextSize="25sp"
|
|
|
- app:autoSizeMinTextSize="1sp"
|
|
|
- app:autoSizeStepGranularity="2sp"
|
|
|
- app:autoSizeTextType="uniform"
|
|
|
- tools:ignore="MissingPrefix"
|
|
|
- android:textColor="@color/javashop_color_navy"
|
|
|
- android:text="¥4678"
|
|
|
- />
|
|
|
- </android.support.constraint.ConstraintLayout>
|
|
|
- <android.support.constraint.ConstraintLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
- android:id="@+id/goods5"
|
|
|
- >
|
|
|
- <ImageView
|
|
|
- android:id="@+id/image5"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintWidth_percent="0.9"
|
|
|
- app:layout_constraintDimensionRatio="h,1:1"
|
|
|
- app:layout_constraintVertical_bias="0"
|
|
|
- android:src="@mipmap/ic_launcher"
|
|
|
- android:scaleType="centerCrop"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:id="@+id/org_price5"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- app:layout_constraintHeight_percent="0.135"
|
|
|
- android:gravity="center"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- style="@style/auto_text_size"
|
|
|
- android:textStyle="bold"
|
|
|
- app:autoSizeMaxTextSize="25sp"
|
|
|
- app:autoSizeMinTextSize="1sp"
|
|
|
- app:autoSizeStepGranularity="2sp"
|
|
|
- app:autoSizeTextType="uniform"
|
|
|
- tools:ignore="MissingPrefix"
|
|
|
- android:textColor="#c0c0c1"
|
|
|
- android:layout_marginBottom="5dp"
|
|
|
- android:text="¥4678"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:id="@+id/price5"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:gravity="center"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintBottom_toTopOf="@id/org_price5"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/image5"
|
|
|
- style="@style/auto_text_size"
|
|
|
- android:textStyle="bold"
|
|
|
- app:autoSizeMaxTextSize="25sp"
|
|
|
- app:autoSizeMinTextSize="1sp"
|
|
|
- app:autoSizeStepGranularity="2sp"
|
|
|
- app:autoSizeTextType="uniform"
|
|
|
- tools:ignore="MissingPrefix"
|
|
|
- android:textColor="@color/javashop_color_navy"
|
|
|
- android:text="¥4678"
|
|
|
- />
|
|
|
- </android.support.constraint.ConstraintLayout>
|
|
|
- </LinearLayout>
|
|
|
- </android.support.constraint.ConstraintLayout>
|
|
|
-</layout>
|