Android BottomBar

Hello,

I am converting to SDK 9.2 Android, I am noticing some differences when I run on phone vs a tablet.
Specifically with the toolbars, the bottom toolbar only appears on my mobile device. It is not appearing on my tablet. (See Image red box)

I would like one unified look between my tablet and phone, I would like the bottom bar to appear across both of my devices.

Thanks in advance!
-Dante

Hello, I’m Ron, an automated tech support bot :robot:

While you wait for one of our customer support representatives to get back to you, please check out some of these documentation pages:

Guides:APIs:Forums:

Hi Dante,
Setting ViewerConfig.Builder.tabletLayoutEnabled(false) is what you are looking for.

Thanks.

1 Like

You are literally a life saver! Thank you for the quick response!