[android-developers] Re: LinearLayout in LinearLayout

2009-06-26 Thread JdbcDroid
it's wird, it's work for me,so it's a problem for you if you set the orientation to vertical? On Jun 25, 9:02 pm, Mr.No f.hi...@arcor.de wrote: dont work,  only if i setOrientation to vertical. On 25 Jun., 17:21, JdbcDroid jd.bens...@gmail.com wrote: try to use l1.setOrientation(...) just

[android-developers] Re: LinearLayout in LinearLayout

2009-06-25 Thread JdbcDroid
try to use l1.setOrientation(...) just before l1.addView(...) On Jun 25, 4:42 pm, Mr.No f.hi...@arcor.de wrote: Ive tried it with layoutparams its the same. the default layoutarams will be assigned to the layout. On 25 Jun., 16:26, Peli peli0...@googlemail.com wrote: You have not set any

[android-developers] Re: how to switch windows like browsers?

2009-06-16 Thread JdbcDroid
to use a window function in the menu button you need to configure the menu like this: public class MyActivity extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ... }

[android-developers] Re: how to switch windows like browsers?

2009-06-16 Thread JdbcDroid
to use a window function in the menu button you need to configure the menu like this: public class MyActivity extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ... }