From d876fae0b4a968f66777be7342ed9af7f6676ebc Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 23 May 2021 18:03:25 -0600 Subject: added german --- app/src/main/res/layout/watch_code_fragment.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/src/main/res/layout/watch_code_fragment.xml') 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" /> @@ -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" /> + android:text="@string/recent_fc" />