Layout Type

To set the Layout type of your choice, you need to go to:

src/appRedux/reducers/Settings.js

In this file, you can look for "layoutType" property and set its value according to your choice.

The options for "layoutType" property are:-

  • LAYOUT_TYPE_FULL - for Full layout

  • LAYOUT_TYPE_FRAMED - for Framed layout

  • LAYOUT_TYPE_BOXED - for Boxed layout

Last updated