Implemented different kinds of grouping the transactions
This commit is contained in:
parent
d792384efc
commit
4a180b5970
|
@ -49,7 +49,7 @@ fun UiSettings(modifier: Modifier, textColor: Color = Color.Unspecified) {
|
|||
onSelectedItemChanged = { grouping -> uiSettings.transactionsGrouping.value = grouping },
|
||||
getItemDisplayText = { grouping -> Internationalization.translate(grouping) },
|
||||
textColor = textColor,
|
||||
modifier = Modifier.width(175.dp).padding(horizontal = 6.dp)
|
||||
modifier = Modifier.width(200.dp).padding(horizontal = 6.dp)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue