import java.net.MalformedURLException;\r
import java.net.URL;\r
\r
+import com.actionbarsherlock.ActionBarSherlock;\r
+\r
import android.accounts.Account;\r
import android.accounts.AccountAuthenticatorActivity;\r
import android.accounts.AccountManager;\r
url_text.setTextColor(Color.RED);\r
hasErrors = true;\r
} else {\r
- url_text.setTextColor(android.R.color.primary_text_light);\r
+ url_text.setTextColor(android.R.color.black);\r
}\r
try {\r
String url_str = url_text.getText().toString();\r
username_text.setTextColor(Color.RED);\r
hasErrors = true;\r
} else {\r
- username_text.setTextColor(android.R.color.primary_text_light);\r
+ username_text.setTextColor(android.R.color.black);\r
}\r
\r
if (password_text.getText().toString().trim().length() == 0) {\r
password_text.setTextColor(Color.RED);\r
hasErrors = true;\r
} else {\r
- password_text.setTextColor(android.R.color.primary_text_light);\r
+ password_text.setTextColor(android.R.color.black);\r
}\r
if (hasErrors) {\r
return;\r