From 615659c86b18630c29bb24c7d04f01d0a2167dd0 Mon Sep 17 00:00:00 2001 From: Mihai Nita Date: Tue, 2 Feb 2016 09:02:05 -0800 Subject: [PATCH] Using a real Button widget for "Add a language" The initial implementation used a TextView. But this is cleaner, it is a real button and acts like one. Bug: 26756569 Change-Id: Ibe3550b0cb81b020dfd4ec6ab29d39a56ba6e1bd --- res/layout/locale_order_list.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/res/layout/locale_order_list.xml b/res/layout/locale_order_list.xml index 97ba9a3a864..e210c65052e 100644 --- a/res/layout/locale_order_list.xml +++ b/res/layout/locale_order_list.xml @@ -25,20 +25,19 @@ android:id="@+id/dragList" android:layout_width="match_parent" android:layout_height="0dp" - android:layout_weight="1"/> + android:layout_weight="1" + android:scrollbars="vertical"/> -