Skip to content

Previewer: Gesture navigation overrides interacting with the Slider #20397

@david-allison

Description

@david-allison

<com.google.android.material.slider.Slider
android:id="@+id/slider"
android:layout_width="0dp"
android:layout_height="wrap_content"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/webview_container"
android:valueFrom="1"
android:stepSize="1"
tools:value="421"
tools:valueTo="732"
style="@style/SliderStyle"
/>

Image

When the slider is in active use, gesture navigation from the edges over the slider control should be disabled, otherwise this makes it difficult to begin using the slider.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions