[android-developers] Re: ProgressBar / SeekBar Height

2009-03-28 Thread birds fly
hi , I have modify the seekbar size of height, you can read of it that source code res/style.xml, where located in ANDROID_HOME/tools/lib/res/default/values/style.xml What I means,you need to modify the seekbar style and override old style. default style: [android-developers] Re: How can I specify the default style of my widget
hi you can use Theme , The theme can include all style information. On Fri, Feb 13, 2009 at 8:16 AM, Meryl Silverburgh < silverburgh.me...@gmail.com> wrote: > > Hi, > > I create my own widget with its own drawable for background. > > So in my styles.xml file, I ha

[android-developers] Re: Difficult Button

public class Hellobye2 extends Activity { SampleView mView; protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); mView = new SampleView(this); Button b = new Button(this); setContentView(mView);