Hi,

I have this strange problem.  I'm placing  Autocomplete text box and
ImageButton in the center of screen.  Whenever user starts entering
text virtual keyboard is launched. At that time my ImageButton shrinks
to half. I tried to set minimum height attribute but no success.  Any
idea what should I need to do to solve this issue ?

Below is sample xml text from layout of screen.

<ImageButton android:clickable="true"
                        android:focusable="true"
                        android:id="@+id/myImageButton"
                        android:layout_gravity="center_horizontal"
                        android:layout_width="wrap_content"
                        android:layout_alignParentRight="true"
                        
android:src="@android:drawable/ic_search_category_default"
                 android:layout_marginBottom="10dip"
                 android:layout_marginTop="10dip"
                 android:layout_marginRight="10dip"
                 android:layout_marginLeft="0dip"
                 android:layout_alignBottom="@+id/my_box_layout"
                 android:layout_height="wrap_content" android:minHeight="30px"
/>




Tushar

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to