OSDN Git Service

Fix the layouting of the checkbox.
authorPal Szasz <pal.szasz@sonyericsson.com>
Tue, 24 Aug 2010 06:51:29 +0000 (08:51 +0200)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 5 Aug 2011 08:09:42 +0000 (16:09 +0800)
commitdcde702818cdafbaeabf58a5eb2fbcbdc48e6d6d
tree837a262049baa59aa725d05ebb3998a985b95c94
parenta0f356fd6680373765c9421e54637ae5d839b00e
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