aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/friend_code_input_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/friend_code_input_fragment.xml')
-rw-r--r--app/src/main/res/layout/friend_code_input_fragment.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/app/src/main/res/layout/friend_code_input_fragment.xml b/app/src/main/res/layout/friend_code_input_fragment.xml
index b834f75..4f3b9ea 100644
--- a/app/src/main/res/layout/friend_code_input_fragment.xml
+++ b/app/src/main/res/layout/friend_code_input_fragment.xml
@@ -16,7 +16,7 @@
tools:layout_editor_absoluteY="15dp" />
<EditText
- android:id="@+id/editTextTextPersonName"
+ android:id="@+id/friend_code_edit_text"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:drawablePadding="15dp"
@@ -33,6 +33,15 @@
android:text="Watch"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/editTextTextPersonName" />
+ app:layout_constraintTop_toBottomOf="@+id/friend_code_edit_text" />
+
+ <TextView
+ android:id="@+id/error_text"
+ android:layout_width="0dp"
+ android:layout_height="wrap_content"
+ android:textColor="#B71C1C"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toBottomOf="@+id/watch_button" />
</androidx.constraintlayout.widget.ConstraintLayout> \ No newline at end of file