[android-developers] TAG error in loaderror.html

2012-04-05 Thread dust
Dear masters, I found the HTML files in "android\frameworks\base\core\res\res\raw" from ICS. loaderror.html and nodomain.html. those file looks like have a tag error. the structure is weird. body tag are in head tag like this. is this normal? web page loads perfectly. Thanks in adv

[android-developers] Re: adding menu to Linear layout

2012-01-03 Thread dust
I already read those docs. and i know the difference. I just want to know any tricks to make it work. ... i take the answer that it's impossible. On 1월4일, 오전1시59분, TreKing wrote: > On Mon, Jan 2, 2012 at 1:36 AM, dust wrote: > > would you pls give me an advice to so

[android-developers] adding menu to Linear layout

2012-01-02 Thread dust
Dear Android Masters, I want to make customized menu which kind of popup menu not vertically but horizontally. so, i created linear layout with horizontal orientation. also created the menu using Menu Inflater. the problem is how i can add menu to linear layout. the method "addView()" doesn't work

[android-developers] IllegalStateException Error In Searchable

2011-08-29 Thread dust
HI! I implement Searchable and custom ContentProvider in my app, and sometimes IllegalStateException Error is occured. During DB is changed, touching dropdownlist is occured IllegalStateException. Error message is below. java.lang.IllegalStateException: The content of the adapter has changed but L