Skip to content

Commit f226dd6

Browse files
anhanh11001iamareebjamal
authored andcommitted
fix: Add missing text view in Item Card Detail (#2302)
Fixes: #2301
1 parent 0e3531b commit f226dd6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

app/src/main/res/layout-land/item_card_order_details.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,17 @@
157157
android:background="@drawable/circle_shape"/>
158158

159159
</LinearLayout>
160+
161+
<TextView
162+
android:id="@+id/notAvailableTextView"
163+
android:layout_width="wrap_content"
164+
android:layout_height="wrap_content"
165+
android:layout_marginBottom="@dimen/layout_margin_large"
166+
android:text="@string/not_available"
167+
android:textSize="@dimen/text_size_large"
168+
android:visibility="gone"
169+
tools:visibility="visible"/>
170+
160171
<LinearLayout
161172
android:orientation="horizontal"
162173
android:layout_width="match_parent"

0 commit comments

Comments
 (0)