Skip to content

Instantly share code, notes, and snippets.

@donnfelker
Created March 27, 2012 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donnfelker/2218352 to your computer and use it in GitHub Desktop.
Save donnfelker/2218352 to your computer and use it in GitHub Desktop.
EditCredtCardIntl.java
public class EditCreditCardIntl extends EditCreditCard {
@InjectView( R.id.cc_payment_method_layout ) LinearLayout paymentMethodLayout;
@InjectView( R.id.cc_payment_method ) Spinner paymentMethod;
// other code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment