diff --git a/flashbar/src/main/res/layout/flash_bar_view.xml b/flashbar/src/main/res/layout/flash_bar_view.xml
index 0644d91..2d73d4c 100644
--- a/flashbar/src/main/res/layout/flash_bar_view.xml
+++ b/flashbar/src/main/res/layout/flash_bar_view.xml
@@ -5,11 +5,11 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/warm_grey"
+ android:layout_margin="@dimen/_20sdp"
android:clickable="true"
android:focusable="true"
android:foreground="?android:attr/selectableItemBackground"
- android:orientation="vertical"
- android:padding="@dimen/fb_content_padding_all">
+ android:orientation="vertical">
+ android:visibility="gone"/>
-
\ No newline at end of file
+