gpt4 book ai didi

android - Scrollview 并不总是显示滚动条 - android?

转载 作者:太空狗 更新时间:2023-10-29 13:09:47 27 4
gpt4 key购买 nike

我有下面的 xml :

<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/scrollProvince"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fadeScrollbars="false">

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#434A54"
android:gravity="end"
android:orientation="vertical">

<TextView
android:id="@+id/txtInternalTitleProvince"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="10dp"
android:textSize="15sp"
android:textStyle="bold"
android:typeface="serif" />

<View
android:id="@+id/VInternalItemProvince"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginStart="50dp"
android:background="@color/Withe"
android:visibility="gone" />
</LinearLayout>
</ScrollView>

我在 spinner 中使用这个 xml 但不工作 android:fadeScrollbars="false"

我看到下面的链接,但还不能用:

How to always show scrollbar

最佳答案

你可以试试:

ScrollView.setScrollbarFadingEnabled(false);

关于android - Scrollview 并不总是显示滚动条 - android?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42525719/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com