Project

General

Profile

« Previous | Next » 

Revision c523e2ea

Added by Leszek Koltunski about 5 years ago

Improvements for the 'Rubik' app.

View differences:

src/main/java/org/distorted/examples/TableOfContents.java
409 409

  
410 410
   {
411 411
   final Map<String, Object> item = new HashMap<>();
412
   item.put(ITEM_IMAGE, R.drawable.icon_example_wip);
412
   item.put(ITEM_IMAGE, R.drawable.icon_example_rubik);
413 413
   item.put(ITEM_TITLE, (i+1)+". "+getText(R.string.example_rubik));
414 414
   item.put(ITEM_SUBTITLE, getText(R.string.example_rubik_subtitle));
415 415
   data.add(item);

Also available in: Unified diff