Skip to content

Instantly share code, notes, and snippets.

@ruckus
Created September 30, 2015 02:18
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
@Bind(R.id.distributor)
TextView mDistributor;
@Bind(R.id.status)
TextView mStatus;
@Bind(R.id.order_date)
TextView mOrderDate;
@Bind(R.id.pickup_date)
TextView mPickupDate;
@Bind(R.id.delivery_date)
TextView mDeliveryDate;
@Bind(R.id.po_number)
TextView mPoNumber;
@Bind(R.id.trucking_agent)
TextView mTruckingAgent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment