初次提交
This commit is contained in:
51
第2章 游戏开发基础知识/Sample2_10/gen/com/bn/pp10/R.java
Normal file
51
第2章 游戏开发基础知识/Sample2_10/gen/com/bn/pp10/R.java
Normal file
@@ -0,0 +1,51 @@
|
||||
/* 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.bn.pp10;
|
||||
|
||||
public final class R {
|
||||
public static final class attr {
|
||||
}
|
||||
public static final class drawable {
|
||||
public static final int icon=0x7f020000;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int button_scan=0x7f050004;
|
||||
public static final int button_send=0x7f050006;
|
||||
public static final int edit_text_out=0x7f050005;
|
||||
public static final int new_devices=0x7f050003;
|
||||
public static final int paired_devices=0x7f050001;
|
||||
public static final int title_new_devices=0x7f050002;
|
||||
public static final int title_paired_devices=0x7f050000;
|
||||
}
|
||||
public static final class layout {
|
||||
public static final int device_list=0x7f030000;
|
||||
public static final int device_name=0x7f030001;
|
||||
public static final int main=0x7f030002;
|
||||
}
|
||||
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;
|
||||
public static final int hint=0x7f04000e;
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user