如何創建一個GirdView,其中的圖像是矩形(120 x 58.5),這會導致非方形單元格?目前,如果我有這樣的XML佈局有空白上面和下面的圖片,因爲電池是120×120的每個單元格的寬度應爲120,高度58GridView中的矩形圖像
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/AppsOverviewGrid"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:columnWidth="120dp"
android:numColumns="auto_fit"
android:verticalSpacing="0dp"
android:horizontalSpacing="8dp"
android:stretchMode="columnWidth"
android:gravity="center">
</GridView>
感謝您的幫助。
謝謝!一些試驗和錯誤我得到了我想要的東西。 – Caroline
非常歡迎。很高興看到我的回答很有幫助。 –