forked from github/wulkanowy-mirror
Add county and alert dialog
This commit is contained in:
parent
ad4c539584
commit
d36e1f4f95
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public class MainActivity extends Activity {
|
|||
|
||||
private void autoComplete(){
|
||||
|
||||
ArrayAdapter<String> adapter = new ArrayAdapter<String>(this,
|
||||
ArrayAdapter<String> adapter = new ArrayAdapter<>(this,
|
||||
android.R.layout.simple_dropdown_item_1line, COUNTRIES);
|
||||
AutoCompleteTextView textView = (AutoCompleteTextView)
|
||||
findViewById(R.id.county_text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue