We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012cca5 commit c9aae82Copy full SHA for c9aae82
mastodon/src/main/res/layout/display_item_poll_option.xml
@@ -12,7 +12,8 @@
12
<LinearLayout
13
android:id="@+id/button"
14
android:layout_width="match_parent"
15
- android:layout_height="48dp"
+ android:layout_height="wrap_content"
16
+ android:paddingVertical="12dp"
17
android:outlineProvider="background"
18
android:elevation="2dp"
19
android:background="@drawable/bg_poll_option_clickable"
@@ -48,9 +49,7 @@
48
49
android:layout_marginLeft="16dp"
50
android:layout_marginRight="16dp"
51
android:textAppearance="@style/m3_title_medium"
- android:singleLine="true"
52
- android:ellipsize="end"
53
- tools:text="scream into void"/>
+ tools:text="scream into void. like this: aaaaaaaaaaaaaaaaaaaa"/>
54
55
</LinearLayout>
56
0 commit comments