From 3c6f173edeef4ece6383bc53ec18299fb08e3239 Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Sat, 11 Apr 2015 21:19:42 -0400 Subject: [PATCH] make buttons not resize weirdly with long strings --- res/layout/layout_main.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/res/layout/layout_main.xml b/res/layout/layout_main.xml index a3f0a97d..1b46e551 100644 --- a/res/layout/layout_main.xml +++ b/res/layout/layout_main.xml @@ -172,28 +172,34 @@ android:background="@drawable/button" android:layout_margin="3dp" + android:ellipsize="end" + android:singleLine="true" />