Skip to content

Commit

Permalink
fix: changed the constrain of textview account
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp committed Apr 5, 2024
1 parent afcb8ee commit 7650be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owncloudApp/src/main/res/layout/account_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
android:textColor="@color/textColor"
android:textSize="14sp"
android:lines="1"
app:layout_constraintEnd_toStartOf="@+id/removeButton"
app:layout_constraintEnd_toStartOf="@+id/clean_account_local_storage_button"
app:layout_constraintStart_toEndOf="@id/ticker"
app:layout_constraintTop_toBottomOf="@id/name" />

Expand Down

0 comments on commit 7650be0

Please sign in to comment.