Android Search - No keyboard popup when starting + search hint no clip on the right

This commit is contained in:
Cristian Luis Duarte 2018-04-30 18:11:23 -03:00
parent 401bf2f2a4
commit 3601a2e2b5
2 changed files with 3 additions and 1 deletions

View file

@ -135,6 +135,8 @@ public class HomeActivity extends AppCompatActivity implements NavigationView.On
return false;
});
getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);
updateLoginMenu();
Window window = getWindow();

View file

@ -20,7 +20,7 @@
<string name="forgot_password">Forgot password?</string>
<string name="login_username_or_password_incorrect">Username or password incorrect.</string>
<string name="logging_in">Logging into High Fidelity</string>
<string name="search_hint"><i>Search for a place by name</i></string>
<string name="search_hint"><i>Search for a place by name</i>\u00A0</string>
<string name="search_loading">Loading places…</string>
<string name="search_no_results">No places exist with that name</string>
</resources>