diff --git a/app/src/main/res/layout/include_base_order_detail.xml b/app/src/main/res/layout/include_base_order_detail.xml index d84aec4..666659a 100644 --- a/app/src/main/res/layout/include_base_order_detail.xml +++ b/app/src/main/res/layout/include_base_order_detail.xml @@ -56,6 +56,7 @@ @@ -63,6 +64,8 @@ android:id="@+id/wellCodeView" style="@style/textViewStyle" android:layout_alignParentEnd="true" + android:layout_toEndOf="@id/wellCodeTagView" + android:gravity="end|center_vertical" android:text="@string/unknown" android:textColor="@color/subTextColor" />