🌈 Create new beautiful Compose Gradients with our new wesite ->
Composable Function

stringArrayResource

Load a string resource.

stringArrayResource

Source set: Android
@Composable
public fun stringArrayResource(@ArrayRes id: Int): Array<String>

Load a string resource.

Parameters

id the resource identifier

Return

the string data associated with the resource