Skip to content
Snippets Groups Projects
Commit cf45bfa1 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy Committed by Duncan McNamara
Browse files

Fix broken layout in the about dialog

parent f621ed7a
No related branches found
No related tags found
1 merge request!2036UI fixes
......@@ -62,27 +62,30 @@
app:layout_constraintTop_toBottomOf="@+id/changelog" />
<TextView
android:id="@+id/remote_access_hash_title"
android:id="@+id/remote_access"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:text="@string/remote_access_hash_title"
android:layout_marginTop="8dp"
android:text="@string/remote_access_version_title"
android:textColor="?attr/font_light"
android:maxWidth="150dp"
app:layout_constraintBottom_toBottomOf="@+id/remote_access_revision"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/remote_access_version" />
app:layout_constraintTop_toBottomOf="@+id/divider2" />
<TextView
android:id="@+id/remote_access"
android:layout_width="wrap_content"
android:id="@+id/remote_access_hash_title"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:text="@string/remote_access_version_title"
android:layout_marginTop="8dp"
android:layout_marginBottom="16dp"
android:text="@string/remote_access_hash_title"
android:textColor="?attr/font_light"
app:layout_constraintBottom_toBottomOf="@+id/remote_access_version"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@id/compilation_barrier"
app:layout_constraintHorizontal_bias="1.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@+id/remote_access_version" />
app:layout_constraintTop_toBottomOf="@+id/remote_access" />
<TextView
android:id="@+id/textView28"
......@@ -278,7 +281,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:barrierDirection="end"
app:constraint_referenced_ids="remote_access_hash_title,remote_access,textView28,textView30,textView29" />
app:constraint_referenced_ids="remote_access,textView28,textView30,textView29" />
</androidx.constraintlayout.widget.ConstraintLayout>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment