From 2dcf6931e89ec71d30645c51be3cc6929314b7fc Mon Sep 17 00:00:00 2001 From: OliE Date: Thu, 4 May 2017 17:18:06 +0200 Subject: [PATCH] move enable/disable month button to bottom right. --- android_app/app/src/main/res/layout/fragment_graph.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android_app/app/src/main/res/layout/fragment_graph.xml b/android_app/app/src/main/res/layout/fragment_graph.xml index f038e9c1..ebd1bb88 100644 --- a/android_app/app/src/main/res/layout/fragment_graph.xml +++ b/android_app/app/src/main/res/layout/fragment_graph.xml @@ -153,8 +153,8 @@ android:clickable="true" android:src="@drawable/lastmonth" app:backgroundTint="#33B5E5" - app:layout_anchor="@id/chart_top" - app:layout_anchorGravity="top|right|end" + app:layout_anchor="@id/chart_bottom" + app:layout_anchorGravity="bottom|right|end" app:rippleColor="#33B5E5" />