[android-beginners] Re: problem with Hello, Gallery R.styleable not resolve

2009-08-31 Thread Justin Anderson
Thanks for catching the typo! I should have just done a copy/paste... :) Glad I could help somewhat. Thanks, Justin -- There are only 10 types of people in the world... Those who know binary and those who don't. -

[android-beginners] Re: problem with Hello, Gallery R.styleable not resolve

2009-08-31 Thread Bui Quang Hao(Johny.Bui)
There is a mistake here in resources.xml file but I corrected it. The correct one is as follow: Thanks Justin. Your post is really helpful. On Aug 31, 11:16 pm, Justin Anderson wrote: > I had this same problem.  After days of searching online, I found this > workaround: >

[android-beginners] Re: problem with Hello, Gallery R.styleable not resolve

2009-08-31 Thread Justin Anderson
I had this same problem. After days of searching online, I found this workaround: - Create a resources.xml file with the following contents: - Instead of using android.R.styleable.Gallery1 just reference R.styleable.Gallery1 Hope this helps! I set this up a long time ago.