コード例 #1
0
 @Override
 protected void onFinishInflate() {
   super.onFinishInflate();
   mLockIcon = (ImageView) findViewById(R.id.lock);
   mFavicon = (ImageView) findViewById(R.id.favicon);
   mUrlInput = (UrlInputView) findViewById(R.id.url);
   mUrlInput.setUrlInputListener(this);
   mUrlInput.setOnFocusChangeListener(this);
   mUrlInput.setSelectAllOnFocus(true);
   mUrlInput.addQueryTextWatcher(this);
 }