Re-add support string that was being used by wifi

A wifi button was piggybacking on a support string. This CL adds a
new string for the button to use instead.

Test: robotests pass
Bug: 71858657
Change-Id: Ic0da845fb70f33fc4365a4ee4586de685e3ef338
This commit is contained in:
Salvador Martinez
2018-01-11 10:55:55 -08:00
parent 0fea51b343
commit eb66aac00f
2 changed files with 3 additions and 1 deletions

View File

@@ -37,7 +37,7 @@
<Button
style="@android:style/Widget.Material.Button.Colored"
android:id="@+id/signin_button"
android:text="@string/support_sign_in_button_text"
android:text="@string/wifi_sign_in_button_text"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"