|
|
@ -9,6 +9,9 @@
|
|
|
|
android:id="@+id/tvAddImage"
|
|
|
|
android:id="@+id/tvAddImage"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:drawableStart="@drawable/twotone_warning_24"
|
|
|
|
|
|
|
|
android:drawablePadding="12dp"
|
|
|
|
|
|
|
|
android:drawableTint="?attr/colorError"
|
|
|
|
android:text="@string/title_delete_operation_title"
|
|
|
|
android:text="@string/title_delete_operation_title"
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Large"
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Large"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
@ -18,7 +21,7 @@
|
|
|
|
android:id="@+id/cbError"
|
|
|
|
android:id="@+id/cbError"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
android:layout_marginTop="24dp"
|
|
|
|
android:checked="true"
|
|
|
|
android:checked="true"
|
|
|
|
android:text="@string/title_delete_operation_error"
|
|
|
|
android:text="@string/title_delete_operation_error"
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|