Releases: lighttigerXIV/layout-scaffold
Releases · lighttigerXIV/layout-scaffold
2.0.2
2.0.1
🩹 Fixes
- Fixed content not showing in portrait in big screens
2.0.0
🔨 Added
- Added
isPhone()function - Added
isFoldable()function
✨ Enhancements
- Merged portrait and landscape navigation bar so now it's the same parameter:
LayoutScaffold(
navigationBar = { isTablet, inLandscape ->
// Your navbar content
}
){isTablet, inLandscape ->
// Your app content
}- Add comment documentation
🖊️ TLDR
The library now supports official screen sizes, added 2 helpful functions and added a small tutorial on how to check if foldables are open/half-open/closed.
1.1.0
- Added
inLandscape() - Added
isTablet()
1.0.2
v 1.0.2