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);
src/main/res/values/strings.xml
2 2
<resources>    
3 3
    <string name="app_name">Distorted Examples</string>
4 4
    <string name="toc">Table of Contents</string>
5
    <string name="tocHeader">Welcome to the Distorted Examples!\nPlease take a look at: http://distorted.org/</string>
5
    <string name="tocHeader">Welcome to the Distorted Examples!\nCode, tutorials: http://distorted.org/</string>
6 6
    
7 7
    <string name="continu">Continue</string>
8 8
    <string name="rows">Rows</string>

Also available in: Unified diff