From d9f19fe36c253caeb30b3e29d6f0f5f6015d8f1d Mon Sep 17 00:00:00 2001 From: Moxie Marlinspike Date: Tue, 24 Jan 2017 17:50:56 -0800 Subject: [PATCH] Move scroll-to-bottom arrow placement up slightly // FREEBIE --- res/layout/conversation_fragment.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/conversation_fragment.xml b/res/layout/conversation_fragment.xml index 042b677466..305fb97c45 100644 --- a/res/layout/conversation_fragment.xml +++ b/res/layout/conversation_fragment.xml @@ -27,7 +27,7 @@ android:layout_height="wrap_content" android:layout_marginEnd="10dp" android:layout_marginRight="10dp" - android:layout_marginBottom="10dp" + android:layout_marginBottom="20dp" android:padding="5dp" android:layout_gravity="bottom|end" android:background="@drawable/circle_tintable"