refactor the strings and reuse them in login screen files

This commit is contained in:
M M Arif
2019-10-25 08:38:35 +05:00
parent f9d51094e4
commit 2aaf0eb103
3 changed files with 6 additions and 7 deletions

View File

@ -52,7 +52,7 @@
android:id="@+id/loginToken"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/loginViaToken"
android:text="@string/copyToken"
android:textColor="@color/white"/>
</RadioGroup>
@ -166,7 +166,7 @@
android:drawablePadding="10dp"
android:textColor="@color/white"
android:textColorHint="@color/colorAccent"
android:hint="@string/loginViaToken"
android:hint="@string/copyToken"
android:inputType="text"
android:visibility="gone"
android:textColorHighlight="@color/white"/>