diff --git a/app/src/main/res/layout/device_profile_creation_fragment.xml b/app/src/main/res/layout/device_profile_creation_fragment.xml index 76c664e4..66f391a3 100644 --- a/app/src/main/res/layout/device_profile_creation_fragment.xml +++ b/app/src/main/res/layout/device_profile_creation_fragment.xml @@ -190,9 +190,9 @@ android:id="@+id/signal_quality_slider" android:layout_width="match_parent" android:layout_height="wrap_content" - android:valueFrom="10" + android:valueFrom="0" android:valueTo="100" - android:stepSize="5" + android:stepSize="1" android:value="20" />