Skip to content

Commit 07d6ceb

Browse files
committed
fix: display name text not adapting to the existing room in landscape
1 parent 13da279 commit 07d6ceb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

owncloudApp/src/main/res/layout/account_item.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
<TextView
5454
android:id="@+id/name"
55-
android:layout_width="210dp"
55+
android:layout_width="0dp"
5656
android:layout_height="28dp"
5757
android:layout_marginStart="8dp"
5858
android:layout_marginTop="8dp"
@@ -64,6 +64,7 @@
6464
android:textSize="16sp"
6565
android:textStyle="bold"
6666
app:layout_constraintBottom_toTopOf="@+id/account"
67+
app:layout_constraintEnd_toStartOf="@+id/clean_account_local_storage_button"
6768
app:layout_constraintStart_toEndOf="@+id/ticker"
6869
app:layout_constraintTop_toTopOf="parent" />
6970

0 commit comments

Comments
 (0)