Prepare onboarding for localization

This commit is contained in:
nielsandriesse
2020-05-25 15:24:55 +10:00
parent 607b3d6a96
commit 13943f75ef
17 changed files with 121 additions and 67 deletions

View File

@@ -19,7 +19,7 @@
android:textSize="@dimen/large_font_size"
android:textStyle="bold"
android:textColor="@color/text"
android:text="Pick your display name" />
android:text="@string/activity_display_name_title_2" />
<TextView
android:layout_width="match_parent"
@@ -29,7 +29,7 @@
android:layout_marginRight="@dimen/very_large_spacing"
android:textSize="@dimen/small_font_size"
android:textColor="@color/text"
android:text="This will be your name when you use Session." />
android:text="@string/activity_display_name_explanation" />
<EditText
style="@style/SmallSessionEditText"
@@ -39,7 +39,7 @@
android:layout_marginLeft="@dimen/very_large_spacing"
android:layout_marginTop="10dp"
android:layout_marginRight="@dimen/very_large_spacing"
android:hint="Enter a display name" />
android:hint="@string/activity_display_name_edit_text_hint" />
<View
android:layout_width="match_parent"
@@ -54,6 +54,6 @@
android:layout_marginLeft="@dimen/massive_spacing"
android:layout_marginRight="@dimen/massive_spacing"
android:layout_marginBottom="@dimen/small_spacing"
android:text="Continue" />
android:text="@string/continue_2" />
</LinearLayout>