资源简介
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.BluetoothChat;
public final class R {
public static final class attr {
}
public static final class drawable {
public static final int app_icon=0x7f020000;
}
public static final class id {
public static final int button_scan=0x7f060006;
public static final int button_send=0x7f060009;
public static final int discoverable=0x7f06000b;
public static final int edit_text_out=0x7f060008;
public static final int in=0x7f060007;
public static final int new_devices=0x7f060005;
public static final int paired_devices=0x7f060003;
public static final int scan=0x7f06000a;
public static final int title_left_text=0x7f060000;
public static final int title_new_devices=0x7f060004;
public static final int title_paired_devices=0x7f060002;
public static final int title_right_text=0x7f060001;
}
public static final class layout {
public static final int custom_title=0x7f030000;
public static final int device_list=0x7f030001;
public static final int device_name=0x7f030002;
public static final int main=0x7f030003;
public static final int message=0x7f030004;
}
public static final class menu {
public static final int option_menu=0x7f050000;
}
public static final class string {
public static final int app_name=0x7f040000;
public static final int bt_not_enabled_leaving=0x7f040003;
public static final int button_scan=0x7f04000d;
/** Options Menu
*/
public static final int connect=0x7f04000e;
public static final int discoverable=0x7f04000f;
public static final int none_found=0x7f04000a;
public static final int none_paired=0x7f040009;
public static final int not_connected=0x7f040002;
/** DeviceListActivity
*/
public static final int scanning=0x7f040007;
public static final int select_device=0x7f040008;
/** BluetoothChat
*/
public static final int send=0x7f040001;
public static final int title_connected_to=0x7f040005;
public static final int title_connecting=0x7f040004;
public static final int title_not_connected=0x7f040006;
public static final int title_other_devices=0x7f04000c;
public static final int title_paired_devices=0x7f04000b;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-02-18 13:22 BluetoothChat\
文件 364 2012-02-15 08:29 BluetoothChat\.classpath
文件 849 2012-02-15 08:29 BluetoothChat\.project
文件 1799 2012-02-04 11:50 BluetoothChat\AndroidManifest.xm
目录 0 2012-02-18 13:22 BluetoothChat\assets\
目录 0 2012-02-22 20:33 BluetoothChat\bin\
文件 26053 2012-02-22 20:33 BluetoothChat\bin\BluetoothChat.apk
目录 0 2012-02-22 20:18 BluetoothChat\bin\classes\
文件 23000 2012-02-22 20:33 BluetoothChat\bin\classes.dex
目录 0 2012-02-22 20:18 BluetoothChat\bin\classes\com\
目录 0 2012-02-22 20:18 BluetoothChat\bin\classes\com\example\
目录 0 2012-02-22 20:18 BluetoothChat\bin\classes\com\example\android\
目录 0 2012-02-22 20:18 BluetoothChat\bin\classes\com\example\android\BluetoothChat\
文件 1464 2012-02-22 20:18 BluetoothChat\bin\classes\com\example\android\BluetoothChat\BluetoothChat$1.class
文件 2921 2012-02-22 20:18 BluetoothChat\bin\classes\com\example\android\BluetoothChat\BluetoothChat$2.class
文件 1254 2012-02-22 20:18 BluetoothChat\bin\classes\com\example\android\BluetoothChat\BluetoothChat$3.class
文件 8348 2012-02-22 20:18 BluetoothChat\bin\classes\com\example\android\BluetoothChat\BluetoothChat.class
文件 2854 2012-02-22 20:58 BluetoothChat\bin\classes\com\example\android\BluetoothChat\BluetoothChatService$AcceptThread.class
文件 2620 2012-02-22 20:58 BluetoothChat\bin\classes\com\example\android\BluetoothChat\BluetoothChatService$ConnectedThread.class
文件 2689 2012-02-22 20:58 BluetoothChat\bin\classes\com\example\android\BluetoothChat\BluetoothChatService$ConnectThread.class
文件 6031 2012-02-22 20:58 BluetoothChat\bin\classes\com\example\android\BluetoothChat\BluetoothChatService.class
文件 2085 2012-02-22 20:18 BluetoothChat\bin\classes\com\example\android\BluetoothChat\DeviceListActivity$1.class
文件 2406 2012-02-22 20:18 BluetoothChat\bin\classes\com\example\android\BluetoothChat\DeviceListActivity$2.class
文件 955 2012-02-22 20:18 BluetoothChat\bin\classes\com\example\android\BluetoothChat\DeviceListActivity$3.class
文件 5421 2012-02-22 20:18 BluetoothChat\bin\classes\com\example\android\BluetoothChat\DeviceListActivity.class
文件 385 2012-02-22 20:18 BluetoothChat\bin\classes\com\example\android\BluetoothChat\R$attr.class
文件 449 2012-02-22 20:18 BluetoothChat\bin\classes\com\example\android\BluetoothChat\R$drawable.class
文件 833 2012-02-22 20:18 BluetoothChat\bin\classes\com\example\android\BluetoothChat\R$id.class
文件 576 2012-02-22 20:18 BluetoothChat\bin\classes\com\example\android\BluetoothChat\R$layout.class
文件 440 2012-02-22 20:18 BluetoothChat\bin\classes\com\example\android\BluetoothChat\R$menu.class
文件 1006 2012-02-22 20:18 BluetoothChat\bin\classes\com\example\android\BluetoothChat\R$string.class
............此处省略39个文件信息
- 上一篇:java链接生成二维码
- 下一篇:安卓SDK各种版本
评论
共有 条评论