• 大小: 141KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-06
  • 语言: Java
  • 标签: android  RGB  

资源简介

RT,由RGB数据和位图宽高构建位图对象并显示出来 适合将解码得到的数据显示在屏幕上

资源截图

代码片段和文件信息

/* AUTO-GENERATED FILE.  DO NOT MODIFY.
 *
 * This class was automatically generated by the
 * aapt tool from the resource data it found.  It
 * should not be modified by hand.
 */

package com.genius.rgb;

public final class R {
    public static final class attr {
    }
    public static final class drawable {
        public static final int ic_launcher=0x7f020000;
        public static final int test=0x7f020001;
    }
    public static final class id {
        public static final int myview1=0x7f050000;
        public static final int myview2=0x7f050001;
    }
    public static final class layout {
        public static final int main=0x7f030000;
    }
    public static final class string {
        public static final int app_name=0x7f040001;
        public static final int hello=0x7f040000;
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-06-23 11:14  DrawBitmapByRgb\
     文件         364  2012-06-23 11:06  DrawBitmapByRgb\.classpath
     文件         851  2012-06-23 11:06  DrawBitmapByRgb\.project
     目录           0  2012-06-23 11:14  DrawBitmapByRgb\.settings\
     文件          88  2012-06-23 11:14  DrawBitmapByRgb\.settings\org.eclipse.core.resources.prefs
     文件         793  2012-06-23 12:43  DrawBitmapByRgb\AndroidManifest.xml
     目录           0  2012-06-23 11:06  DrawBitmapByRgb\assets\
     目录           0  2012-06-23 12:45  DrawBitmapByRgb\bin\
     目录           0  2012-06-23 12:00  DrawBitmapByRgb\bin\classes\
     文件        5108  2012-06-23 12:45  DrawBitmapByRgb\bin\classes.dex
     目录           0  2012-06-23 12:00  DrawBitmapByRgb\bin\classes\com\
     目录           0  2012-06-23 12:00  DrawBitmapByRgb\bin\classes\com\genius\
     目录           0  2012-06-23 12:08  DrawBitmapByRgb\bin\classes\com\genius\rgb\
     文件        1582  2012-06-23 12:45  DrawBitmapByRgb\bin\classes\com\genius\rgb\DrawBitmapByRgbActivity.class
     文件        1521  2012-06-23 12:00  DrawBitmapByRgb\bin\classes\com\genius\rgb\MyBitmapFactory.class
     文件         995  2012-06-23 12:32  DrawBitmapByRgb\bin\classes\com\genius\rgb\MyUtil.class
     文件        1070  2012-06-23 12:42  DrawBitmapByRgb\bin\classes\com\genius\rgb\MyView.class
     文件         328  2012-06-23 12:43  DrawBitmapByRgb\bin\classes\com\genius\rgb\R$attr.class
     文件         423  2012-06-23 12:43  DrawBitmapByRgb\bin\classes\com\genius\rgb\R$drawable.class
     文件         404  2012-06-23 12:43  DrawBitmapByRgb\bin\classes\com\genius\rgb\R$id.class
     文件         382  2012-06-23 12:43  DrawBitmapByRgb\bin\classes\com\genius\rgb\R$layout.class
     文件         415  2012-06-23 12:43  DrawBitmapByRgb\bin\classes\com\genius\rgb\R$string.class
     文件         503  2012-06-23 12:43  DrawBitmapByRgb\bin\classes\com\genius\rgb\R.class
     文件       43321  2012-06-23 12:45  DrawBitmapByRgb\bin\DrawBitmapByRgb.apk
     目录           0  2012-06-23 11:44  DrawBitmapByRgb\bin\res\
     文件       38356  2012-06-23 12:44  DrawBitmapByRgb\bin\resources.ap_
     目录           0  2012-06-23 11:44  DrawBitmapByRgb\bin\res\drawable-hdpi\
     文件        3966  2012-06-23 11:44  DrawBitmapByRgb\bin\res\drawable-hdpi\ic_launcher.png
     目录           0  2012-06-23 11:44  DrawBitmapByRgb\bin\res\drawable-ldpi\
     文件        1537  2012-06-23 11:44  DrawBitmapByRgb\bin\res\drawable-ldpi\ic_launcher.png
     目录           0  2012-06-23 11:44  DrawBitmapByRgb\bin\res\drawable-mdpi\
............此处省略28个文件信息

评论

共有 条评论