Newer
Older
org.ntlab.acanthus_client / app / src / main / res / layout / fragment_edit.xml
<?xml version="1.0" encoding="utf-8"?>
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/refresh_edit"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:paddingTop="0dp"
    tools:context=".views.main_menu_ui.edit.EditFragment">

    <ListView
        android:id="@+id/list_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:paddingTop="16dp"
        android:paddingBottom="16dp"
        android:divider="@color/white"
        android:dividerHeight="16dp"
        android:clipToPadding="false" />

</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>