首页下载资源移动开发android 屏幕测试源码

ZIPandroid 屏幕测试源码

feihuiwu123614.52KB需要积分:1

资源文件列表:

LcdTest.zip 大约有74个文件
  1. LcdTest/
  2. LcdTest/.classpath 364B
  3. LcdTest/.project 843B
  4. LcdTest/.settings/
  5. LcdTest/.settings/org.eclipse.jdt.core.prefs 208B
  6. LcdTest/AndroidManifest.xml 817B
  7. LcdTest/assets/
  8. LcdTest/bin/
  9. LcdTest/bin/AndroidManifest.xml 817B
  10. LcdTest/bin/classes/
  11. LcdTest/bin/classes.dex 312.47KB
  12. LcdTest/bin/classes/com/
  13. LcdTest/bin/classes/com/wh/
  14. LcdTest/bin/classes/com/wh/lcdtest/
  15. LcdTest/bin/classes/com/wh/lcdtest/BuildConfig.class 337B
  16. LcdTest/bin/classes/com/wh/lcdtest/MainActivity.class 1.89KB
  17. LcdTest/bin/classes/com/wh/lcdtest/R$attr.class 328B
  18. LcdTest/bin/classes/com/wh/lcdtest/R$drawable.class 435B
  19. LcdTest/bin/classes/com/wh/lcdtest/R$id.class 409B
  20. LcdTest/bin/classes/com/wh/lcdtest/R$layout.class 391B
  21. LcdTest/bin/classes/com/wh/lcdtest/R$menu.class 385B
  22. LcdTest/bin/classes/com/wh/lcdtest/R$string.class 501B
  23. LcdTest/bin/classes/com/wh/lcdtest/R$style.class 383B
  24. LcdTest/bin/classes/com/wh/lcdtest/R.class 589B
  25. LcdTest/bin/jarlist.cache 119B
  26. LcdTest/bin/LcdTest.apk 143.34KB
  27. LcdTest/bin/res/
  28. LcdTest/bin/resources.ap_ 10.73KB
  29. LcdTest/bin/res/drawable-hdpi/
  30. LcdTest/bin/res/drawable-hdpi/ic_action_search.png 409B
  31. LcdTest/bin/res/drawable-hdpi/ic_launcher.png 1.23KB
  32. LcdTest/bin/res/drawable-ldpi/
  33. LcdTest/bin/res/drawable-ldpi/ic_launcher.png 763B
  34. LcdTest/bin/res/drawable-mdpi/
  35. LcdTest/bin/res/drawable-mdpi/ic_action_search.png 311B
  36. LcdTest/bin/res/drawable-mdpi/ic_launcher.png 948B
  37. LcdTest/bin/res/drawable-xhdpi/
  38. LcdTest/bin/res/drawable-xhdpi/ic_action_search.png 491B
  39. LcdTest/bin/res/drawable-xhdpi/ic_launcher.png 1.54KB
  40. LcdTest/gen/
  41. LcdTest/gen/com/
  42. LcdTest/gen/com/wh/
  43. LcdTest/gen/com/wh/lcdtest/
  44. LcdTest/gen/com/wh/lcdtest/BuildConfig.java 156B
  45. LcdTest/gen/com/wh/lcdtest/R.java 1.17KB
  46. LcdTest/ic_launcher-web.png 17KB
  47. LcdTest/libs/
  48. LcdTest/libs/android-support-v4.jar 329.65KB
  49. LcdTest/proguard-project.txt 781B
  50. LcdTest/project.properties 562B
  51. LcdTest/res/
  52. LcdTest/res/drawable-hdpi/
  53. LcdTest/res/drawable-hdpi/ic_action_search.png 3.05KB
  54. LcdTest/res/drawable-hdpi/ic_launcher.png 1.15KB
  55. LcdTest/res/drawable-ldpi/
  56. LcdTest/res/drawable-ldpi/ic_launcher.png 652B
  57. LcdTest/res/drawable-mdpi/
  58. LcdTest/res/drawable-mdpi/ic_action_search.png 2.96KB
  59. LcdTest/res/drawable-mdpi/ic_launcher.png 828B
  60. LcdTest/res/drawable-xhdpi/
  61. LcdTest/res/drawable-xhdpi/ic_action_search.png 3.12KB
  62. LcdTest/res/drawable-xhdpi/ic_launcher.png 1.54KB
  63. LcdTest/res/layout/
  64. LcdTest/res/layout/activity_main.xml 400B
  65. LcdTest/res/menu/
  66. LcdTest/res/menu/activity_main.xml 203B
  67. LcdTest/res/values/
  68. LcdTest/res/values/strings.xml 243B
  69. LcdTest/res/values/styles.xml 89B
  70. LcdTest/src/
  71. LcdTest/src/com/
  72. LcdTest/src/com/wh/
  73. LcdTest/src/com/wh/lcdtest/
  74. LcdTest/src/com/wh/lcdtest/MainActivity.java 1.57KB

资源介绍:

自己写的 android 屏幕测试 显示在全屏状态下,测试 R G B三色 和 全黑,全白几种状态
# To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. # # Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified # in ${sdk.dir}/tools/proguard/proguard-android.txt # You can edit the include path and order by changing the ProGuard # include property in project.properties. # # For more details, see # http://developer.android.com/guide/developing/tools/proguard.html # Add any project specific keep options here: # If your project uses WebView with JS, uncomment the following # and specify the fully qualified class name to the JavaScript interface # class: #-keepclassmembers class fqcn.of.javascript.interface.for.webview { # public *; #}
100+评论
captcha