Thursday, March 10, 2011

[android-developers] invisible part of layout

hallo,
my issue is that I have a layout and at the bottom of layout I have a
EditText like this:

<EditText android:id="@+id/EditText05"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:fadingEdge="vertical"
android:linksClickable="false"
android:singleLine="false"
android:lines="5"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"
android:gravity="top"/>

And it should be like TextArea or some edittext where I can write more
than one line and if text is in the end so it shoud get to the new
line. But no scroll to the right. And problem this sdittext is at the
bottom and if I click on it so virtual keyboard cover it. And I cant
see what I'm writting. if I maybe made a mistake I can't see it and
edit the writen text is very difficult. so I think that the right way
is when keyboard discovered, so little eidittext will be above at the
top of keyboard. or something else but I should see what I put to the
edittext.
thanks a lot

R.

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

No comments:

Post a Comment