When I use android:logo
and display the view's boundaries I see that it has some additional padding on the left. How can I remove this? I was also to remove margin from android:icon
since it can be fetched using android.R.id.home
.
Is there such an identifier or other programatically way to fetch the logo view element?