Revision ceca1387
Added by Leszek Koltunski over 2 years ago
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
Progress with new UI