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

Commit b8d83fae authored by William Escande's avatar William Escande
Browse files

Change history icon to follow dark mode

Fix: 266263695
Test: manual
Change-Id: I4f4226117e931dd1ca276a359301b4b8b7a4d9e4
parent 880d674e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:theme="@android:style/Theme.DeviceDefault.DayNight"
    android:layout_height="wrap_content">

    <ImageView android:id="@+id/transfer_icon"
@@ -28,6 +29,7 @@
        android:layout_alignParentTop="true"
        android:layout_alignParentStart="true"
        android:contentDescription ="@string/bluetooth_map_settings_app_icon"
        android:tint="?android:attr/colorControlNormal"
        android:scaleType="center"
    />