aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/watch_code_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/watch_code_fragment.xml')
-rw-r--r--app/src/main/res/layout/watch_code_fragment.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/watch_code_fragment.xml b/app/src/main/res/layout/watch_code_fragment.xml
index ad8745b..84b344d 100644
--- a/app/src/main/res/layout/watch_code_fragment.xml
+++ b/app/src/main/res/layout/watch_code_fragment.xml
@@ -19,7 +19,7 @@
android:layout_height="wrap_content"
android:drawablePadding="15dp"
android:ems="10"
- android:hint="Enter a friend code to watch"
+ android:hint="@string/enter_fc"
android:inputType="phone"
android:textColorHint="#1E88E5" />
</com.google.android.material.textfield.TextInputLayout>
@@ -28,7 +28,7 @@
android:id="@+id/watch_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="Watch"
+ android:text="@string/watch"
app:backgroundTint="@color/blue_700" />
<TextView
@@ -41,7 +41,7 @@
android:id="@+id/textView3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="Recently Watched Friend Codes:" />
+ android:text="@string/recent_fc" />
<ScrollView
android:layout_width="match_parent"