I can set ImageButton background transparent in layout.xml using:
layout.xml
android:background=\"@android:color/transparent\"
How I can
Do it in your xml
<ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/imageButtonSettings" android:layout_gravity="right|bottom" android:src="@drawable/tabbar_settings_icon" android:background="@android:color/transparent"/>