Set up recycler view for country codes
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user