0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 12:12:15 +02:00

Use theme attribute to style outlined buttons

This commit is contained in:
cketti 2023-07-12 18:28:30 +02:00
parent 5ddffb1928
commit 588d7a7329

View File

@ -36,7 +36,7 @@
<Button
android:id="@+id/show_pictures"
style="@style/Widget.MaterialComponents.Button.OutlinedButton"
style="?attr/materialButtonOutlinedStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
@ -103,7 +103,7 @@
</com.fsck.k9.view.NonLockingScrollView>
<Button android:id="@+id/download_remainder"
style="@style/Widget.MaterialComponents.Button.OutlinedButton"
style="?attr/materialButtonOutlinedStyle"
android:layout_marginHorizontal="16dp"
android:text="@string/message_view_download_remainder"
android:layout_height="wrap_content"