Skip to content

Commit

Permalink
Update application switch
Browse files Browse the repository at this point in the history
Reduced application switch
  • Loading branch information
n00byara committed May 8, 2024
1 parent a9c58cc commit 7a714e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdk = 30
targetSdk = 34
versionCode = 1
versionName = "3.0.5"
versionName = "3.0.6"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,15 @@ fun ApplicationInfoCheckBox(
}
)
.padding(start = 10.dp, end = 15.dp, top = 7.dp, bottom = 7.dp)

) {
Row(
horizontalArrangement = Arrangement.SpaceBetween,
verticalAlignment = Alignment.CenterVertically
) {
Row(
modifier = Modifier
.padding(10.dp),
.padding(start = 10.dp, end = 10.dp),
verticalAlignment = Alignment.CenterVertically
) {
Image(
Expand Down

0 comments on commit 7a714e5

Please sign in to comment.