diff --git a/component/viewer/src/main/res/layout/viewer_custom_tab.xml b/component/viewer/src/main/res/layout/viewer_custom_tab.xml index 08eaacbe..afa650cc 100644 --- a/component/viewer/src/main/res/layout/viewer_custom_tab.xml +++ b/component/viewer/src/main/res/layout/viewer_custom_tab.xml @@ -3,20 +3,23 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="wrap_content" android:layout_gravity="center_vertical" - android:layout_height="wrap_content"> + android:layout_height="wrap_content" + android:layout_marginHorizontal="16dp"> + android:src="@drawable/more_vert_24px" + android:layout_gravity="center_vertical" /> \ No newline at end of file