mirror of https://github.com/M66B/FairEmail.git
Added warning triangle to operations delete
This commit is contained in:
parent
38582f5690
commit
eac3f3d58f
|
@ -9,6 +9,9 @@
|
|||
android:id="@+id/tvAddImage"
|
||||
android:layout_width="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:textAppearance="@style/TextAppearance.AppCompat.Large"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
@ -18,7 +21,7 @@
|
|||
android:id="@+id/cbError"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginTop="24dp"
|
||||
android:checked="true"
|
||||
android:text="@string/title_delete_operation_error"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
|
|
Loading…
Reference in New Issue