Can i make the menu transparent(make the white not visible)
I created an xml for the menu.

Here i added the image as
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:id="@+id/done"
         android:icon="@drawable/base"
           />
</menu>
 
     
     
     
    