[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] FAILED Binder Transaction !
hi , I create a Person class implements Parcelable in Android, The Person include a byte array field. When set the byte array size more than 4, then find !!FAILED Binder Transaction!! Why the byte size so limit ? How can I set the transaction size in Android? Thanks --~--~-~-

[android-developers] How to start the BroadcastReceiver

hi all, This is my code. public class MyThreadActivity extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.la

[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);

[android-developers] Re: Error generating final archive: null

a bit more detail? > > Thanks in advance, > R/ > > > > On Sat, Dec 6, 2008 at 7:56 PM, Birds <[EMAIL PROTECTED]> wrote: > > > Eclipse Version: 3.4.1. > > >   Find the Error that generating final archive:null, > >   I use Fedora 7 Linux . > > >  

[android-developers] Error generating final archive: null

Eclipse Version: 3.4.1. Find the Error that generating final archive: null, I use Fedora 7 Linux . Hi all., how to solve this issue. ? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android