Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Jul 12, 2024
1 parent 3cd927f commit 2b23bb5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/src/main/res/layout/dialog_theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">

<TextView
<eu.faircode.email.FixedTextView
android:id="@+id/tvCaption"
android:layout_width="0dp"
android:layout_height="wrap_content"
Expand Down Expand Up @@ -114,7 +114,7 @@
android:textAppearance="@style/TextAppearance.AppCompat.Medium" />
</RadioGroup>

<TextView
<eu.faircode.email.FixedTextView
android:id="@+id/tvYou"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down Expand Up @@ -172,7 +172,7 @@
android:textAppearance="@style/TextAppearance.AppCompat.Medium" />
</RadioGroup>

<TextView
<eu.faircode.email.FixedTextView
android:id="@+id/tvSystem"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down Expand Up @@ -225,7 +225,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/swComposerLight" />

<TextView
<eu.faircode.email.FixedTextView
android:id="@+id/tvMore"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand All @@ -239,4 +239,4 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/btnMore" />
</androidx.constraintlayout.widget.ConstraintLayout>
</ScrollView>
</ScrollView>

0 comments on commit 2b23bb5

Please sign in to comment.