| | |
| | | android:textStyle="bold" |
| | | tools:text="¥55.78" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/tv_error" |
| | | android:paddingVertical="10dp" |
| | | android:layout_gravity="center" |
| | | android:textSize="12sp" |
| | | android:textStyle="bold" |
| | | android:visibility="gone" |
| | | android:textColor="@color/main_blue" |
| | | android:text="异常改价>>"/> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="40dp" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginTop="4dp" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | |