We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3531b commit f226dd6Copy full SHA for f226dd6
app/src/main/res/layout-land/item_card_order_details.xml
@@ -157,6 +157,17 @@
157
android:background="@drawable/circle_shape"/>
158
159
</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
171
<LinearLayout
172
android:orientation="horizontal"
173
android:layout_width="match_parent"
0 commit comments