Why my image on my custom Actionbar has unwanted left padding
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I customized the ActionBar by inflating a custom view. and my custom action bar XML layout is: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity="fill_horizontal" android:background="@drawable/actionbar_bg" > <TextView android:id="@+id/ab_main_text" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_alignParentRight="true" android:layout