我正在使用it.gmariotti.cardslib.library.view.CardListView
它的适配器并控制卡列表。
it.gmariotti.cardslib.library.view.CardView
看起来很糟糕,并在非常烦人的地方添加了填充和边距。
我如何制作it.gmariotti.cardslib.library.view.CardView
和it.gmariotti.cardslib.library.view.CardListView
看起来完全像默认值android.support.v7.widget.CardView
?
(这是可能的,因为它是在演示cardlib
应用程序中以某种方式完成的。
片段卡片.xml
<it.gmariotti.cardslib.library.view.CardListView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/card_list"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
test_card.xml
<it.gmariotti.cardslib.library.view.CardView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="200dp"
style="@style/card.native"/>