parent
e29c9d8ad8
commit
2a87606be5
@ -1,8 +1,8 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android" |
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
android:id="@+id/recycler_view" |
android:id="@+id/recycler_view" |
||||||
android:layout_width="match_parent" |
android:layout_width="wrap_content" |
||||||
android:layout_height="wrap_content" |
android:layout_height="wrap_content" |
||||||
android:layout_gravity="center" |
android:layout_gravity="center" |
||||||
android:background="@color/background_card" |
android:background="@drawable/shape_card_view" |
||||||
android:padding="5dp" /> |
android:padding="5dp" /> |
||||||
|
Loading…
Reference in new issue