From fa9b86e90953eb47814c7930c8e8cbb07408181e Mon Sep 17 00:00:00 2001 From: r-ca Date: Sun, 28 Jan 2024 15:09:18 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AC=E3=82=A4=E3=82=A2=E3=82=A6=E3=83=88?= =?UTF-8?q?=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../viewer/src/main/res/layout/viewer_custom_tab.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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