0

グリッド内のカードに常に 1 dp のパディングがある理由がわかりません。削除する属性が見つかりません。

これは私が使用しているグリッドコードです:

    <it.gmariotti.cardslib.library.view.CardGridView
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:columnWidth="190dp"
    android:numColumns="2"
    android:verticalSpacing="0dp"
    android:horizontalSpacing="1dp"
    android:stretchMode="columnWidth"
    android:gravity="center"
    card:list_card_layout_resourceID="@layout/native_list_card_layout"
    android:id="@+id/myGrid" />

「native_list_card_layout」からその1dpパディングを削除するにはどうすればよいですか???

ここに画像の説明を入力

4

0 に答える 0