资源简介

android 版贪吃蛇源码_课程设计 完美源码 测试通过

资源截图

代码片段和文件信息

/* 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.example.android.snake;

public final class R {
    public static final class attr {
        /** 

Must be an integer value such as “100“.

This may also be a reference to a resource (in the form
@[package:]type:name“) or
theme attribute (in the form
?[package:][type:]name“)
containing a value of this type.
         */
        public static final int tileSize=0x7f010000;
    }
    public static final class drawable {
        public static final int greenstar=0x7f020000;
        public static final int redstar=0x7f020001;
        public static final int yellowstar=0x7f020002;
    }
    public static final class id {
        public static final int snake=0x7f050000;
        public static final int text=0x7f050001;
    }
    public static final class layout {
        public static final int snake_layout=0x7f030000;
    }
    public static final class string {
        public static final int mode_lose_prefix=0x7f040002;
        public static final int mode_lose_suffix=0x7f040003;
        public static final int mode_pause=0x7f040001;
        public static final int mode_ready=0x7f040000;
        public static final int snake_layout_text_text=0x7f040004;
    }
    public static final class styleable {
        /** Attributes that can be used with a TileView.
           

Includes the following attributes:


           
           
           
           

           
           
AttributeDescription
{@link #TileView_tileSize com.example.android.snake:tileSize}

           @see #TileView_tileSize
         */
        public static final int[] TileView = {
            0x7f010000
        };
        /**
          

This symbol is the offset where the {@link com.example.android.snake.R.attr#tileSize}
          attribute‘s value can be found in the {@link #TileView} array.


          

Must be an integer value such as “100“.

This may also be a reference to a resource (in the form
@[package:]type:name“) or
theme attribute (in the form
?[package:][type:]name“)
containing a value of this type.
          @attr name android:tileSize
        */
        public static final int TileView_tileSize = 0;
    };
}


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        280  2010-09-27 15:44  Snake\.classpath

     文件        841  2010-09-27 15:44  Snake\.project

     文件       1586  2010-07-20 10:50  Snake\AndroidManifest.xml

     文件      14052  2010-12-08 08:31  Snake\bin\classes.dex

     文件        413  2010-12-08 08:29  Snake\bin\com\example\android\snake\R$attr.class

     文件        491  2010-12-08 08:29  Snake\bin\com\example\android\snake\R$drawable.class

     文件        432  2010-12-08 08:29  Snake\bin\com\example\android\snake\R$id.class

     文件        423  2010-12-08 08:29  Snake\bin\com\example\android\snake\R$layout.class

     文件        581  2010-12-08 08:29  Snake\bin\com\example\android\snake\R$string.class

     文件        557  2010-12-08 08:29  Snake\bin\com\example\android\snake\R$styleable.class

     文件        643  2010-12-08 08:29  Snake\bin\com\example\android\snake\R.class

     文件       1566  2010-12-08 08:29  Snake\bin\com\example\android\snake\Snake.class

     文件       1169  2010-12-08 08:29  Snake\bin\com\example\android\snake\SnakeView$Coordinate.class

     文件       1010  2010-12-08 08:29  Snake\bin\com\example\android\snake\SnakeView$RefreshHandler.class

     文件       9421  2010-12-08 08:29  Snake\bin\com\example\android\snake\SnakeView.class

     文件       3337  2010-12-08 08:29  Snake\bin\com\example\android\snake\TileView.class

     文件       8491  2010-12-08 08:31  Snake\bin\resources.ap_

     文件      17551  2010-12-08 08:31  Snake\bin\Snake.apk

     文件        364  2010-09-27 15:44  Snake\default.properties

     文件       2696  2010-11-16 10:50  Snake\gen\com\example\android\snake\R.java

     文件       7020  2010-07-20 10:51  Snake\res\drawable\greenstar.png

     文件       6680  2010-07-20 10:51  Snake\res\drawable\redstar.png

     文件       6653  2010-07-20 10:51  Snake\res\drawable\yellowstar.png

     文件       1497  2010-07-20 10:50  Snake\res\layout\snake_layout.xml

     文件        808  2010-07-20 10:50  Snake\res\values\attrs.xml

     文件       1002  2010-07-20 10:51  Snake\res\values\strings.xml

     文件       2596  2010-07-20 10:50  Snake\src\com\example\android\snake\Snake.java

     文件      16670  2010-07-20 10:51  Snake\src\com\example\android\snake\SnakeView.java

     文件       4763  2010-07-20 10:50  Snake\src\com\example\android\snake\TileView.java

     文件       1309  2010-07-20 10:51  Snake\tests\AndroidManifest.xml

............此处省略35个文件信息

评论

共有 条评论