proximity trigger

This commit is contained in:
2025-11-02 23:56:58 +01:00
parent 3497d7b8ea
commit ca88fbfb07
7 changed files with 112 additions and 169 deletions

View File

@@ -26,31 +26,12 @@
android:paddingRight="@dimen/default_margin"
android:text="@string/state"/>
<RadioGroup
android:layout_height="wrap_content"
android:layout_width="match_parent">
<SeekBar
android:id="@+id/sbProximity"
<com.google.android.material.slider.RangeSlider
android:id="@+id/rsProximity"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:max="100" />
</RadioGroup>
</TableRow>
<TableRow>
<TextView
android:id="@+id/tvWifiTriggerNameLocationNotice"
android:layout_span="2"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textColor="@color/red"
android:text="@string/locationRequiredToDetermineWifiName"
android:layout_marginVertical="@dimen/default_margin"
android:visibility="gone" />
</TableRow>
</TableLayout>