make "End poll" a tertiary-action styled button

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-07-28 19:31:19 +02:00
parent 5bae24213e
commit e767d08755
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
<com.google.android.material.button.MaterialButton
android:id="@+id/poll_results_end_poll_button"
style="@style/OutlinedButton"
style="@style/Button.Borderless"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/standard_margin"

View File

@ -59,7 +59,7 @@
<com.google.android.material.button.MaterialButton
android:id="@+id/poll_vote_end_poll_button"
style="@style/OutlinedButton"
style="@style/Button.Borderless"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/standard_margin"