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
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);
3 matches
Mail list logo