scrollview不像match_parent那样工作

时间:2016-04-06 07:16:46

标签: android

请帮帮我。 我不知道我该怎么做。 抱歉我的英语不好。

这是我的代码

 <ScrollView
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="#00ffffff"
    android:fillViewport="true">
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical"
        android:background="#00ffffff">
</LinearLayout>
</ScrollView>

这是我的截图

scrollview don't work like match_parent

0 个答案:

没有答案