|
|
@@ -31,21 +31,34 @@
|
|
|
android:id="@+id/tv_order_category"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginHorizontal="8dp"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
android:ellipsize="middle"
|
|
|
android:fontFamily="@font/poppins_semibold"
|
|
|
android:includeFontPadding="false"
|
|
|
android:singleLine="true"
|
|
|
android:textColor="@color/color_FF1D2129"
|
|
|
- android:textSize="14sp"
|
|
|
+ android:textSize="12sp"
|
|
|
app:layout_constrainedWidth="true"
|
|
|
app:layout_constraintBottom_toTopOf="@id/tv_order_category_desc"
|
|
|
- app:layout_constraintEnd_toStartOf="@id/right_barrier"
|
|
|
+ app:layout_constraintEnd_toStartOf="@id/iv_go"
|
|
|
app:layout_constraintHorizontal_bias="0"
|
|
|
+ app:layout_constraintHorizontal_chainStyle="packed"
|
|
|
app:layout_constraintStart_toEndOf="@id/iv_order_category"
|
|
|
app:layout_constraintTop_toTopOf="@id/iv_order_category"
|
|
|
app:layout_constraintVertical_chainStyle="packed"
|
|
|
- tools:text="Wait for Accept >" />
|
|
|
+ tools:text="Wait for Accept" />
|
|
|
+
|
|
|
+ <androidx.appcompat.widget.AppCompatImageView
|
|
|
+ android:id="@+id/iv_go"
|
|
|
+ android:layout_width="15dp"
|
|
|
+ android:layout_height="15dp"
|
|
|
+ android:layout_marginStart="2dp"
|
|
|
+ android:layout_marginEnd="8dp"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@id/tv_order_category"
|
|
|
+ app:layout_constraintEnd_toStartOf="@id/right_barrier"
|
|
|
+ app:layout_constraintStart_toEndOf="@id/tv_order_category"
|
|
|
+ app:layout_constraintTop_toTopOf="@id/tv_order_category"
|
|
|
+ app:srcCompat="@drawable/common_go_ic" />
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
|
android:id="@+id/tv_order_category_desc"
|