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

Commit 7a01deca authored by Sudheer Shanka's avatar Sudheer Shanka
Browse files

Update ic_info drawable name to ic_info_outline.

ic_info in PackageInstaller is taking preference over
the one in the included library SettingsLib.

Change-Id: I099d4092acb1c9572d958ab316fb948cff7be3e5
parent 5a86422a
Loading
Loading
Loading
Loading
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
        android:minHeight="0dp"
        android:minWidth="0dp"
        android:scaleType="center"
        android:src="@drawable/ic_info"
        android:src="@drawable/ic_info_outline"
        style="?android:attr/borderlessButtonStyle" />

</RelativeLayout>