|
|
|
@ -11,18 +11,18 @@
|
|
|
|
android:id="@+id/loading_animation"
|
|
|
|
android:id="@+id/loading_animation"
|
|
|
|
android:layout_width="150dp"
|
|
|
|
android:layout_width="150dp"
|
|
|
|
android:layout_height="150dp"
|
|
|
|
android:layout_height="150dp"
|
|
|
|
|
|
|
|
android:layout_marginTop="30dp"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="@id/swipe_refresh_layout"
|
|
|
|
app:layout_constraintTop_toTopOf="@id/swipe_refresh_layout"
|
|
|
|
android:layout_marginTop="30dp"
|
|
|
|
|
|
|
|
app:lottie_fileName="loading.json"
|
|
|
|
app:lottie_fileName="loading.json"
|
|
|
|
app:lottie_loop="true"
|
|
|
|
app:lottie_loop="true"
|
|
|
|
app:lottie_speed="1.5"/>
|
|
|
|
app:lottie_speed="1.5" />
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
|
|
|
|
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
|
|
|
|
|
|
|
|
android:id="@+id/swipe_refresh_layout"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
android:id="@+id/swipe_refresh_layout">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
|
android:id="@+id/recycler_view"
|
|
|
|
android:id="@+id/recycler_view"
|
|
|
|
@ -43,29 +43,31 @@
|
|
|
|
android:id="@+id/fab_layout1"
|
|
|
|
android:id="@+id/fab_layout1"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
|
|
|
android:padding="4dp"
|
|
|
|
|
|
|
|
android:clipToPadding="false"
|
|
|
|
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
|
|
|
android:layout_marginBottom="16dp"
|
|
|
|
|
|
|
|
android:layout_gravity="bottom|end"
|
|
|
|
android:layout_gravity="bottom|end"
|
|
|
|
android:visibility="gone">
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
|
|
|
|
android:layout_marginBottom="16dp"
|
|
|
|
|
|
|
|
android:clipToPadding="false"
|
|
|
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
|
|
|
android:padding="4dp"
|
|
|
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent">
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:text="Neuer Eintrag"
|
|
|
|
android:textColor="#FFFFFF"
|
|
|
|
android:textColor="#FFFFFF"
|
|
|
|
android:text="Neuer Eintrag" />
|
|
|
|
tools:ignore="HardcodedText" />
|
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
|
|
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
|
|
|
android:id="@+id/fab1"
|
|
|
|
android:id="@+id/fab1"
|
|
|
|
|
|
|
|
style="?attr/floatingActionButtonSmallStyle"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="10dp"
|
|
|
|
android:layout_marginStart="10dp"
|
|
|
|
app:srcCompat="@drawable/_icon_add"
|
|
|
|
app:srcCompat="@drawable/_icon_add"
|
|
|
|
app:fabSize="mini" />
|
|
|
|
tools:ignore="ContentDescription" />
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
@ -73,30 +75,30 @@
|
|
|
|
android:id="@+id/fab_layout2"
|
|
|
|
android:id="@+id/fab_layout2"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
|
|
|
android:padding="4dp"
|
|
|
|
|
|
|
|
android:clipToPadding="false"
|
|
|
|
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
|
|
|
android:layout_marginBottom="16dp"
|
|
|
|
|
|
|
|
android:layout_gravity="bottom|end"
|
|
|
|
android:layout_gravity="bottom|end"
|
|
|
|
android:visibility="gone">
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
|
|
|
|
android:layout_marginBottom="16dp"
|
|
|
|
|
|
|
|
android:clipToPadding="false"
|
|
|
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
|
|
|
android:padding="4dp"
|
|
|
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent">
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:textColor="#FFFFFF"
|
|
|
|
android:text="Liste exportieren"
|
|
|
|
android:text="Liste exportieren" />
|
|
|
|
android:textColor="#FFFFFF" />
|
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
|
|
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
|
|
|
android:id="@+id/fab2"
|
|
|
|
android:id="@+id/fab2"
|
|
|
|
|
|
|
|
style="?attr/floatingActionButtonSmallStyle"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="10dp"
|
|
|
|
android:layout_marginStart="10dp"
|
|
|
|
app:tint="@null"
|
|
|
|
|
|
|
|
app:srcCompat="@drawable/_icon_export"
|
|
|
|
app:srcCompat="@drawable/_icon_export"
|
|
|
|
app:fabSize="mini" />
|
|
|
|
app:tint="@null" />
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
@ -104,30 +106,30 @@
|
|
|
|
android:id="@+id/fab_layout3"
|
|
|
|
android:id="@+id/fab_layout3"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
|
|
|
android:padding="4dp"
|
|
|
|
|
|
|
|
android:clipToPadding="false"
|
|
|
|
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
|
|
|
android:layout_marginBottom="16dp"
|
|
|
|
|
|
|
|
android:layout_gravity="bottom|end"
|
|
|
|
android:layout_gravity="bottom|end"
|
|
|
|
android:visibility="gone">
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
|
|
|
|
android:layout_marginBottom="16dp"
|
|
|
|
|
|
|
|
android:clipToPadding="false"
|
|
|
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
|
|
|
android:padding="4dp"
|
|
|
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent">
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:textColor="#FFFFFF"
|
|
|
|
android:text="Techniker verwalten"
|
|
|
|
android:text="Techniker verwalten" />
|
|
|
|
android:textColor="#FFFFFF" />
|
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
|
|
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
|
|
|
android:id="@+id/fab3"
|
|
|
|
android:id="@+id/fab3"
|
|
|
|
|
|
|
|
style="?attr/floatingActionButtonSmallStyle"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="10dp"
|
|
|
|
android:layout_marginStart="10dp"
|
|
|
|
app:tint="@null"
|
|
|
|
|
|
|
|
app:srcCompat="@drawable/_icon_techniker"
|
|
|
|
app:srcCompat="@drawable/_icon_techniker"
|
|
|
|
app:fabSize="mini" />
|
|
|
|
app:tint="@null" />
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
@ -135,13 +137,13 @@
|
|
|
|
android:id="@+id/fab_container"
|
|
|
|
android:id="@+id/fab_container"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_gravity="bottom|end"
|
|
|
|
|
|
|
|
android:clipToPadding="false"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
|
|
|
android:padding="16dp"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:visibility="gone"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
android:clipToPadding="false"
|
|
|
|
|
|
|
|
android:padding="16dp"
|
|
|
|
|
|
|
|
android:layout_gravity="bottom|end"
|
|
|
|
|
|
|
|
tools:visibility="visible">
|
|
|
|
tools:visibility="visible">
|
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
|
|
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
|
|
|
@ -149,8 +151,9 @@
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
|
|
|
app:fabSize="normal"
|
|
|
|
app:srcCompat="@drawable/_icon_dot_menu"
|
|
|
|
app:srcCompat="@drawable/_icon_dot_menu"
|
|
|
|
app:fabSize="normal" />
|
|
|
|
tools:ignore="ContentDescription" />
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
@ -158,11 +161,11 @@
|
|
|
|
android:id="@+id/progress_bar"
|
|
|
|
android:id="@+id/progress_bar"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:visibility="gone"
|
|
|
|
|
|
|
|
android:indeterminate="true"
|
|
|
|
android:indeterminate="true"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
android:visibility="gone"
|
|
|
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" />
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|