From dde014097191ec49b2c5027cd8f676124dfbb311 Mon Sep 17 00:00:00 2001 From: Afzal Date: Fri, 30 Mar 2012 02:08:29 -0400 Subject: [PATCH] Expandable NumberPicker width in bytesPicker dialog Issue: The bytesPicker NumberPicker width was set to 48dip, thus it couldn't accomodate more than 5 digits. Solution: Set the NumberPicker layout_width to wrap_content and minWidth to 48dip. Change-Id: Id2887cc5d48a94fa108f2ebe06f982cf2c1314dc --- res/layout/data_usage_bytes_editor.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/data_usage_bytes_editor.xml b/res/layout/data_usage_bytes_editor.xml index 6207391bcd..ec6e64f287 100644 --- a/res/layout/data_usage_bytes_editor.xml +++ b/res/layout/data_usage_bytes_editor.xml @@ -22,7 +22,8 @@