I just want to move the logo in the actionbar from the center to the left, i tried like this but did not work
<item name="logo">imgname</item>
<item name="android:gravity">left</item>
this is my actual code
<style name="MyActionBar"
parent="@style/Widget.AppCompat.Light.ActionBar.Solid.Inverse">
<item name="android:background">@drawable/emgtxtbg</item>
<item name="logo">@drawable/emgtxt</item>
<item name="displayOptions">useLogo|showHome</item>
<!-- Support library compatibility -->
<item name="background">@drawable/emgtxtbg</item>