Make "Manual setup" underlined

That was easier than expected.

b/13814534

Change-Id: I288dc04a91d98800ec351cf1a6ad642755947925
This commit is contained in:
Tony Mantler 2014-04-04 15:07:18 -07:00
parent 4775271611
commit c9df939011
2 changed files with 2 additions and 3 deletions

View File

@ -222,8 +222,8 @@
<string name="add_authentication_label">Add authentication</string> <string name="add_authentication_label">Add authentication</string>
<!-- Label for the add authentication icon [CHAR LIMIT=40] --> <!-- Label for the add authentication icon [CHAR LIMIT=40] -->
<string name="clear_authentication_label">Clear authentication</string> <string name="clear_authentication_label">Clear authentication</string>
<!-- Button name on "Set up email" screen [CHAR LIMIT=20] --> <!-- Button name on "Set up email" screen, with action underlined using html [CHAR LIMIT=20] -->
<string name="account_setup_basics_manual_setup_action">Manual setup</string> <string name="account_setup_basics_manual_setup_action"><u>Manual setup</u></string>
<!-- Do not translate. Button name on "Set up email" screen [CHAR LIMIT=20] TODO: This is a temporary workaround <!-- Do not translate. Button name on "Set up email" screen [CHAR LIMIT=20] TODO: This is a temporary workaround
to allow initiating the OAuth setup flow before we have the real design working. This string to allow initiating the OAuth setup flow before we have the real design working. This string
should be removed. --> should be removed. -->

View File

@ -23,7 +23,6 @@ import android.text.TextWatcher;
import android.view.LayoutInflater; import android.view.LayoutInflater;
import android.view.View; import android.view.View;
import android.view.ViewGroup; import android.view.ViewGroup;
import android.widget.CheckBox;
import android.widget.EditText; import android.widget.EditText;
import com.android.email.R; import com.android.email.R;