Make the manual button into a normal button

b/14226801

Change-Id: I51aecf8761b7c689b0c9efd094592bfc24f372fc
This commit is contained in:
Martin Hibdon 2014-04-21 12:36:21 -07:00
parent 6529f2c99d
commit 590c14b585
2 changed files with 1 additions and 2 deletions

View File

@ -223,7 +223,7 @@
<!-- 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, with action underlined using html [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"><u>Manual setup</u></string> <string name="account_setup_basics_manual_setup_action">Manual setup</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

@ -70,7 +70,6 @@
<item name="android:textSize">16sp</item> <item name="android:textSize">16sp</item>
<item name="android:textColor">@color/account_setup_manual_button_color</item> <item name="android:textColor">@color/account_setup_manual_button_color</item>
<item name="android:alpha">0.4</item> <item name="android:alpha">0.4</item>
<item name="android:background">?android:attr/selectableItemBackground</item>
</style> </style>
<!-- Account setup row label text --> <!-- Account setup row label text -->