summaryrefslogtreecommitdiff
path: root/cashier/src/main/res/layout-w550dp/fragment_balance.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cashier/src/main/res/layout-w550dp/fragment_balance.xml')
-rw-r--r--cashier/src/main/res/layout-w550dp/fragment_balance.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cashier/src/main/res/layout-w550dp/fragment_balance.xml b/cashier/src/main/res/layout-w550dp/fragment_balance.xml
index bcfffc7..5023aba 100644
--- a/cashier/src/main/res/layout-w550dp/fragment_balance.xml
+++ b/cashier/src/main/res/layout-w550dp/fragment_balance.xml
@@ -208,9 +208,9 @@
android:layout_margin="@dimen/default_margin"
android:backgroundTint="@color/green"
android:drawableLeft="@drawable/ic_withdraw"
- android:drawableTint="?attr/colorOnPrimarySurface"
android:text="@string/withdraw_button_confirm"
android:visibility="invisible"
+ app:drawableTint="?attr/colorOnPrimarySurface"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="@+id/guideline"