commit | b9ca48dc1d2c2f760366e587cb9ab1ca0abbb931 | [log] [tgz] |
---|---|---|
author | SeongJae Park <sj38.park@gmail.com> | Wed Mar 28 00:41:16 2012 +0900 |
committer | SeongJae Park <sj38.park@gmail.com> | Wed May 16 02:53:26 2012 +0900 |
tree | 26b9d721e99e72284418bd8e182c5a7545adf051 | |
parent | 799fada598b048b02bf63c0eea9b6d676f9be142 [diff] |
Fix old style edit text drawable display error. [Problem] LinearLayout5, RelativeLayout2 of ApiDemos has text input field display error. [Cause] They use Holo theme although text input field use old style edit text drawable as background. [Solution] Use default edit text without custom background for RelativeLayout2, LinearLayout5 sample. Change-Id: I102bf267119ba0903bd17e898b525af0aa2f0c5d Signed-off-by: SeongJae Park <sj38.park@gmail.com>