revert button height

was not necessary for multiline. wrap content just works fine

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2022-07-22 19:09:23 +02:00 committed by Andy Scherzinger (Rebase PR Action)
parent 8dfb6ca5aa
commit c97d02fdde
2 changed files with 2 additions and 3 deletions

View File

@ -47,7 +47,7 @@
<com.google.android.material.button.MaterialButton
android:id="@+id/poll_results_end_poll_button"
android:layout_width="wrap_content"
android:layout_height="@dimen/polls_rounded_button_height"
android:layout_height="wrap_content"
android:text="@string/polls_end_poll"
style="@style/OutlinedButton"
android:layout_marginEnd="@dimen/standard_margin"
@ -56,7 +56,7 @@
<com.google.android.material.button.MaterialButton
android:id="@+id/edit_vote_button"
android:layout_width="wrap_content"
android:layout_height="@dimen/polls_rounded_button_height"
android:layout_height="wrap_content"
android:text="@string/polls_edit_vote"
android:theme="@style/Button.Primary"
app:cornerRadius="@dimen/button_corner_radius" />

View File

@ -72,5 +72,4 @@
<dimen name="standard_eighth_margin">2dp</dimen>
<dimen name="mediatab_file_icon_size">50dp</dimen>
<dimen name="polls_rounded_button_height">58dp</dimen>
</resources>