mirror of
https://github.com/CherretGit/zaprett-app.git
synced 2025-12-11 14:09:37 +05:00
change selection screen title font size
This commit is contained in:
@@ -283,11 +283,9 @@ fun StrategySelectionItem(strategy : StrategyCheckResult, prefs : SharedPreferen
|
|||||||
.padding(horizontal = 8.dp)
|
.padding(horizontal = 8.dp)
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
) {
|
) {
|
||||||
if (strategy.domains.isNotEmpty()){
|
Text(
|
||||||
Text(
|
text = stringResource(R.string.selection_available_domains)
|
||||||
text = stringResource(R.string.selection_available_domains)
|
)
|
||||||
)
|
|
||||||
}
|
|
||||||
LazyColumn(modifier = Modifier.heightIn(max = 300.dp)) {
|
LazyColumn(modifier = Modifier.heightIn(max = 300.dp)) {
|
||||||
items(strategy.domains) { item ->
|
items(strategy.domains) { item ->
|
||||||
Card(
|
Card(
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ fun StrategySelectionScreen(navController: NavController, vpnLauncher: ActivityR
|
|||||||
title = {
|
title = {
|
||||||
Text(
|
Text(
|
||||||
text = stringResource(R.string.title_selection),
|
text = stringResource(R.string.title_selection),
|
||||||
fontSize = 40.sp,
|
fontSize = 30.sp,
|
||||||
fontFamily = FontFamily(Font(R.font.unbounded, FontWeight.Normal))
|
fontFamily = FontFamily(Font(R.font.unbounded, FontWeight.Normal))
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user