|
|
@ -101,4 +101,13 @@
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/btnTurn485On" />
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/btnTurn485On" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
|
|
|
android:id="@+id/nrsec"
|
|
|
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
|
|
|
|
android:text="NRSEC"
|
|
|
|
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/sendsms"
|
|
|
|
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/sendsms" />
|
|
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|