Re: [android-developers] layout_gravity

2010-08-30 Thread Floaters
Maybe you can try RelativeLayout... 2010/8/31 William Ferguson william.ferguson...@gmail.com OK, I'm obviously missing something fundamentally simple here. I have a LinearLayout containing 2 buttons. I've coloured the layout background red so I can see that it has expanded to fill its

Re: [android-developers] Re: On screen orientation changes activity restarted.

2010-08-16 Thread Floaters
I met the same issue activity android:name=Settings android:configChanges=orientation / did not work. 2010/8/16 pramod.deore deore.pramo...@gmail.com Hello , Please someone tell me how to solve this issue. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Many app share one Class?

2010-08-02 Thread Floaters
I think it's easy, maybe you can refre this document: http://developer.android.com/guide/topics/intents/intents-filters.html 2010/8/3 汪健飞 wangjf...@gmail.com I want many app share one class,for example,I have MessageVo,I want testApp and testTwoApp share MessageVo.but I don't know TestTwoApp

Re: [android-developers] Biggner Android Developer

2010-08-01 Thread Floaters
May be you can refer to the android document, you can found how to start step by step: http://developer.android.com/sdk/index.html 2010/8/1 Muhammad bilal_hobn...@yahoo.com Dear ALL, I have window based machine.I want to learn Android Development. I have read tutorial. i have

Re: [android-developers] Android visualization Algorithm

2010-07-28 Thread Floaters
The animation when system booting? I think the only way is change Android source code and make your own image 2010/7/28 mike hasitharand...@gmail.com hi guys, i would like to develop a visualization Algorithm which is like Nexus Boot animation. how do i develop an algorithm like that??

Re: [android-developers] Resources find rule

2010-07-27 Thread Floaters
Yes. The loading mechanism of drawable is the same as below: Whenever the application runs in a locale for which you have not provided locale-specific text, Android will load the default strings from res/values/strings.xml. .. The situation applies to all types of resources, not just

Re: [android-developers] Issues in changing custom title bar

2010-07-27 Thread Floaters
I've no idea, but maybe you can: Remove/Do not show the title bar, and use a custom view to play the role of title bar *:-)* 2010/7/27 Rajesh Pelluru mail2pell...@gmail.com Hi, I have below requirement : App name is App1. Activity name is Activity1. But I