Scroll view does not respond

aaxeczm

New Member
Works great for portrait mode. If I go on landscape mode I have my activity drawn in the center of screen which leaves blank screen on both left and right side.If I drag by keeping mouse on views (i.e. center)the scroll takes effect.If I drag on empty right side no scrolling ? why ?
Xb3zN.png
the image posting my layout xml\[code\]<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical" > <ScrollView android:id="@+id/enter_pin_scroll" android:layout_width="fill_parent" android:layout_height="fill_parent" android:scrollbarStyle="outsideOverlay" > <RelativeLayout android:id="@+id/enter_pin_header_layout" android:layout_width="@dimen/pin_inset_region_width" android:layout_height="@dimen/pin_inset_region_height" android:layout_centerHorizontal="true" android:layout_gravity="center_horizontal" > <LinearLayout\[/code\]
 
Back
Top