設置 ScollView 滾動條不消失

    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:fadeScrollbars="false" >

        <TextView
            android:id="@+id/txtResult"
            android:layout_width="match_parent"
            android:layout_height="wrap_content" />
    </ScrollView>

android:fadeScrollbars="true"
Defines whether to fade out scrollbars when they are not in use. [boolean]android

相關文章
相關標籤/搜索