protected void onCreate(Bundle paramBundle) { super.onCreate(paramBundle); a = ((YelpBusiness) getIntent().getParcelableExtra("business")); b.addAll(getIntent().getStringArrayListExtra("recipient_ids")); a(); setContentView(2130903285); if (paramBundle != null) { e = paramBundle.getBoolean("is_first_message_change"); } setTitle(2131165691); paramBundle = (TextView) findViewById(2131690361); paramBundle.setVisibility(0); paramBundle.setText(StringUtils.a(this, 2131230756, b.size(), new Object[0])); ((EditText) findViewById(2131690366)).addTextChangedListener(h); }
public void onCreate(Bundle bundle) { super.onCreate(bundle); setupActionBar(Boolean.valueOf(false), Boolean.valueOf(true), 0x7f0e00de, Boolean.valueOf(false)); bundle = getSupportActionBar(); if (bundle != null) { bundle.setDisplayShowCustomEnabled(true); bundle.setCustomView(0x7f03008a); bundle = bundle.getCustomView(); bundle.setVisibility(8); EditText edittext = (EditText)bundle.findViewById(0x7f0a01a9); ViewUtil.reduceTextSizeViaFontScaleIfNeeded(this, 1.1F, 12F, new TextView[] { edittext }); edittext.setOnEditorActionListener(this); edittext.addTextChangedListener(this); edittext.setInputType(0x80000); mQuery = edittext; bundle = (ImageButton)bundle.findViewById(0x7f0a01e9); bundle.setOnClickListener(this); mClear = bundle; } mAppSessionListener = new FindFriendsNUXListener(); bundle = mTabHost; mScrollBar.setRange(2); mViewPager.setOffscreenPageLimit(1); mTabsAdapter = new TabsAdapter(this, bundle, mViewPager, mScrollBar); Intent intent = getIntent(); if (intent != null) { mIsTwitterReg = intent.getBooleanExtra("is_twitter_reg", false); } bundle.setOnTabChangedListener(this); bundle.setOnTabClickedListener(this); if (mIsTwitterReg) { addTwitterTab(); addContactsTab(); } else { addContactsTab(); addTwitterTab(); } mUserIdsToFollow = new HashSet(); }
protected void onCreate(Bundle paramBundle) { super.onCreate(paramBundle); setContentView(2130903114); setResult(-1, getIntent()); paramBundle = (Button) findViewById(2131689715); paramBundle.setVisibility(0); paramBundle.setOnClickListener( new View.OnClickListener() { public void onClick(View paramAnonymousView) { finish(); } }); paramBundle = getWindow().getAttributes(); width = -1; getWindow().setAttributes(paramBundle); b = ((RelativeLayout) findViewById(2131689908)); c = ((ImageView) findViewById(2131689907)); if (c != null) { paramBundle = new AnimationSet(false); paramBundle.addAnimation(AnimationUtils.loadAnimation(this, 2130968607)); paramBundle.addAnimation(AnimationUtils.loadAnimation(this, 2130968601)); c.setAnimation(paramBundle); } d = ((TextView) findViewById(2131689906)); e = findViewById(2131689909); paramBundle = (ViewStub) findViewById(2131689904); TypedValue localTypedValue = new TypedValue(); getTheme().resolveAttribute(2130772156, localTypedValue, true); paramBundle.setLayoutResource(resourceId); paramBundle.inflate(); a = findViewById(2131689905); paramBundle = new TypedValue(); getTheme().resolveAttribute(2130772155, paramBundle, true); if (resourceId != 0) { setTitle(resourceId); } }