We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2db754 commit fbf7ff8Copy full SHA for fbf7ff8
1 file changed
Android/app/src/main/res/layout/settings_fragment.xml
@@ -22,7 +22,7 @@
22
android:layout_height="wrap_content"
23
app:layout_constraintBottom_toBottomOf="parent"
24
app:layout_constraintTop_toTopOf="parent"
25
- app:helperText="Format: 192.168.101:4321"
+ app:helperText="Format: 192.168.168.x:4321"
26
android:layout_marginHorizontal="@dimen/horizontal_margin"
27
>
28
@@ -46,4 +46,4 @@
46
android:text="Save"
47
/>
48
49
-</androidx.constraintlayout.widget.ConstraintLayout>
+</androidx.constraintlayout.widget.ConstraintLayout>
0 commit comments