1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-10 10:49:42 +02:00

New language: Czech - thanks @bezcitu; Search single-line; Update Readme

This commit is contained in:
Gregor Santner 2016-12-24 15:33:52 +01:00
parent 9ecaf6900a
commit 98bf2d6a93
No known key found for this signature in database
GPG key ID: 2AEB822A5CF48C9F
8 changed files with 208 additions and 3 deletions

View file

@ -787,6 +787,8 @@ public class MainActivity extends ThemedActivity
@SuppressLint("InflateParams") View layout = getLayoutInflater().inflate(R.layout.ui__dialog_search__people_tags, null, false);
final EditText input = (EditText) layout.findViewById(R.id.dialog_search__input);
input.setMaxLines(1);
input.setSingleLine(true);
ThemeHelper.updateEditTextColor(input);
final DialogInterface.OnClickListener clickListener = new DialogInterface.OnClickListener() {
@Override