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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user