From 342da2a5a6d5c5fce2068cd57905a29ab554b650 Mon Sep 17 00:00:00 2001 From: Pal Szasz Date: Tue, 24 Aug 2010 08:51:29 +0200 Subject: Fix the layouting of the checkbox. Sometimes (very rarely) the checkbox is not layouted correctly (it's partly visible only). The reason is that the checkbox (and the hint text below it) has layout_width set to "wrap_content" as well, which means it needs more then one layout runs to get the final layout. Change-Id: I460bb29e2d9b4fdcf3df314e2baf9c45b2a6259b --- core/res/res/layout/always_use_checkbox.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/res/res/layout/always_use_checkbox.xml b/core/res/res/layout/always_use_checkbox.xml index baa4bee88066..a955352713b6 100644 --- a/core/res/res/layout/always_use_checkbox.xml +++ b/core/res/res/layout/always_use_checkbox.xml @@ -26,14 +26,14 @@