Talaria/app/src/main/java/dev/lonami/talaria
Lonami Exo ea53d3cb1d Add modifier parameter to composables
For context, see:
https://android.googlesource.com/platform/frameworks/support/+/androidx-main/compose/docs/compose-api-guidelines.md#elements-accept-and-respect-a-modifier-parameter

> Element functions MUST accept a parameter of type Modifier.
> This parameter MUST be named modifier and MUST appear as the
> first optional parameter in the element function's parameter list
2022-10-24 14:15:20 +02:00
..
bindings Load more dialog data from the API 2022-10-23 20:25:45 +02:00
data Remove unnecessary comments from template and stray semicolon 2022-10-24 11:40:29 +02:00
models Load more dialog data from the API 2022-10-23 20:25:45 +02:00
ui Add modifier parameter to composables 2022-10-24 14:15:20 +02:00
MainActivity.kt Remove unnecessary comments from template and stray semicolon 2022-10-24 11:40:29 +02:00
TalariaApp.kt Add modifier parameter to composables 2022-10-24 14:15:20 +02:00