1
0

Use view binding instead of kotlin synthetics (#791)

This commit is contained in:
Mikołaj Pich
2020-05-10 10:39:10 +02:00
committed by GitHub
parent ec80f939f1
commit 8eb0c0351b
59 changed files with 1178 additions and 1096 deletions

View File

@ -1,10 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/aboutRecycler"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
tools:listitem="@layout/item_about" />
</FrameLayout>