[Android] Fix for the bottom padding of the main menu (#31315)

This commit is contained in:
samartnik
2025-09-22 07:56:03 -04:00
committed by GitHub
parent 0605b21d0f
commit d8cd91653c
7 changed files with 87 additions and 4 deletions
+1
View File
@@ -110,6 +110,7 @@
public <init>(...);
*** getPopupPosition(...);
*** runMenuItemEnterAnimations(...);
*** createAppMenuContentView(...);
}
-keep class org.chromium.chrome.browser.ui.appmenu.BraveAppMenu {
@@ -9,6 +9,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingBottom="@dimen/app_menu_padding"
android:background="@color/menu_action_bar_bg_color_baseline" >
<View style="@style/HorizontalDivider" />