mirror of
https://github.com/bitwarden/mobile
synced 2026-01-03 00:53:27 +00:00
only show icons in nav
This commit is contained in:
@@ -56,6 +56,12 @@ namespace Bit.iOS.Controls
|
||||
|
||||
try
|
||||
{
|
||||
// Only show icon
|
||||
// ref: https://stackoverflow.com/questions/26494130/remove-tab-bar-item-text-show-only-image
|
||||
item.Title = string.Empty;
|
||||
item.ImageInsets = new UIEdgeInsets(6, 0, -6, 0);
|
||||
|
||||
// Set selected icon
|
||||
icon = string.Concat(icon, "_selected");
|
||||
if(item?.SelectedImage?.AccessibilityIdentifier == icon)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user