Description: when I set slider.isFloatingLabel = false label stills show.
slider.isFloatingLabel = true (default)

slider.isFloatingLabel = false

Expected behavior: I expected that I can hide floating label.
Source code:
<com.google.android.material.slider.Slider
android:id="@+id/sliderOpacity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:stepSize="20"
android:valueFrom="10"
android:valueTo="90"
app:floatingLabel="false" />
Android API version: Android P, Q
Material Library version: 1.2.0-alpha01
Device: AVD, Google Pixel 3