Skip to content

Commit

Permalink
Format correctly fragment_no_valid_mailboxes.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyDL-Infomaniak committed Jun 7, 2024
1 parent 705ca88 commit d91c569
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/fragment_no_valid_mailboxes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/marginStandard"
android:layout_marginTop="@dimen/marginLarge"
app:layout_constraintTop_toBottomOf="@id/logo"
app:icon="@drawable/ic_warning"
app:layout_constraintTop_toBottomOf="@id/logo"
app:showCloseIcon="false"
tools:title="@string/lockedMailboxScreenTitle"
tools:button="@string/readFAQ"
tools:description="@string/lockedMailboxScreenDescription"
tools:button="@string/readFAQ" />
tools:title="@string/lockedMailboxScreenTitle" />

<TextView
android:id="@+id/invalidPasswordTitle"
Expand Down

0 comments on commit d91c569

Please sign in to comment.