Danilo Bürger
dadd45d1c3
Expose layout in NavigationActivity (#4043)
Use Case: When exposing the layout, other android code can check what kind of layout it is and react accordingly, fx:
```
if (activity.getLayout() instanceof BottomTabsLayout) {
// ...
}
```