Improve texts on offline hotspot for a better UX

This commit is contained in:
Sebastian Kürten
2021-06-28 15:08:36 +02:00
committed by Torsten Grote
parent df38187288
commit f9494d71de
3 changed files with 55 additions and 36 deletions

View File

@@ -80,16 +80,6 @@
app:layout_constraintTop_toBottomOf="@+id/passwordLabelView"
tools:text="sdfsdgt2334rfw" />
<TextView
android:id="@+id/altView"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:text="@string/hotspot_manual_site_alt"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/passwordView" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.core.widget.NestedScrollView>