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

Commit b5861b1d authored by Wenyi Wang's avatar Wenyi Wang
Browse files

Add correct icon for overflow menu

- Using vector rather than PNG files to control apk size
- Removing the unused old icon
- The pathdata is obtained from https://icons.googleplex.com/#icon=ic_more_vert&search=dot
- Based on the doc here: http://developer.android.com/tools/help/vector-asset-studio.html
  it makes sense to color icons black and add a tint to the vector drawable.

Bug 25968255

Change-Id: I57c01c44685af0d226fa5876b10f4c44254598ae
parent ced37aeb
Loading
Loading
Loading
Loading
−220 B
Loading image diff...
−171 B
Loading image diff...
−287 B
Loading image diff...
−414 B
Loading image diff...
+9 −0
Original line number Diff line number Diff line
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="24dp"
        android:height="24dp"
        android:viewportHeight="24.0"
        android:viewportWidth="24.0">
    <path
        android:fillColor="#FF000000"
        android:pathData="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/>
</vector>