| | |
| | | } |
| | | |
| | | private void buildComponents() { |
| | | mUrlInputEditText = (EditText) findViewById(R.id.url_input_edittext); |
| | | mStartDownloadButton = (Button) findViewById(R.id.start_download_button); |
| | | mShowDownloadListButton = (Button) findViewById(R.id.show_download_list_button); |
| | | mUrlInputEditText = findViewById(R.id.url_input_edittext); |
| | | mStartDownloadButton = findViewById(R.id.start_download_button); |
| | | mShowDownloadListButton = findViewById(R.id.show_download_list_button); |
| | | |
| | | mStartDownloadButton.setOnClickListener(this); |
| | | mShowDownloadListButton.setOnClickListener(this); |