【发布时间】:2013-12-22 06:49:23
【问题描述】:
大家早上好
HorizontalScrollView 有问题。
我在水平线性布局中看到所有文本视图,但最后发生了问题。
horizontalScrollView 无法显示所有信息,好像视图被截断了...为什么?
horizontalScrollView 是否有最大尺寸?
部分代码xml
<ScrollView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:fillViewport="true">
<HorizontalScrollView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:scrollbars="none"
android:id="@+id/hrz_scroll"
android:layout_weight="1"
>
<!-- Header Starts-->
<LinearLayout
android:id="@+id/MostraRigheInserzioneActivity_layout_linearLayout"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@layout/header_gradient"
android:paddingTop="5dip"
android:paddingBottom="5dip">
</LinearLayout>
</HorizontalScrollView>
</ScrollView>
打印屏幕
帮帮我 最好的问候
【问题讨论】:
-
请发布您的代码!!!
-
-
你能给我们更多的xml代码吗? (父母和孩子)
-
张贴截图,以便了解您的问题。
-
发布整个 xml 代码...
标签: android size width scrollview horizontalscrollview