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

Merge pull request #7051 from gitstart/K9-OSS-32

Fix - Unintuitive "compose" icon in widget
This commit is contained in:
cketti 2023-08-07 22:32:04 +02:00 committed by GitHub
commit 14153b329a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 96 KiB

View File

@ -32,7 +32,7 @@
android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/compose_action"
android:scaleType="center"
android:src="@drawable/ic_envelope" />
android:src="@drawable/ic_pencil" />
</LinearLayout>