fix: update fragment_add_server with policy text

This commit is contained in:
Jarne Demeulemeester 2023-05-14 18:14:51 +02:00
parent b37532268c
commit 24faa1d9e3
No known key found for this signature in database
GPG key ID: 1E5C6AFBD622E9F5

View file

@ -80,7 +80,8 @@
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="24dp">
android:layout_marginHorizontal="24dp"
android:layout_marginBottom="12dp">
<Button
android:id="@+id/button_connect"
@ -99,6 +100,13 @@
</RelativeLayout>
<TextView
android:id="@+id/privacy_policy_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="24dp"
android:text="@string/privacy_policy_notice" />
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>