diff --git a/app/src/main/res/layout/view_dash.xml b/app/src/main/res/layout/view_dash.xml
index e23b19c4f..d27df0ea6 100644
--- a/app/src/main/res/layout/view_dash.xml
+++ b/app/src/main/res/layout/view_dash.xml
@@ -17,35 +17,48 @@
~
-->
-
+ android:background="?selectableItemBackground"
+ android:orientation="horizontal"
+ android:padding="@dimen/padding_small">
+ android:layout_gravity="center_vertical"
+ app:tint="?colorAccent"
+ tools:src="@drawable/ic_menu_about" />
-
+
+
+ android:orientation="vertical">
-
-
\ No newline at end of file
+
+
+
+
+
\ No newline at end of file