非常适合纵向模式。如果我进入横向模式,我会在屏幕中央绘制我的活动,这会在左侧和右侧留下空白屏幕。如果我通过将鼠标保持在视图(即中心)上进行拖动,则滚动生效。如果我在空的右侧拖动没有滚动?为什么 ?
图片
发布我的布局 xml
<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