device - Android Activity height too long, how to swipe to bottom? -
device - Android Activity height too long, how to swipe to bottom? -
i have activity (single) , if flip device can see half of activity. have 2 edittext , button , can't reach them because can't swipe bottom. if flip device ok.
is there method must phone call can swipe?
use scrollview
niek said.
2.set fixed orientation if haven't designed landscape mode,(i.e either potrait or landscape) can set fixed orientation in manifest file android:screenorientation="portrait"
(you can apply activity application whole)
android device swipe flip
Comments
Post a Comment