mirror of
https://github.com/hmalik144/Farmr.git
synced 2025-12-10 02:25:19 +00:00
- migrated to AndroidX - migrated to Kotlin - Content resolver unit test added - Upgraded android version to 31
13 lines
481 B
XML
13 lines
481 B
XML
<?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:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:id="@+id/recycler">
|
|
|
|
</androidx.recyclerview.widget.RecyclerView>
|
|
</FrameLayout> |