refactor: Allow "Vote" button to expand to contain text (#545)

This commit is contained in:
Nik Clayton 2024-03-19 18:00:42 +01:00 committed by GitHub
parent bcceaaa434
commit ae811d7126
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
app:layout_constraintHorizontal_chainStyle="spread_inside"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/status_poll_options"
app:layout_constraintWidth_max="150dp" />
app:layout_constraintWidth_min="150dp" />
<CheckBox
android:id="@+id/status_poll_show_results"