Merge pull request #6635 from thundernest/tweak_download_complete_message_button

Tweak appearance of "Download complete message" button
This commit is contained in:
cketti 2023-02-08 10:57:57 +01:00 committed by GitHub
commit ae53f08a57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,6 +103,8 @@
</com.fsck.k9.view.NonLockingScrollView>
<Button android:id="@+id/download_remainder"
style="@style/Widget.MaterialComponents.Button.OutlinedButton"
android:layout_marginHorizontal="16dp"
android:text="@string/message_view_download_remainder"
android:layout_height="wrap_content"
android:visibility="gone"