Skip to content

Commit 898079e

Browse files
committed
Android-Examples: update doc
1 parent 5117d10 commit 898079e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

jme3-android-examples/src/main/java/jme3test/android/TestAndroidResources.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
import com.jme3.util.TangentBinormalGenerator;
1313

1414
/**
15-
* Test case to look for images stored in the Android drawable and mipmap directories.
15+
* Test case to look for images stored in the Android drawable and mipmap directories. Image files are
16+
* stored in the main->res->drawable-xxxx directories and main->res->mipmap-xxxx directories. The Android OS
17+
* will choose the best matching image based on the device capabilities.
1618
*
1719
* @author iwgeric
1820
*/

0 commit comments

Comments
 (0)