[android-developers] Well displayed in portrait but not in landscape

2011-03-30 Thread Alaeddine Ghribi
Hi, I developped a small app, it has 3 EditTexts and 2 buttons, in portrait all the items are well displayed, but in landscape, the right button(reset) doesn't take the extreme right position! here is my XML(in RelativeLayout): EditText android:id=@+id/consom2 android:layout_width=fill_parent

Re: [android-developers] Well displayed in portrait but not in landscape

2011-03-30 Thread Mark Murphy
Use Hierarchy Viewer to examine your layout and determine where you are going wrong: http://developer.android.com/guide/developing/debugging/debugging-ui.html (note that this is also available as an Eclipse perspective, Hierarchy View) On Wed, Mar 30, 2011 at 8:22 AM, Alaeddine Ghribi