forked from github/wulkanowy-mirror
Add county and alert dialog
This commit is contained in:
parent
ad4c539584
commit
d36e1f4f95
@ -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…
Reference in New Issue
Block a user