commit | 15bfa5358e5e3829cfaa1e88f7c46e93e50458e1 | [log] [tgz] |
---|---|---|
author | Teng-Hui Zhu <ztenghui@google.com> | Mon Feb 14 17:01:16 2011 -0800 |
committer | Teng-Hui Zhu <ztenghui@google.com> | Mon Feb 14 17:05:47 2011 -0800 |
tree | f746518a6e2d89f3e724797835aa2452fd2fdfb0 | |
parent | 1d830165a0535010c176f08feba2973ad9003598 [diff] |
WebView's scrollBarStyle need to be set at init At initialization time of WebView, the View's scrollBarStyle is set according to the xml file. But WebView didn't pick that info up to specialize its own variable. The fix is to call WebView's setScrollBarStyle according to the View's ScrollBarStyle at the init() time. This will help Gmail to pick up the scrollBarStyle from xml file correctly. bug:3409308 Change-Id: I3792b12a36bd989b6c31e0054ebacce4269300da