Code review and cleanup

This commit is contained in:
Benoit Marty
2019-06-25 14:45:13 +02:00
parent ab0141a5c6
commit 71ae99012b
41 changed files with 283 additions and 158 deletions

View File

@ -1,16 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
<com.airbnb.epoxy.EpoxyRecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/epoxyRecyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/epoxyRecyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:itemSpacing="1dp"
tools:listitem="@layout/item_pushgateway" />
</FrameLayout>
app:itemSpacing="1dp"
tools:listitem="@layout/item_pushgateway" />