/[projects]/android/TrainInfo/src/dk/thoerup/traininfo/TimetableListAdapter.java
ViewVC logotype

Diff of /android/TrainInfo/src/dk/thoerup/traininfo/TimetableListAdapter.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 365 by torben, Wed Sep 30 09:14:27 2009 UTC revision 366 by torben, Wed Sep 30 10:20:05 2009 UTC
# Line 16  public class TimetableListAdapter extend Line 16  public class TimetableListAdapter extend
16          LayoutInflater inflater;          LayoutInflater inflater;
17          Context context;          Context context;
18                    
19            @Override
20            public boolean isEnabled(int position) {
21                    return false;
22            }
23    
24          public TimetableListAdapter(Context context) {          public TimetableListAdapter(Context context) {
25                  super();                  super();
26                  this.context = context;                  this.context = context;

Legend:
Removed from v.365  
changed lines
  Added in v.366

  ViewVC Help
Powered by ViewVC 1.1.20