diff --git a/app/src/main/res/layout/activebar_custom.xml b/app/src/main/res/layout/activebar_custom.xml
index e1fe872..b07bde6 100644
--- a/app/src/main/res/layout/activebar_custom.xml
+++ b/app/src/main/res/layout/activebar_custom.xml
@@ -13,6 +13,7 @@
android:background="@drawable/shape_user_focus"
android:focusable="true"
android:focusableInTouchMode="true"
+ android:padding="6dp"
android:src="@drawable/ic_outline_arrow_back_ios_48" />
@@ -63,13 +65,16 @@
android:minWidth="100dp"
android:text="排序"
android:textSize="18dp"
+ android:paddingLeft="8dp"
+ android:paddingRight="8dp"
android:visibility="gone" />