Guest User

Untitled

a guest
May 30th, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. @Subscribe
  2. public void onCreateTaskEvent(final RateTaskEvent event) {
  3. RecyclerView recyclerView = (RecyclerView) getView().findViewById(R.id.feed_recycler_view);
  4. }
  5.  
  6. if(someListWithData.get(position).someValue == someConstant)
  7. {
  8. //тут один цвет назначается
  9. }
  10. else
  11. {
  12. //тут другой цвет назначается
  13. }
Add Comment
Please, Sign In to add comment