Should an Android status bar icon be sized at 24dp or 18dp?
I see conflicting advice/examples:
Meanwhile, according to material design guidelines, the status bar itself is 24dp tall, which matches screenshot measurement (63px / 2.6 = 24dp). But if those are true, then a status bar icon must be smaller.
As stated in the documentation you linked, the icons should be provided at a size of 24x24 dp. The reason they appear smaller is that the system will automatically shrink them:
The system may dim and shrink status bar icons to allow users to focus on the foreground activity. For example, in Android 4.0, the platform-standard status bar for handset-size devices reduces icons to 18 x 18 dip and 40% opacity in the status bar, while drawing them full-size and at full intensity in the expanded notification panel.