Revision 94a903e9
Added by Leszek Koltunski almost 7 years ago
| src/main/java/org/distorted/examples/TableOfContents.java | ||
|---|---|---|
| 399 | 399 |
|
| 400 | 400 |
{
|
| 401 | 401 |
final Map<String, Object> item = new HashMap<>(); |
| 402 |
item.put(ITEM_IMAGE, R.drawable.icon_example_wip);
|
|
| 402 |
item.put(ITEM_IMAGE, R.drawable.icon_example_earth);
|
|
| 403 | 403 |
item.put(ITEM_TITLE, (i+1)+". "+getText(R.string.example_earth)); |
| 404 | 404 |
item.put(ITEM_SUBTITLE, getText(R.string.example_earth_subtitle)); |
| 405 | 405 |
data.add(item); |
Also available in: Unified diff
Progress with the Earth app.