فهرست منبع

Android-Examples: update doc

iwgeric 9 سال پیش
والد
کامیت
898079eded
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      jme3-android-examples/src/main/java/jme3test/android/TestAndroidResources.java

+ 3 - 1
jme3-android-examples/src/main/java/jme3test/android/TestAndroidResources.java

@@ -12,7 +12,9 @@ import com.jme3.scene.shape.Sphere;
 import com.jme3.util.TangentBinormalGenerator;
 
 /**
- * Test case to look for images stored in the Android drawable and mipmap directories.
+ * Test case to look for images stored in the Android drawable and mipmap directories.  Image files are
+ * stored in the main->res->drawable-xxxx directories and main->res->mipmap-xxxx directories.  The Android OS
+ * will choose the best matching image based on the device capabilities.
  *
  * @author iwgeric
  */