From d537d4a27ef1f65916d0ed8a4e5aa514d881c5c6 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 28 Dec 2017 21:37:02 -0500 Subject: [PATCH] make cogs icon larger --- src/Android/Controls/ExtendedTabbedPageRenderer.cs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/Android/Controls/ExtendedTabbedPageRenderer.cs b/src/Android/Controls/ExtendedTabbedPageRenderer.cs index 510a2ca24..f802048ff 100644 --- a/src/Android/Controls/ExtendedTabbedPageRenderer.cs +++ b/src/Android/Controls/ExtendedTabbedPageRenderer.cs @@ -314,8 +314,15 @@ namespace Bit.Android.Controls bottomNav.EnableItemShiftingMode(false); bottomNav.EnableAnimation(false); bottomNav.SetTextVisibility(false); - bottomNav.SetIconsMarginTop(30); bottomNav.SetBackgroundResource(Resource.Drawable.bottom_nav_bg); + bottomNav.SetIconSize(24, 24); + bottomNav.SetIconsMarginTop(32); + + if(element.Children.Count > 3) + { + bottomNav.SetIconSizeAt(3, 29, 29); + bottomNav.SetIconMarginTop(3, 28); + } var stateList = new global::Android.Content.Res.ColorStateList( new int[][] {