|
@@ -62,6 +62,18 @@
|
|
|
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
|
|
|
+ <androidx.appcompat.widget.AppCompatTextView
|
|
|
+ android:id="@+id/tvOrderList"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/divider_42px"
|
|
|
+ android:layout_marginEnd="@dimen/divider_49px"
|
|
|
+ android:text="@string/order_list"
|
|
|
+ android:textColor="@android:color/white"
|
|
|
+ android:textSize="@dimen/divider_27px"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
+
|
|
|
<androidx.cardview.widget.CardView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
@@ -107,15 +119,11 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_marginStart="@dimen/divider_46px"
|
|
|
- android:layout_marginTop="@dimen/divider_20px"
|
|
|
android:layout_marginEnd="@dimen/divider_46px" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
-
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
-
|
|
|
-
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
</layout>
|