• Daisuke Miyakawa's avatar
    Replace ListView for Attendees with LinearLayout · bdcb9fcc
    Daisuke Miyakawa authored
    Stop using ListView + Adapter implementation and use LinearLayout.
    
    - rename AttendeesAdapter to AttendeesView.
    - let attendee list maintained by LinearLayout (using tag),
      instead of manually having it with an array.
    - remove unnecessary logic which has existed in the adapter.
    
    TODO:
    We still see some issue similar to 3101699.
    
    Change-Id: Ic19343795a6f9d16632f7338d4d087e4fb44ddc0
    bdcb9fcc
EditEventView.java 50.7 KB