I am trying to remove left space of toolbar
. I see this https://stackoverflow.com/a/32320632/2455259 which seems working for me. I am unable to understand what is the meaning to add android
and app
namespace for same attribute.
Is there any difference between them ? android:contentInsetLeft="0dp" vs app:contentInsetLeft="0dp"