mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2025-01-31 17:12:44 +01:00
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(){
|
private void autoComplete(){
|
||||||
|
|
||||||
ArrayAdapter<String> adapter = new ArrayAdapter<String>(this,
|
ArrayAdapter<String> adapter = new ArrayAdapter<>(this,
|
||||||
android.R.layout.simple_dropdown_item_1line, COUNTRIES);
|
android.R.layout.simple_dropdown_item_1line, COUNTRIES);
|
||||||
AutoCompleteTextView textView = (AutoCompleteTextView)
|
AutoCompleteTextView textView = (AutoCompleteTextView)
|
||||||
findViewById(R.id.county_text);
|
findViewById(R.id.county_text);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user