Created
September 30, 2015 02:18
-
-
Save ruckus/cc816407a2a8d7d6345c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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