mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-05-27 03:18:20 +00:00
android: increase bottom padding on all screens
This commit is contained in:
@@ -77,7 +77,7 @@ fun StyledScaffold(
|
|||||||
.clip(RoundedCornerShape(52.dp))
|
.clip(RoundedCornerShape(52.dp))
|
||||||
) { paddingValues ->
|
) { paddingValues ->
|
||||||
val topPadding = paddingValues.calculateTopPadding()
|
val topPadding = paddingValues.calculateTopPadding()
|
||||||
val bottomPadding = paddingValues.calculateBottomPadding()
|
val bottomPadding = paddingValues.calculateBottomPadding() + 16.dp
|
||||||
val startPadding = paddingValues.calculateLeftPadding(LocalLayoutDirection.current)
|
val startPadding = paddingValues.calculateLeftPadding(LocalLayoutDirection.current)
|
||||||
val endPadding = paddingValues.calculateRightPadding(LocalLayoutDirection.current)
|
val endPadding = paddingValues.calculateRightPadding(LocalLayoutDirection.current)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user