-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Labels
Description
Anki-Android/AnkiDroid/src/main/res/layout/previewer.xml
Lines 53 to 66 in 2c29b47
| <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" | |
| /> |
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.
Reactions are currently unavailable