I'm new to pebble app development and relatively new to programming. I'm trying to create a simple action bar over a text layer. My issue regards its shape. The documentation clearly depicts the action bar as rounded while following its instructions leads to a chunky rectangular vertical rectangle. My question is this: is the vertical rectangle default behavior? If so, can it be changed to the rounded style from within the default api? If not, what steps might I need to take to achieve the rounded (and frankly more attractive) rounded look?
https://developer.pebble.com/docs/c/User_Interface/Layers/ActionBarLayer/#ActionBarLayer
What SDK are you using? SDK4 or SDK3? The ugly rectangular action bar is default for SDK4. See this example. It is made for SDK3, that's why it has rounded bar. If you run it in CloudPebble with SDK4 configuration you will see as expected - 'ugly action bar'