5 lines
No EOL
618 B
XML
5 lines
No EOL
618 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout android:id="@id/swipeRefreshLayout" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
|
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<androidx.recyclerview.widget.RecyclerView android:name="com.lytefast.flexinput.RecyclerViewFragment" android:id="@id/list" android:background="?colorPrimary" app:layoutManager="LinearLayoutManager" style="@style/FlexInput.AddContent.Page" />
|
|
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout> |