fash866 Member Licensed User Longtime User Apr 13, 2015 #1 hi! i used this code to show the icon and text on the actionbar: B4X: Activity.AddMenuItem3("ADD","addNewBt",LoadBitmap(File.DirAssets,"feedback.png"),True) but it only show the icon not show the text "ADD"
hi! i used this code to show the icon and text on the actionbar: B4X: Activity.AddMenuItem3("ADD","addNewBt",LoadBitmap(File.DirAssets,"feedback.png"),True) but it only show the icon not show the text "ADD"
I Inman Well-Known Member Licensed User Longtime User Apr 13, 2015 #2 The text is more of a tooltip text which is visible only when you longpress the icon. There is an Action Bar and Tab Icon Generator which you use to generate the text as an image icon, but I doubt if you will be able to have both. http://romannurik.github.io/Android...ic_action_example&theme=light&color=33b5e5,60 Upvote 0
The text is more of a tooltip text which is visible only when you longpress the icon. There is an Action Bar and Tab Icon Generator which you use to generate the text as an image icon, but I doubt if you will be able to have both. http://romannurik.github.io/Android...ic_action_example&theme=light&color=33b5e5,60
fash866 Member Licensed User Longtime User Apr 13, 2015 #3 Inman said: The text is more of a tooltip text which is visible only when you longpress the icon. There is an Action Bar and Tab Icon Generator which you use to generate the text as an image icon, but I doubt if you will be able to have both. http://romannurik.github.io/AndroidAssetStudio/icons-actionbar.html#source.space.trim=1&source.space.pad=0&name=ic_action_example&theme=light&color=33b5e5,60 Click to expand... YES!I am understand now ! thanks! Upvote 0
Inman said: The text is more of a tooltip text which is visible only when you longpress the icon. There is an Action Bar and Tab Icon Generator which you use to generate the text as an image icon, but I doubt if you will be able to have both. http://romannurik.github.io/AndroidAssetStudio/icons-actionbar.html#source.space.trim=1&source.space.pad=0&name=ic_action_example&theme=light&color=33b5e5,60 Click to expand... YES!I am understand now ! thanks!