From fe4f1909d8c475472d5202229c82c35d603f32e1 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 4 Aug 2016 21:49:48 +0200 Subject: [PATCH] add some extra properties to FABs --- app/src/main/res/layout/activity_day.xml | 5 ++++- app/src/main/res/layout/activity_main.xml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/activity_day.xml b/app/src/main/res/layout/activity_day.xml index 4af783d7a..3aa4646fa 100644 --- a/app/src/main/res/layout/activity_day.xml +++ b/app/src/main/res/layout/activity_day.xml @@ -3,7 +3,8 @@ android:id="@+id/day_coordinator" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" - android:layout_height="match_parent"> + android:layout_height="match_parent" + xmlns:app="http://schemas.android.com/apk/res-auto"> @@ -13,6 +14,8 @@ android:layout_height="wrap_content" android:layout_gravity="bottom|end" android:layout_margin="@dimen/activity_margin" - android:src="@mipmap/plus"/> + android:src="@mipmap/plus" + app:backgroundTint="@color/colorPrimary" + app:rippleColor="@color/mediumGrey"/>