Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 14153b32 authored by cketti's avatar cketti Committed by GitHub
Browse files

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

Fix - Unintuitive "compose" icon in widget
parents 2985c670 6ad1d0a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -32,7 +32,7 @@
            android:background="?android:attr/selectableItemBackground"
            android:background="?android:attr/selectableItemBackground"
            android:contentDescription="@string/compose_action"
            android:contentDescription="@string/compose_action"
            android:scaleType="center"
            android:scaleType="center"
            android:src="@drawable/ic_envelope" />
            android:src="@drawable/ic_pencil" />


    </LinearLayout>
    </LinearLayout>