proximity trigger

This commit is contained in:
2025-11-06 22:35:49 +01:00
parent ca88fbfb07
commit 55a1c24753
2 changed files with 21 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_margin="@dimen/default_margin">
@@ -27,10 +28,14 @@
android:text="@string/state"/>
<com.google.android.material.slider.RangeSlider
android:id="@+id/rsProximity"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:max="100" />
android:id="@+id/rsProximity"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:valueFrom="0"
android:valueTo="100"
android:stepSize="1"
android:theme="@style/AppThemeCompat" />
</TableRow>