[android-developers] About Android Font

2009-07-31 Thread Bill.Tsao
I built a new system.img after I replaced all font type with DroidSans.ttf. I flash this system.img. But the Android phone system crush. What's happened? Does not the font type file be changed? THX --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: About Theme and style method

2008-05-27 Thread Bill.Tsao
runtime , those examples can not satisfy with them. I cannot understand why no any Android designer to answer this question? On 5月15日, 上午10時07分, "Bill.Tsao" <[EMAIL PROTECTED]> wrote: > Dear all: > > Android provide us some themes like: >

[android-developers] About Theme and style method

2008-05-14 Thread Bill.Tsao
Dear all: Android provide us some themes like: android.R.style.Theme_Light android.R.style.Theme_Dark We can use "setTheme(xx)" to set our theme. My question is : Can I replace our android theme in run time? --~--~-~--~---

[android-developers] About set background

2008-05-13 Thread Bill.Tsao
Dear all: When I set a graph to be background in "TextView" and "Button" , I found that it was stretch in "TextView" and it was its original size. I have three questions: 1. Does " set background function " do the different things in that two different object ? 2.Can I decide the graph po

[android-developers] Re: About nine patch stretchable image

2008-05-13 Thread Bill.Tsao
AIL PROTECTED]> wrote: > Hi, > > Your image is not a valid 9 patch. The white borders should be transparent. > > > > > > On Mon, May 12, 2008 at 7:48 PM,Bill.Tsao<[EMAIL PROTECTED]> wrote: > > > Dear all: > > > I would like to use 9 patch stretchab

[android-developers] About nine patch stretchable image

2008-05-12 Thread Bill.Tsao
Dear all: I would like to use 9 patch stretchable image to do my style background. Firstly,I used this 9 patch stretchable image: http://www.pixnet.net/photo/BILLTSAO/89655635 apply in the same size "EditText" view , it present like this: http://www.pixnet.net/photo/BILLTSAO/89655636 I

[android-developers] How can I achieve to change the other theme in run time and set spinner selector location

2008-05-12 Thread Bill.Tsao
Dear all: 1. About replace a theme to another: My code: if(theme_style==0) { theme_style=1; setTheme(android.R.style.Theme_Light); } else (theme_style==2) { theme_style=0; setTheme(android.R.style.Theme_Dark); } 2. spinner selector location issue: Mycode: myselector.xml: