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

Commit 9323464d authored by Michael Biebl's avatar Michael Biebl
Browse files

Use dark variant of share icon in Debug activity

We typically provide a dark variant for icons that are used on a light
background. The current share icon sticks out a bit, so add a dark
variant of that icon and use that in the Debug activity.
parent 3e2bb92a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:alpha="0.54"
        android:width="24dp"
        android:height="24dp"
        android:viewportWidth="24.0"
        android:viewportHeight="24.0">
    <path
        android:fillColor="#FF000000"
        android:pathData="M18,16.08c-0.76,0 -1.44,0.3 -1.96,0.77L8.91,12.7c0.05,-0.23 0.09,-0.46 0.09,-0.7s-0.04,-0.47 -0.09,-0.7l7.05,-4.11c0.54,0.5 1.25,0.81 2.04,0.81 1.66,0 3,-1.34 3,-3s-1.34,-3 -3,-3 -3,1.34 -3,3c0,0.24 0.04,0.47 0.09,0.7L8.04,9.81C7.5,9.31 6.79,9 6,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3c0.79,0 1.5,-0.31 2.04,-0.81l7.12,4.16c-0.05,0.21 -0.08,0.43 -0.08,0.65 0,1.61 1.31,2.92 2.92,2.92 1.61,0 2.92,-1.31 2.92,-2.92s-1.31,-2.92 -2.92,-2.92z"/>
</vector>
+2 −2
Original line number Diff line number Diff line
@@ -46,8 +46,8 @@
                        android:layout_height="wrap_content"
                        android:layout_marginTop="8dp"
                        style="@style/TextAppearance.MaterialComponents.Body1"
                        app:drawableStartCompat="@drawable/ic_share_action"
                        app:drawableLeftCompat="@drawable/ic_share_action"
                        app:drawableStartCompat="@drawable/ic_share_action_dark"
                        app:drawableLeftCompat="@drawable/ic_share_action_dark"
                        android:drawablePadding="8dp"
                        android:text="@string/debug_info_use_share1"/>