We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd43fa commit 2da4ecaCopy full SHA for 2da4eca
app/build.gradle.kts
@@ -13,8 +13,8 @@ android {
13
applicationId = "app.jisho"
14
minSdk = 26
15
targetSdk = 35
16
- versionCode = 29
17
- versionName = "1.0-29"
+ versionCode = 30
+ versionName = "1.0-30"
18
19
}
20
app/src/main/java/jisho/MainActivity.kt
@@ -127,6 +127,9 @@ class MainActivity : ComponentActivity() {
127
onValueChange = { newValue ->
128
onValueChange(newValue.text)
129
},
130
+ modifier = Modifier
131
+ .padding(top = 16.dp),
132
+ placeholder = { Text("Search") },
133
colors = TextFieldDefaults.colors(
134
unfocusedIndicatorColor = Color.Transparent,
135
focusedIndicatorColor = Color.Transparent
0 commit comments