Hi,

    I referred this link
http://developer.android.com/resources/articles/on-screen-inputs.html . In
that if the user clicks on EditText(for ex To: ) at that time  keyboard will
be popped out
    and at the same time the user can be able to scroll to see all remaining
views(ex: compose,subject, send button) in that screen. Similarly in my app
i have one activity in that i am having some widgets or views.
    Suppose if the user clicks on Edittext which is in my Activity then
keyboard is popping out and i can be able to scroll to see remaining views.
But if i give this attribute *
android:theme="@android:style/Theme.NoTitleBar.Fullscreen*" in manifest i
was unable to scroll to see remaining views but if give attribute *
android:theme="@android:style/Theme.NoTitleBar*" like this in manifest i can
be able to scroll to see remaining view but there is status bar in that
screen, here i want full screen and even if the keyboard is popped out i can
be able to scroll to see remaining views..? what changes i have to made for
this..?

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

Reply via email to