mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
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:
parent
8dfb6ca5aa
commit
c97d02fdde
@ -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" />
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user