[android-beginners] Re: trouble getting HelloGallery example for android sdk 1.5 to work

2009-07-20 Thread 单单
Thanks for htbest2000, your solution works well. On Jul 6, 3:58 pm, htbest2000 htbest2...@gmail.com wrote: you can take the following 2 step: step 1. append file attars.xml in res/values with content: resources     declare-styleable name=Gallery         attr

[android-beginners] Re: trouble getting HelloGallery example for android sdk 1.5 to work

2009-07-20 Thread 单单
Thanks for htbest2000, your solution works well. On Jul 6, 3:58 pm, htbest2000 htbest2...@gmail.com wrote: you can take the following 2 step: step 1. append file attars.xml in res/values with content: resources     declare-styleable name=Gallery         attr

[android-beginners] Re: trouble getting HelloGallery example for android sdk 1.5 to work

2009-07-20 Thread 单单
Thanks for htbest2000, your solution works well. On Jul 6, 3:58 pm, htbest2000 htbest2...@gmail.com wrote: you can take the following 2 step: step 1. append file attars.xml in res/values with content: resources     declare-styleable name=Gallery         attr

[android-beginners] Re: trouble getting HelloGallery example for android sdk 1.5 to work

2009-07-06 Thread htbest2000
you can take the following steps: step 1. append file attars.xml in res/values with content: resources declare-styleable name=Gallery attr name=android:galleryItemBackground /attr /declare-styleable /resources step 2. modify the code from public

[android-beginners] Re: trouble getting HelloGallery example for android sdk 1.5 to work

2009-07-06 Thread htbest2000
you can take the following 2 step: step 1. append file attars.xml in res/values with content: resources declare-styleable name=Gallery attr name=android:galleryItemBackground /attr /declare-styleable /resources step 2. modify the code from public