Skip to content

Commit

Permalink
no ellipsis for poll options
Browse files Browse the repository at this point in the history
  • Loading branch information
sk22 committed Dec 5, 2022
1 parent 012cca5 commit c9aae82
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mastodon/src/main/res/layout/display_item_poll_option.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<LinearLayout
android:id="@+id/button"
android:layout_width="match_parent"
android:layout_height="48dp"
android:layout_height="wrap_content"
android:paddingVertical="12dp"
android:outlineProvider="background"
android:elevation="2dp"
android:background="@drawable/bg_poll_option_clickable"
Expand Down Expand Up @@ -48,9 +49,7 @@
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:textAppearance="@style/m3_title_medium"
android:singleLine="true"
android:ellipsize="end"
tools:text="scream into void"/>
tools:text="scream into void. like this: aaaaaaaaaaaaaaaaaaaa"/>

</LinearLayout>

Expand Down

0 comments on commit c9aae82

Please sign in to comment.