set app icon to right side in activity tool bar

后端 未结 3 958
执笔经年
执笔经年 2020-12-30 12:33

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

3条回答
  •  执笔经年
    2020-12-30 13:05

    I just added android:layout_marginStart="300dp" in the xml where the imagebutton is declared.

提交回复
热议问题