Hier sind zwei Bilder.CardView hat zusätzlichen Rand in jeder Kante auf Pre-Lollipop
auf Lollipop:
auf Pre-Lollipop:
können wir sehen, dass es auf der Bildschirmseite auf Lollipop gerade in der Nähe ist. das ist, was ich will. Auf dem Pre-Lollipop-Gerät hat es jedoch einen zusätzlichen Rand zur Bildschirmkante. Habt ihr irgendwelche Erfahrungen? Danke.
hier ist die xml-Layout:
<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"
>
jemand weiß ?. .. –