Project

General

Profile

« Previous | Next » 

Revision 6ae6106e

Added by Leszek Koltunski almost 8 years ago

Icon & metadata

View differences:

src/main/java/org/distorted/examples/TableOfContents.java
233 233
   
234 234
   {
235 235
      final Map<String, Object> item = new HashMap<String, Object>();
236
      item.put(ITEM_IMAGE, R.drawable.icon_example_matrix3d);
236
      item.put(ITEM_IMAGE, R.drawable.icon_example_effects3d);
237 237
      item.put(ITEM_TITLE, (i+1)+". "+getText(R.string.example_effects3d));
238 238
      item.put(ITEM_SUBTITLE, getText(R.string.example_effects3d_subtitle));
239 239
      data.add(item);

Also available in: Unified diff