Set up recycler view for country codes

This commit is contained in:
fgerber
2023-04-02 00:53:57 +02:00
parent 981107de36
commit 14edd3c38d
4 changed files with 88 additions and 3 deletions

View File

@@ -12,4 +12,11 @@
android:layout_weight="1"
app:css="" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:scrollbars="vertical" />
</LinearLayout>