| | |
| | | android:id="@+id/edite_recyclerView" |
| | | android:layout_width="0dp" |
| | | android:layout_height="0dp" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintBottom_toTopOf="@+id/addButton" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintHorizontal_bias="1.0" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/header" |
| | | app:layout_constraintVertical_bias="1.0" /> |
| | | |
| | | |
| | | <ImageButton |
| | | android:id="@+id/addButton" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@android:drawable/ic_input_add" |
| | | android:background="?attr/selectableItemBackgroundBorderless" |
| | | android:padding="10dp" |
| | | tools:ignore="MissingConstraints" /> |
| | | |
| | | |
| | | |