Compare commits
2
Commits
123af530ed
...
ff64f431f6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ff64f431f6 | ||
|
|
50b2a965b4 |
@@ -23,7 +23,7 @@ android {
|
||||
minSdk = 30
|
||||
targetSdk = 36
|
||||
versionCode = generateVersionCode()
|
||||
versionName = "2.5.1"
|
||||
versionName = "2.5.2"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -47,6 +47,7 @@ fun Page(name: String, innerPadding: PaddingValues, content: @Composable () -> U
|
||||
.fillMaxSize()
|
||||
.padding(horizontal = 16.dp)
|
||||
.background(MaterialTheme.colorScheme.background)
|
||||
.padding(top = 16.dp)
|
||||
) {
|
||||
content()
|
||||
}
|
||||
|
||||
@@ -114,7 +114,7 @@ fun MainPage(
|
||||
innerPadding
|
||||
) {
|
||||
Column(
|
||||
modifier = Modifier.verticalScroll(rememberScrollState()).padding(bottom = 64.dp).background(Color.Transparent).padding(top = 16.dp),
|
||||
modifier = Modifier.verticalScroll(rememberScrollState()).padding(bottom = 64.dp).background(Color.Transparent),
|
||||
verticalArrangement = Arrangement.spacedBy(8.dp)
|
||||
) {
|
||||
if (cards.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user