From 517bda7e21f6ba2764029ba506a35e650947f45d Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Thu, 4 Jun 2015 10:41:36 -0500 Subject: [PATCH] Workaround for design library bug https://code.google.com/p/android/issues/detail?id=175067 --- src/main/res/layout/task_list_activity.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/res/layout/task_list_activity.xml b/src/main/res/layout/task_list_activity.xml index 4792c9c13..465e573a9 100644 --- a/src/main/res/layout/task_list_activity.xml +++ b/src/main/res/layout/task_list_activity.xml @@ -4,6 +4,7 @@ ** See the file "LICENSE" for the full license governing this code. --> + android:layout_marginEnd="16dp" + app:borderWidth="0dp" />