Localization peaufinage
This commit is contained in:
@@ -86,7 +86,10 @@ fun LoginActivityPage() {
|
||||
}
|
||||
}
|
||||
|
||||
@Preview(showBackground = true)
|
||||
@Preview(
|
||||
showBackground = true,
|
||||
locale = "zh"
|
||||
)
|
||||
@Composable
|
||||
fun LoginActivityPreview() {
|
||||
LoginActivityPage()
|
||||
|
||||
@@ -60,7 +60,7 @@ fun EniButton(label: String){
|
||||
|
||||
@Composable
|
||||
fun EniTextField(label : String){
|
||||
TextField(value = "", onValueChange = {}, modifier = Modifier.fillMaxWidth(),
|
||||
TextField(value = "", onValueChange = {}, modifier = Modifier.fillMaxWidth().padding(vertical = 5.dp),
|
||||
placeholder = { HintText(label) },
|
||||
colors = TextFieldDefaults.colors(
|
||||
unfocusedContainerColor = Color(0x44000000),
|
||||
|
||||
Reference in New Issue
Block a user