欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Android GridView 滑動(dòng)條設(shè)置一直顯示狀態(tài)(推薦)

 更新時(shí)間:2016年12月14日 16:54:46   作者:劉德利_15221634614  
這篇文章主要介紹了Android GridView 滑動(dòng)條設(shè)置一直顯示狀態(tài)的相關(guān)資料,非常不錯(cuò),具有參考借鑒價(jià)值,需要的朋友可以參考下

模擬GridView控件:

<GridView
     android:id="@+id/picture_grid"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:columnWidth="100dp"
     android:numColumns="auto_fit" 
     android:gravity="center"
     android:verticalSpacing="8dp" 
     android:horizontalSpacing="10dp" 
     android:stretchMode="columnWidth"
     android:fadeScrollbars="false" />

設(shè)置GridView滑動(dòng)條一直顯示狀態(tài):

    android:fadeScrollbars="false"

以上所述是小編給大家介紹的Android GridView 滑動(dòng)條設(shè)置一直顯示狀態(tài),希望對(duì)大家有所幫助,如果大家有任何疑問(wèn)請(qǐng)給我留言,小編會(huì)及時(shí)回復(fù)大家的。在此也非常感謝大家對(duì)腳本之家網(wǎng)站的支持!

相關(guān)文章

最新評(píng)論