Skip to content

Commit 2da4eca

Browse files
committed
improve Search visuals
1 parent ecd43fa commit 2da4eca

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "app.jisho"
1414
minSdk = 26
1515
targetSdk = 35
16-
versionCode = 29
17-
versionName = "1.0-29"
16+
versionCode = 30
17+
versionName = "1.0-30"
1818

1919
}
2020

app/src/main/java/jisho/MainActivity.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ class MainActivity : ComponentActivity() {
127127
onValueChange = { newValue ->
128128
onValueChange(newValue.text)
129129
},
130+
modifier = Modifier
131+
.padding(top = 16.dp),
132+
placeholder = { Text("Search") },
130133
colors = TextFieldDefaults.colors(
131134
unfocusedIndicatorColor = Color.Transparent,
132135
focusedIndicatorColor = Color.Transparent

0 commit comments

Comments
 (0)