Skip to content

Audio Settings UI library

Volume Screen

A volume screen, showing the current audio output (headphones, speakers) and allowing to change the button with a stepper or bezel.

VolumeScreen(focusRequester = focusRequester)

Download

repositories {
    mavenCentral()
}

dependencies {
    implementation "com.google.android.horologist:horologist-audio-ui:<version>"
}