|
|
|
@ -1,14 +1,10 @@
|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
android:id="@+id/row"
|
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginBottom="1px"
|
|
|
|
|
app:cardBackgroundColor="?android:colorBackground"
|
|
|
|
|
app:cardCornerRadius="0dp"
|
|
|
|
|
app:cardElevation="?attr/card_elevation"
|
|
|
|
|
app:cardPreventCornerOverlap="false">
|
|
|
|
|
android:background="?android:colorBackground"
|
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
|
|
<RelativeLayout xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
android:id="@+id/rowBody"
|
|
|
|
@ -100,4 +96,4 @@
|
|
|
|
|
android:visibility="?attr/horizontal_divider_visibility"
|
|
|
|
|
android:layout_gravity="bottom" />
|
|
|
|
|
|
|
|
|
|
</com.google.android.material.card.MaterialCardView>
|
|
|
|
|
</FrameLayout>
|
|
|
|
|