|
|
|
|
@ -32,128 +32,15 @@
|
|
|
|
|
|
|
|
|
|
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
|
android:id="@+id/fab_bg_Layout"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@color/blurBackground"
|
|
|
|
|
android:visibility="gone" />
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/fab_layout1"
|
|
|
|
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
|
|
|
|
android:id="@+id/fab"
|
|
|
|
|
android:layout_width="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:visibility="gone">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:textColor="#FFFFFF"
|
|
|
|
|
android:text="Neuer Eintrag" />
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
|
|
|
|
android:id="@+id/fab1"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="10dp"
|
|
|
|
|
app:tint="@null"
|
|
|
|
|
app:srcCompat="@drawable/_icon_add"
|
|
|
|
|
app:fabSize="mini" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/fab_layout2"
|
|
|
|
|
android:layout_width="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:visibility="gone">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:textColor="#FFFFFF"
|
|
|
|
|
android:text="Liste exportieren" />
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
|
|
|
|
android:id="@+id/fab2"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="10dp"
|
|
|
|
|
app:tint="@null"
|
|
|
|
|
app:srcCompat="@drawable/_icon_export"
|
|
|
|
|
app:fabSize="mini" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/fab_layout3"
|
|
|
|
|
android:layout_width="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:visibility="gone">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:textColor="#FFFFFF"
|
|
|
|
|
android:text="Techniker verwalten" />
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
|
|
|
|
android:id="@+id/fab3"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="10dp"
|
|
|
|
|
app:tint="@null"
|
|
|
|
|
app:srcCompat="@drawable/_icon_techniker"
|
|
|
|
|
app:fabSize="mini" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/fab_container"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
android:clipToPadding="false"
|
|
|
|
|
android:padding="16dp"
|
|
|
|
|
android:layout_gravity="bottom|end"
|
|
|
|
|
tools:visibility="visible">
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
|
|
|
|
android:id="@+id/fab"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
app:tint="@null"
|
|
|
|
|
app:srcCompat="@drawable/_icon_dot_menu"
|
|
|
|
|
app:fabSize="normal" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
app:srcCompat="@drawable/_icon_add" />
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|