forked from organicmaps/organicmaps
[android] Fixed hardcoded strings for social authentication dialog
This commit is contained in:
parent
628b0ce5d6
commit
7a5df99da9
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue