Cardslib padding - native_list_card_layout
Я не уверен, почему у карт в сетке всегда есть 1dp отступа. Я не могу найти какие атрибуты, чтобы удалить его.
Это код сетки, который я использую:
<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" />
Как я могу удалить этот 1dp padding из "native_list_card_layout"???