CardView hat einen zusätzlichen Rand an jeder Kante von Pre-Lollipop

Hier sind zwei Bilder.

on Lollipop:

on Pre-Lollipop:

Wir können sehen, dass es auf Lollipop nur in der Nähe des Bildschirms ist. das ist, was ich will. Auf dem Pre-Lollipop-Gerät hat es jedoch einen zusätzlichen Rand zum Bildschirmrand. habt ihr erfahrungen Danke

hier ist das Layout xml:

<android.support.v7.widget.CardView
        android:id="@+id/card_title_schedule"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentTop="true"
        android:layout_alignParentLeft="true"
        android:layout_alignParentStart="true"
        android:layout_centerVertical="true"
        app:cardCornerRadius="0dp"
        app:cardBackgroundColor="@color/colorAccent"
        >

Antworten auf die Frage(14)

Ihre Antwort auf die Frage