Ray Zhang 12 年之前
父节点
当前提交
778ba7b778

+ 3 - 2
RedAnt Photo/.settings/org.eclipse.core.resources.prefs

@@ -1,2 +1,3 @@
-eclipse.preferences.version=1
-encoding//src/com/usai/util=UTF-8
+eclipse.preferences.version=1
+encoding//src/com/usai/redant/photo/LoginActivity.java=UTF-8
+encoding//src/com/usai/util=UTF-8

+ 1 - 1
RedAnt Photo/src/com/usai/redant/photo/LoginActivity.java

@@ -121,7 +121,7 @@ public class LoginActivity extends Activity
 							// EditText editText =
 							// (EditText)findViewById(R.id.xxxx);
 							inputMethodManager.hideSoftInputFromWindow(
-									m_etPassword.getWindowToken(), 0); // Òþ²Ø
+									m_etPassword.getWindowToken(), 0); // ����
 							attemptLogin();
 							return true;
 						}