about Card
This commit is contained in:
@@ -20,16 +20,7 @@ import `in`.sminnovations.attendanceapp.screens.settings.ui.components.settingsC
|
|||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
fun AboutSettings(context: Context) {
|
fun AboutSettings(context: Context) {
|
||||||
Column(modifier = Modifier.padding(10.dp, 0.dp, 10.dp, 10.dp)) {
|
Column() {
|
||||||
Text(
|
|
||||||
text = "About",
|
|
||||||
style = MaterialTheme.typography.labelLarge,
|
|
||||||
fontWeight = FontWeight.Bold,
|
|
||||||
modifier = Modifier
|
|
||||||
.align(Alignment.Start)
|
|
||||||
.padding(14.dp),
|
|
||||||
color = MaterialTheme.colorScheme.primary
|
|
||||||
)
|
|
||||||
OutlinedCard {
|
OutlinedCard {
|
||||||
ClickableCard(
|
ClickableCard(
|
||||||
title = "Version",
|
title = "Version",
|
||||||
@@ -54,7 +45,7 @@ fun AboutSettings(context: Context) {
|
|||||||
onDoubleClick = {
|
onDoubleClick = {
|
||||||
|
|
||||||
},
|
},
|
||||||
icon = ImageVector.vectorResource(id = R.drawable.round_logo_dev_24)
|
icon = ImageVector.vectorResource(id = R.drawable.baseline_developer_mode_24)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user