I want to change the distance between the left side of the device screen and the action bar icon. I want to totally remove this space ...
I want it to look like this:
I have tried to put margin or padding inside the action bar customised style I have created but nothing...
<style name="BCPActionBar" parent="@android:style/Widget.Holo.Light.ActionBar">
<item name="android:background">@drawable/button_third_level_menu</item>
<item name="android:titleTextStyle">@style/BCPTheme.ActionBar.TitleTextStyle</item>
<item name="android:height">55dp</item>
<item name="android:layout_marginLeft">-2dp</item>
</style>