mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-21 18:53:51 +00:00
11 lines
409 B
XML
11 lines
409 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/recycler"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@color/bg_editor"
|
|
android:paddingStart="@dimen/margin_half"
|
|
android:paddingEnd="@dimen/margin_half"
|
|
android:scrollbars="vertical"/>
|