Use ViewBinding

This commit is contained in:
litetex 2022-01-09 17:40:16 +01:00
parent 7067ebdd12
commit f55e8ea3aa
2 changed files with 10 additions and 23 deletions

View file

@ -41,7 +41,7 @@
</LinearLayout>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/list"
android:id="@+id/searchResults"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"