Is there a menu , how to make the first item on the left side of the screen, and not the right one?
<item android:id="@+id/action_back" android:title="Back" android:icon="@drawable/ic_action_sync" android:showAsAction="ifRoom"> </item> <item android:id="@+id/action_done" android:title="@string/done_pref" android:showAsAction="always" > </item> </menu> 
setCustomView()- tim_taller