Merge pull request #6635 from thundernest/tweak_download_complete_message_button
Tweak appearance of "Download complete message" button
This commit is contained in:
commit
ae53f08a57
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue