英文:
The scrollview doesn't scroll
问题
I'm trying to use ScrollView but it is not working for me whatsoever.
<GridLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="20"
android:columnCount="2"
android:rowCount="3"
android:alignmentMode="alignMargins"
android:columnOrderPreserved="false"
android:padding="15dp">
<androidx.cardview.widget.CardView
......
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center_horizontal|center_vertical"
android:layout_marginTop="15dp"
android:orientation="vertical">
<TextView
...>
</TextView>
<ImageView
...>
</ImageView>
</LinearLayout>
</androidx.cardview.widget.CardView>
</GridLayout>
</LinearLayout>
</ScrollView>
I tried every solution I found online, but nothing worked.
I tried to add this:
android:orientation="vertical"
to the linearLayout, but it changed nothing. I still can't scroll
How can I get the scrollView to work?
英文:
I'm trying to use Scrollview but it is not working for me whatsoever.
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/top"
android:orientation="vertical"
tools:context=".ui.home.HomeFragment">
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:animateLayoutChanges="true"
android:layout_marginTop="?attr/actionBarSize"
android:fillViewport="true">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#ffffff"
android:orientation="vertical"
android:weightSum="10">
<GridLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="20"
android:columnCount="2"
android:rowCount="3"
android:alignmentMode="alignMargins"
android:columnOrderPreserved="false"
android:padding="15dp"
>
<androidx.cardview.widget.CardView
.....
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center_horizontal|center_vertical"
android:layout_marginTop="15dp"
android:orientation="vertical"
>
<TextView
...>
</TextView>
<ImageView
...>
</ImageView>
</LinearLayout>
</androidx.cardview.widget.CardView>
</GridLayout>
</LinearLayout>
</ScrollView>
</LinearLayout>
I tried every solution I found online, but nothing worked.
I tried to add this :
android:orientation="vertical"
to the linearLayout, but it changed nothing. I still can't scroll
How can I get the scrollView to work?
答案1
得分: 1
将您的布局放在ScrollView下面,就像这样:
<?xml version="1.0" encoding="utf-8"?>
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ScrollActivity">
<LinearLayout
android:layout_width="match_parent"
android:orientation="vertical"
android:layout_height="wrap_content">
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <!-- 中间省略了很多Button,以保持简洁 -->
</LinearLayout>
</ScrollView>
确保您的子布局具有足够的视图,以便可以滚动。
希望这对您解决问题有所帮助
英文:
Put your layout under the ScrollView Like this
<?xml version="1.0" encoding="utf-8"?>
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ScrollActivity">
<LinearLayout
android:layout_width="match_parent"
android:orientation="vertical"
android:layout_height="wrap_content">
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</LinearLayout>
</ScrollView>
Make sure that your Child layout has enough views so that can scrollable.
I hope this can helps you out from your problem ):
答案2
得分: 0
尝试替换如下
android:layout_width="fill_parent"
android:layout_height="fill_parent"
英文:
Try replacing like this
android:layout_width="fill_parent"
android:layout_height="fill_parent"
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论