R RVP Active Member Licensed User Longtime User May 22, 2015 #1 On a Samsung Galaxy tab 3 In my app I add 4 menu Items to the Activity using AddmenuItem3, the first 3 show on the top, the last is accessible thru the menu button. B4X: Activity.AddMenuItem3("","mnuTime", LoadBitmap(File.DirAssets, "Clock-icon.png"), True) Activity.AddMenuItem3("","mnuGet", LoadBitmap(File.DirAssets, "arrow_down.png"), True) Activity.AddMenuItem3("","mnuSend", LoadBitmap(File.DirAssets, "arrow_up.png"), True) Activity.AddMenuItem3("","mnuSettings", LoadBitmap(File.DirAssets, "Setting-icon.png"), True) Prior to installing 5.0 this worked fine, now the 4th menu item no longer shows its Icon.
On a Samsung Galaxy tab 3 In my app I add 4 menu Items to the Activity using AddmenuItem3, the first 3 show on the top, the last is accessible thru the menu button. B4X: Activity.AddMenuItem3("","mnuTime", LoadBitmap(File.DirAssets, "Clock-icon.png"), True) Activity.AddMenuItem3("","mnuGet", LoadBitmap(File.DirAssets, "arrow_down.png"), True) Activity.AddMenuItem3("","mnuSend", LoadBitmap(File.DirAssets, "arrow_up.png"), True) Activity.AddMenuItem3("","mnuSettings", LoadBitmap(File.DirAssets, "Setting-icon.png"), True) Prior to installing 5.0 this worked fine, now the 4th menu item no longer shows its Icon.
Erel B4X founder Staff member Licensed User Longtime User May 24, 2015 #2 Items in the overflow menu do not show an icon.
R RVP Active Member Licensed User Longtime User May 24, 2015 #3 That is a 5.0 limitation? Because it did show in kitkat
NJDude Expert Licensed User Longtime User May 24, 2015 #4 RVP said: That is a 5.0 limitation? Because it did show in kitkat Click to expand... It's not a limitation, Google removed the icon in Lollipop.
RVP said: That is a 5.0 limitation? Because it did show in kitkat Click to expand... It's not a limitation, Google removed the icon in Lollipop.