refactor: Allow "Vote" button to expand to contain text (#545)
This commit is contained in:
parent
bcceaaa434
commit
ae811d7126
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue