|
|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
<?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/swipe_refresh_layout"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
@ -12,7 +13,8 @@
|
|
|
|
|
<ListView
|
|
|
|
|
android:id="@+id/list"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
tools:listitem="@layout/item_recycler_techniker"/>
|
|
|
|
|
|
|
|
|
|
<com.airbnb.lottie.LottieAnimationView
|
|
|
|
|
android:id="@+id/loading_animation"
|
|
|
|
|
@ -34,8 +36,7 @@
|
|
|
|
|
android:layout_alignParentEnd="true"
|
|
|
|
|
android:layout_marginBottom="16dp"
|
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
|
android:src="@drawable/_icon_add"
|
|
|
|
|
android:tint="@color/drawableTint" />
|
|
|
|
|
android:src="@drawable/_icon_add" />
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
|
|