aboutsummaryrefslogtreecommitdiff
path: root/res/layout/toast_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/toast_view.xml')
-rw-r--r--res/layout/toast_view.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/toast_view.xml b/res/layout/toast_view.xml
index 6431e6b..51d7561 100644
--- a/res/layout/toast_view.xml
+++ b/res/layout/toast_view.xml
@@ -3,7 +3,7 @@
android:id="@+id/toastViewLinearLayout"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:background="#000000"
+ android:background="#F01D1D1D"
android:gravity="center_horizontal"
android:orientation="vertical"
android:padding="10dp" >