|
@@ -15,12 +15,18 @@ public final class R {
|
|
public static final int out_right_to_left=0x7f040003;
|
|
public static final int out_right_to_left=0x7f040003;
|
|
}
|
|
}
|
|
public static final class array {
|
|
public static final class array {
|
|
- public static final int protocols=0x7f070002;
|
|
|
|
- public static final int upload_entries=0x7f070000;
|
|
|
|
- public static final int upload_values=0x7f070001;
|
|
|
|
|
|
+ public static final int delete_criteria=0x7f060001;
|
|
|
|
+ public static final int format=0x7f060000;
|
|
|
|
+ public static final int protocols=0x7f060004;
|
|
|
|
+ public static final int upload_entries=0x7f060002;
|
|
|
|
+ public static final int upload_values=0x7f060003;
|
|
}
|
|
}
|
|
public static final class attr {
|
|
public static final class attr {
|
|
}
|
|
}
|
|
|
|
+ public static final class color {
|
|
|
|
+ public static final int dark_grey=0x7f070001;
|
|
|
|
+ public static final int light_grey=0x7f070000;
|
|
|
|
+ }
|
|
public static final class dimen {
|
|
public static final class dimen {
|
|
/** Default screen margins, per the Android Design guidelines.
|
|
/** Default screen margins, per the Android Design guidelines.
|
|
|
|
|
|
@@ -28,93 +34,122 @@ public final class R {
|
|
screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here.
|
|
screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here.
|
|
|
|
|
|
*/
|
|
*/
|
|
- public static final int activity_horizontal_margin=0x7f060000;
|
|
|
|
- public static final int activity_vertical_margin=0x7f060001;
|
|
|
|
|
|
+ public static final int activity_horizontal_margin=0x7f080000;
|
|
|
|
+ public static final int activity_vertical_margin=0x7f080001;
|
|
}
|
|
}
|
|
public static final class drawable {
|
|
public static final class drawable {
|
|
public static final int ic_launcher=0x7f020000;
|
|
public static final int ic_launcher=0x7f020000;
|
|
- public static final int light_green=0x7f020001;
|
|
|
|
- public static final int light_green_large=0x7f020002;
|
|
|
|
- public static final int light_grey=0x7f020003;
|
|
|
|
- public static final int light_grey_large=0x7f020004;
|
|
|
|
- public static final int light_red=0x7f020005;
|
|
|
|
- public static final int light_red_large=0x7f020006;
|
|
|
|
- public static final int light_yellow=0x7f020007;
|
|
|
|
- public static final int light_yellow_large=0x7f020008;
|
|
|
|
|
|
+ public static final int ic_service_green=0x7f020001;
|
|
|
|
+ public static final int ic_service_red=0x7f020002;
|
|
|
|
+ public static final int ic_service_yellow=0x7f020003;
|
|
|
|
+ public static final int light_green=0x7f020004;
|
|
|
|
+ public static final int light_green_large=0x7f020005;
|
|
|
|
+ public static final int light_grey=0x7f020006;
|
|
|
|
+ public static final int light_grey_large=0x7f020007;
|
|
|
|
+ public static final int light_red=0x7f020008;
|
|
|
|
+ public static final int light_red_large=0x7f020009;
|
|
|
|
+ public static final int light_yellow=0x7f02000a;
|
|
|
|
+ public static final int light_yellow_large=0x7f02000b;
|
|
}
|
|
}
|
|
public static final class id {
|
|
public static final class id {
|
|
- public static final int TextViewServices=0x7f0b000f;
|
|
|
|
- public static final int action_settings=0x7f0b001e;
|
|
|
|
- public static final int buttonDeleteLog=0x7f0b001a;
|
|
|
|
- public static final int buttonExportDatabase=0x7f0b0018;
|
|
|
|
- public static final int buttonShowLog=0x7f0b0005;
|
|
|
|
- public static final int buttonUploadLog=0x7f0b0019;
|
|
|
|
- public static final int checkBoxParanoid=0x7f0b0003;
|
|
|
|
- public static final int imageViewLight=0x7f0b0002;
|
|
|
|
- public static final int layoutContainer=0x7f0b0012;
|
|
|
|
- public static final int listViewProtocols=0x7f0b0010;
|
|
|
|
- public static final int textFirstAttack=0x7f0b0013;
|
|
|
|
- public static final int textFirstAttackValue=0x7f0b0014;
|
|
|
|
- public static final int textLastAttack=0x7f0b0015;
|
|
|
|
- public static final int textLastAttackValue=0x7f0b0016;
|
|
|
|
- public static final int textLogFile=0x7f0b0017;
|
|
|
|
- public static final int textStatistics=0x7f0b0011;
|
|
|
|
- public static final int textViewBSSID=0x7f0b0009;
|
|
|
|
- public static final int textViewBSSIDValue=0x7f0b000a;
|
|
|
|
- public static final int textViewConnections=0x7f0b001c;
|
|
|
|
- public static final int textViewConnectionsValue=0x7f0b001d;
|
|
|
|
- public static final int textViewDetails=0x7f0b0006;
|
|
|
|
- public static final int textViewExternalIP=0x7f0b000d;
|
|
|
|
- public static final int textViewExternalIPValue=0x7f0b000e;
|
|
|
|
- public static final int textViewInternalIP=0x7f0b000b;
|
|
|
|
- public static final int textViewInternalIPValue=0x7f0b000c;
|
|
|
|
- public static final int textViewProtocol=0x7f0b001b;
|
|
|
|
- public static final int textViewSSID=0x7f0b0007;
|
|
|
|
- public static final int textViewSSIDValue=0x7f0b0008;
|
|
|
|
- public static final int textViewStatus=0x7f0b0001;
|
|
|
|
- public static final int toggleButtonOnOff=0x7f0b0004;
|
|
|
|
- public static final int viewAnimator=0x7f0b0000;
|
|
|
|
|
|
+ public static final int TextViewServices=0x7f0c0017;
|
|
|
|
+ public static final int action_about=0x7f0c0027;
|
|
|
|
+ public static final int action_settings=0x7f0c0026;
|
|
|
|
+ public static final int buttonDeleteLog=0x7f0c0022;
|
|
|
|
+ public static final int buttonExportDatabase=0x7f0c0020;
|
|
|
|
+ public static final int buttonShowLog=0x7f0c000d;
|
|
|
|
+ public static final int buttonUploadLog=0x7f0c0021;
|
|
|
|
+ public static final int checkBoxParanoid=0x7f0c000b;
|
|
|
|
+ public static final int imageViewLight=0x7f0c000a;
|
|
|
|
+ public static final int layoutContainer=0x7f0c001a;
|
|
|
|
+ public static final int listViewProtocols=0x7f0c0018;
|
|
|
|
+ public static final int textFirstAttack=0x7f0c001b;
|
|
|
|
+ public static final int textFirstAttackValue=0x7f0c001c;
|
|
|
|
+ public static final int textLastAttack=0x7f0c001d;
|
|
|
|
+ public static final int textLastAttackValue=0x7f0c001e;
|
|
|
|
+ public static final int textLogFile=0x7f0c001f;
|
|
|
|
+ public static final int textStatistics=0x7f0c0019;
|
|
|
|
+ public static final int textViewBSSID=0x7f0c0011;
|
|
|
|
+ public static final int textViewBSSIDValue=0x7f0c0012;
|
|
|
|
+ public static final int textViewConnections=0x7f0c0024;
|
|
|
|
+ public static final int textViewConnectionsValue=0x7f0c0025;
|
|
|
|
+ public static final int textViewDetails=0x7f0c000e;
|
|
|
|
+ public static final int textViewExternalIP=0x7f0c0015;
|
|
|
|
+ public static final int textViewExternalIPValue=0x7f0c0016;
|
|
|
|
+ public static final int textViewInternalIP=0x7f0c0013;
|
|
|
|
+ public static final int textViewInternalIPValue=0x7f0c0014;
|
|
|
|
+ public static final int textViewProtocol=0x7f0c0023;
|
|
|
|
+ public static final int textViewSSID=0x7f0c000f;
|
|
|
|
+ public static final int textViewSSIDValue=0x7f0c0010;
|
|
|
|
+ public static final int textViewStatus=0x7f0c0009;
|
|
|
|
+ public static final int text_author_1=0x7f0c0004;
|
|
|
|
+ public static final int text_author_2=0x7f0c0005;
|
|
|
|
+ public static final int text_author_3=0x7f0c0006;
|
|
|
|
+ public static final int text_author_4=0x7f0c0007;
|
|
|
|
+ public static final int text_authors=0x7f0c0003;
|
|
|
|
+ public static final int text_description=0x7f0c0002;
|
|
|
|
+ public static final int text_version=0x7f0c0000;
|
|
|
|
+ public static final int toggleButtonOnOff=0x7f0c000c;
|
|
|
|
+ public static final int version=0x7f0c0001;
|
|
|
|
+ public static final int viewAnimator=0x7f0c0008;
|
|
}
|
|
}
|
|
public static final class layout {
|
|
public static final class layout {
|
|
- public static final int activity_main=0x7f030000;
|
|
|
|
- public static final int activity_viewlog=0x7f030001;
|
|
|
|
- public static final int list_view_protocols_row=0x7f030002;
|
|
|
|
|
|
+ public static final int activity_about=0x7f030000;
|
|
|
|
+ public static final int activity_main=0x7f030001;
|
|
|
|
+ public static final int activity_viewlog=0x7f030002;
|
|
|
|
+ public static final int list_view_protocols_row=0x7f030003;
|
|
}
|
|
}
|
|
public static final class menu {
|
|
public static final class menu {
|
|
- public static final int main=0x7f0a0000;
|
|
|
|
|
|
+ public static final int main=0x7f0b0000;
|
|
}
|
|
}
|
|
public static final class string {
|
|
public static final class string {
|
|
- public static final int action_settings=0x7f080001;
|
|
|
|
- public static final int app_name=0x7f080000;
|
|
|
|
- public static final int bssid=0x7f080008;
|
|
|
|
- public static final int capital_off=0x7f080003;
|
|
|
|
- public static final int capital_on=0x7f080002;
|
|
|
|
- public static final int connections=0x7f08000c;
|
|
|
|
- public static final int details=0x7f080006;
|
|
|
|
- public static final int external_ip=0x7f08000a;
|
|
|
|
- public static final int firstAttack=0x7f08000f;
|
|
|
|
- public static final int internal_ip=0x7f080009;
|
|
|
|
- public static final int lastAttack=0x7f080010;
|
|
|
|
- public static final int logFile=0x7f08000e;
|
|
|
|
- public static final int paranoid=0x7f080005;
|
|
|
|
- public static final int pref_alarm=0x7f080012;
|
|
|
|
- public static final int pref_alarm_default=0x7f080013;
|
|
|
|
- public static final int pref_external_storage_summ=0x7f080016;
|
|
|
|
- public static final int pref_external_storage_title=0x7f080015;
|
|
|
|
- public static final int pref_notification=0x7f080017;
|
|
|
|
- public static final int pref_storage=0x7f080014;
|
|
|
|
- public static final int pref_tracing=0x7f08001a;
|
|
|
|
- public static final int pref_upload=0x7f08001b;
|
|
|
|
- public static final int pref_upload_connection=0x7f08001d;
|
|
|
|
- public static final int pref_upload_connection_summ=0x7f08001e;
|
|
|
|
- public static final int pref_upload_summ=0x7f08001c;
|
|
|
|
- public static final int pref_vibration=0x7f080018;
|
|
|
|
- public static final int pref_vibration_summ=0x7f080019;
|
|
|
|
- public static final int services=0x7f08000b;
|
|
|
|
- public static final int settings=0x7f080011;
|
|
|
|
- public static final int ssid=0x7f080007;
|
|
|
|
- public static final int statistics=0x7f08000d;
|
|
|
|
- public static final int status=0x7f080004;
|
|
|
|
|
|
+ public static final int action_about=0x7f090002;
|
|
|
|
+ public static final int action_settings=0x7f090001;
|
|
|
|
+ public static final int app_name=0x7f090000;
|
|
|
|
+ public static final int authors=0x7f09001c;
|
|
|
|
+ public static final int authors_j=0x7f090020;
|
|
|
|
+ public static final int authors_l=0x7f09001e;
|
|
|
|
+ public static final int authors_m=0x7f09001d;
|
|
|
|
+ public static final int authors_w=0x7f09001f;
|
|
|
|
+ public static final int bssid=0x7f090009;
|
|
|
|
+ public static final int cancel=0x7f090015;
|
|
|
|
+ public static final int capital_off=0x7f090004;
|
|
|
|
+ public static final int capital_on=0x7f090003;
|
|
|
|
+ public static final int clear=0x7f090013;
|
|
|
|
+ public static final int connections=0x7f09000d;
|
|
|
|
+ public static final int database=0x7f09000f;
|
|
|
|
+ public static final int delete=0x7f090014;
|
|
|
|
+ public static final int delete_dialog_title=0x7f090018;
|
|
|
|
+ public static final int description=0x7f09001b;
|
|
|
|
+ public static final int details=0x7f090007;
|
|
|
|
+ public static final int dialog_clear_database=0x7f090016;
|
|
|
|
+ public static final int dialog_clear_database_date=0x7f090019;
|
|
|
|
+ public static final int export_dialog_title=0x7f090017;
|
|
|
|
+ public static final int external_ip=0x7f09000b;
|
|
|
|
+ public static final int firstAttack=0x7f090011;
|
|
|
|
+ public static final int internal_ip=0x7f09000a;
|
|
|
|
+ public static final int lastAttack=0x7f090012;
|
|
|
|
+ public static final int log_actions=0x7f090010;
|
|
|
|
+ public static final int paranoid=0x7f090006;
|
|
|
|
+ public static final int pref_alarm=0x7f090022;
|
|
|
|
+ public static final int pref_alarm_default=0x7f090023;
|
|
|
|
+ public static final int pref_alarm_summ=0x7f090024;
|
|
|
|
+ public static final int pref_external_location_title=0x7f090028;
|
|
|
|
+ public static final int pref_external_storage_summ=0x7f090027;
|
|
|
|
+ public static final int pref_external_storage_title=0x7f090026;
|
|
|
|
+ public static final int pref_notification=0x7f090029;
|
|
|
|
+ public static final int pref_storage=0x7f090025;
|
|
|
|
+ public static final int pref_upload=0x7f09002c;
|
|
|
|
+ public static final int pref_upload_server=0x7f09002d;
|
|
|
|
+ public static final int pref_upload_server_summ=0x7f09002e;
|
|
|
|
+ public static final int pref_vibration=0x7f09002a;
|
|
|
|
+ public static final int pref_vibration_summ=0x7f09002b;
|
|
|
|
+ public static final int services=0x7f09000c;
|
|
|
|
+ public static final int settings=0x7f090021;
|
|
|
|
+ public static final int ssid=0x7f090008;
|
|
|
|
+ public static final int statistics=0x7f09000e;
|
|
|
|
+ public static final int status=0x7f090005;
|
|
|
|
+ public static final int text_version=0x7f09001a;
|
|
}
|
|
}
|
|
public static final class style {
|
|
public static final class style {
|
|
/**
|
|
/**
|
|
@@ -138,11 +173,11 @@ public final class R {
|
|
|
|
|
|
API 14 theme customizations can go here.
|
|
API 14 theme customizations can go here.
|
|
*/
|
|
*/
|
|
- public static final int AppBaseTheme=0x7f090000;
|
|
|
|
|
|
+ public static final int AppBaseTheme=0x7f0a0000;
|
|
/** Application theme.
|
|
/** Application theme.
|
|
All customizations that are NOT specific to a particular API-level can go here.
|
|
All customizations that are NOT specific to a particular API-level can go here.
|
|
*/
|
|
*/
|
|
- public static final int AppTheme=0x7f090001;
|
|
|
|
|
|
+ public static final int AppTheme=0x7f0a0001;
|
|
}
|
|
}
|
|
public static final class xml {
|
|
public static final class xml {
|
|
public static final int preferences=0x7f050000;
|
|
public static final int preferences=0x7f050000;
|