Android Question Action Bar doubt

kepler

Active Member
Licensed User
Longtime User
Good afternoon,

I'm having two issues with Action Bar:

1) The icons are appearing in a over way large size in the tab - I mean really big. The tab size is defined to be 60(dip) only. Why doesn't the script resizes the icons (only 32 x 32)?

2) I can't seem to change the color of the tab. Not even with

B4X:
pnlAB.Color = Colors.ARGB(255,204,204,204)

Can someone help me out?

Kind regards,

Kepler
 
Top