summaryrefslogtreecommitdiff
path: root/cashier/src/main/res/layout/fragment_error.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cashier/src/main/res/layout/fragment_error.xml')
-rw-r--r--cashier/src/main/res/layout/fragment_error.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/cashier/src/main/res/layout/fragment_error.xml b/cashier/src/main/res/layout/fragment_error.xml
index fe1db37..2eab923 100644
--- a/cashier/src/main/res/layout/fragment_error.xml
+++ b/cashier/src/main/res/layout/fragment_error.xml
@@ -40,7 +40,6 @@
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_margin="32dp"
- android:text="@string/transaction_error"
android:textAlignment="center"
android:textColor="@color/red"
app:autoSizeMaxTextSize="42sp"
@@ -49,7 +48,8 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.5"
app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/imageView" />
+ app:layout_constraintTop_toBottomOf="@+id/imageView"
+ tools:text="@string/withdraw_error_timeout" />
<Button
android:id="@+id/backButton"
@@ -61,4 +61,4 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
-</androidx.constraintlayout.widget.ConstraintLayout> \ No newline at end of file
+</androidx.constraintlayout.widget.ConstraintLayout>