mirror of
https://github.com/overte-org/overte.git
synced 2025-06-05 14:04:13 +02:00
Android Search - No keyboard popup when starting + search hint no clip on the right
This commit is contained in:
parent
401bf2f2a4
commit
3601a2e2b5
2 changed files with 3 additions and 1 deletions
|
@ -135,6 +135,8 @@ public class HomeActivity extends AppCompatActivity implements NavigationView.On
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);
|
||||||
|
|
||||||
updateLoginMenu();
|
updateLoginMenu();
|
||||||
|
|
||||||
Window window = getWindow();
|
Window window = getWindow();
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<string name="forgot_password">Forgot password?</string>
|
<string name="forgot_password">Forgot password?</string>
|
||||||
<string name="login_username_or_password_incorrect">Username or password incorrect.</string>
|
<string name="login_username_or_password_incorrect">Username or password incorrect.</string>
|
||||||
<string name="logging_in">Logging into High Fidelity</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_loading">Loading places…</string>
|
||||||
<string name="search_no_results">No places exist with that name</string>
|
<string name="search_no_results">No places exist with that name</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue