[android] Fixed hardcoded strings for social authentication dialog

This commit is contained in:
Александр Зацепин 2018-04-13 13:31:27 +03:00 committed by Arsentiy Milchakov
parent 628b0ce5d6
commit 7a5df99da9

View file

@ -14,13 +14,13 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="@style/MwmTextAppearance.Headline"
android:text="Sign in with social"/>
android:text="@string/profile_authorization_title"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin_half_plus_eight"
android:textAppearance="@style/MwmTextAppearance.Body3"
android:text="Easy sign in without login and password in a couple of seconds."
android:text="@string/profile_authorization_message"
/>
<com.facebook.login.widget.LoginButton
xmlns:fb="http://schemas.android.com/apk/res-auto"