fix(poll-options): fix poll options layout when screen is too small and there are multiple lines in a poll option

cc: @FineFindus
This commit is contained in:
LucasGGamerM
2023-09-25 08:41:14 -03:00
parent ebcafbf90d
commit f3a1e7cf58

View File

@@ -11,7 +11,7 @@
<LinearLayout
android:id="@+id/button"
android:layout_width="match_parent"
android:layout_height="48dp"
android:layout_height="wrap_content"
android:background="@drawable/bg_poll_option_clickable"
android:duplicateParentState="true"
android:layoutDirection="locale">