Project

General

Profile

« Previous | Next » 

Revision ceca1387

Added by Leszek Koltunski almost 2 years ago

Progress with new UI

View differences:

src/main/java/org/distorted/objects/MainEntryList.java
19 19

  
20 20
package org.distorted.objects;
21 21

  
22
import org.distorted.main.R;
23

  
22 24
import java.util.ArrayList;
23 25

  
24 26
///////////////////////////////////////////////////////////////////////////////////////////////////
......
49 51

  
50 52
        if( name!=null && name.equals("ban4_3") )
51 53
          {
52
          MainEntry creator = new MainEntry(MainEntry.TYPE_CREATOR, org.distorted.main.R.drawable.gl);
54
          MainEntry creator = new MainEntry(MainEntry.TYPE_CREATOR, R.drawable.plus);
53 55
          mList.add(creator);
54 56
          }
55 57
        }

Also available in: Unified diff