From 290d695fec886ec72173e561756dfecbcce8e967 Mon Sep 17 00:00:00 2001 From: cpfeiffer Date: Sun, 10 Apr 2016 21:36:32 +0200 Subject: [PATCH] Add margin for the shadow of the FAB Also make the hint color grey, like in the discovery activity --- app/src/main/res/layout/activity_controlcenter.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/activity_controlcenter.xml b/app/src/main/res/layout/activity_controlcenter.xml index 159f955e..7bdcc89f 100644 --- a/app/src/main/res/layout/activity_controlcenter.xml +++ b/app/src/main/res/layout/activity_controlcenter.xml @@ -43,7 +43,9 @@ android:layout_gravity="bottom|end" android:src="@drawable/ic_add_black" app:elevation="6dp" - app:pressedTranslationZ="12dp"/> + app:pressedTranslationZ="12dp" + android:layout_marginBottom="10dp" + android:layout_marginRight="10dp" />