summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/custom_toast.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/custom_toast.xml')
-rw-r--r--app/src/main/res/layout/custom_toast.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layout/custom_toast.xml b/app/src/main/res/layout/custom_toast.xml
index c267fb86..b333a9b0 100644
--- a/app/src/main/res/layout/custom_toast.xml
+++ b/app/src/main/res/layout/custom_toast.xml
@@ -6,7 +6,9 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="16dp"
- android:background="@drawable/cust_toast_background">
+ android:background="@drawable/cust_toast_background"
+ tools:viewBindingIgnore="true"
+ >
<ImageView android:src="@drawable/retry"
android:layout_width="24dp"
android:layout_height="24dp"