fix: remove duplicate view results button on poll footer

This commit is contained in:
LucasGGamerM
2023-11-28 14:34:15 -03:00
parent 2ef3e7eab7
commit 69a2fc2d9f

View File

@@ -39,16 +39,6 @@
</LinearLayout>
<Button
android:id="@+id/results_btn"
style="@style/Widget.Mastodon.M3.Button.Text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="16dp"
android:minHeight="48dp"
android:textAppearance="@style/m3_label_small"
android:textAllCaps="true"
android:text="@string/sk_poll_results"/>
<Button
android:id="@+id/vote_btn"
android:layout_width="match_parent"