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.
2 parents 5d9078c + 9d69940 commit 8675518Copy full SHA for 8675518
‎feature/src/main/java/team/aliens/dms/android/feature/main/application/ApplicationScreen.kt‎
@@ -324,6 +324,15 @@ private fun ApplicationCard(
324
) {
325
Text(text = buttonText)
326
}
327
+ ApplicationCard(
328
+ modifier = Modifier
329
+ .fillMaxWidth()
330
+ .topPadding(),
331
+ title = stringResource(id = R.string.volunteers_application),
332
+ description = stringResource(id = R.string.volunteers_description),
333
+ buttonText = stringResource(id = R.string.volunteers_do_description),
334
+ onButtonClick = onNavigateToVolunteers,
335
+ )
336
337
338
0 commit comments