I am working with the \'AppCompact\' library and faced some problems with layout/positioning. I want to position the App icon on the right hand side of the \'ActionBar\'. O
I just added android:layout_marginStart="300dp" in the xml where the imagebutton is declared.
android:layout_marginStart="300dp"
imagebutton