2

My xml code is:

    <GridView android:id="@+id/gridView_calendar"
    android:layout_width="fill_parent" android:layout_height="fill_parent"
    android:layout_weight="1" android:numColumns="5"/>

But there appear to the right of the gridView a blank. Its size seems for scroll bar. I don't know how it comes. Can anybody help me? Thanks!

4

2 に答える 2

3

すでに解決済み。GridView の左側のスペースです。

設定画面幅は totalX です。gridView ノード幅は deltaX、グリッド カウントは n、未知のスペースは totalX - deltaX*n です。

しかし、このスペースを回避する API はありますか?

于 2010-08-24T12:38:16.330 に答える