2014-01-24 01:04:05 +00:00
|
|
|
/* 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 de.gultsch.chat;
|
|
|
|
|
|
|
|
public final class R {
|
|
|
|
public static final class array {
|
|
|
|
public static final int conversation_encryption_type_entries=0x7f050000;
|
|
|
|
public static final int conversation_encryption_type_values=0x7f050001;
|
|
|
|
}
|
|
|
|
public static final class attr {
|
|
|
|
}
|
|
|
|
public static final class dimen {
|
|
|
|
/** Default screen margins, per the Android Design guidelines.
|
|
|
|
|
|
|
|
Customize dimensions originally defined in res/values/dimens.xml (such as
|
|
|
|
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 class drawable {
|
|
|
|
public static final int es_slidingpane_shadow=0x7f020000;
|
|
|
|
public static final int ic_action_add=0x7f020001;
|
|
|
|
public static final int ic_action_send=0x7f020002;
|
|
|
|
public static final int ic_action_send_now=0x7f020003;
|
|
|
|
public static final int ic_action_unsecure=0x7f020004;
|
|
|
|
public static final int ic_launcher=0x7f020005;
|
|
|
|
public static final int ic_profile=0x7f020006;
|
|
|
|
public static final int section_header=0x7f020007;
|
|
|
|
}
|
|
|
|
public static final class id {
|
2014-01-24 22:58:51 +00:00
|
|
|
public static final int action_accounts=0x7f0a001b;
|
|
|
|
public static final int action_add=0x7f0a0017;
|
|
|
|
public static final int action_archive=0x7f0a001a;
|
|
|
|
public static final int action_details=0x7f0a0019;
|
|
|
|
public static final int action_security=0x7f0a0018;
|
|
|
|
public static final int action_settings=0x7f0a001c;
|
2014-01-24 09:50:18 +00:00
|
|
|
public static final int contact_display_name=0x7f0a0009;
|
|
|
|
public static final int contact_divider=0x7f0a000b;
|
|
|
|
public static final int contact_jid=0x7f0a000a;
|
|
|
|
public static final int contact_photo=0x7f0a0008;
|
2014-01-24 22:58:51 +00:00
|
|
|
public static final int conversation_image=0x7f0a000c;
|
|
|
|
public static final int conversation_lastmsg=0x7f0a000e;
|
|
|
|
public static final int conversation_name=0x7f0a000d;
|
2014-01-24 09:50:18 +00:00
|
|
|
public static final int create_new_contact=0x7f0a0007;
|
2014-01-24 22:58:51 +00:00
|
|
|
public static final int duration=0x7f0a000f;
|
|
|
|
public static final int editText1=0x7f0a0011;
|
|
|
|
public static final int imageButton1=0x7f0a0012;
|
2014-01-24 09:50:18 +00:00
|
|
|
public static final int jabber_contacts=0x7f0a0005;
|
|
|
|
public static final int jabber_contacts_header=0x7f0a0004;
|
2014-01-24 22:58:51 +00:00
|
|
|
public static final int list=0x7f0a0015;
|
2014-01-24 09:50:18 +00:00
|
|
|
public static final int new_contact_header=0x7f0a0006;
|
|
|
|
public static final int new_conversation_search=0x7f0a0000;
|
|
|
|
public static final int phone_contacts=0x7f0a0003;
|
|
|
|
public static final int phone_contacts_header=0x7f0a0002;
|
|
|
|
public static final int scrollView1=0x7f0a0001;
|
2014-01-24 22:58:51 +00:00
|
|
|
public static final int selected_conversation=0x7f0a0016;
|
|
|
|
public static final int slidingpanelayout=0x7f0a0014;
|
|
|
|
public static final int textView1=0x7f0a0013;
|
|
|
|
public static final int textsend=0x7f0a0010;
|
2014-01-24 01:04:05 +00:00
|
|
|
}
|
|
|
|
public static final class layout {
|
2014-01-24 09:50:18 +00:00
|
|
|
public static final int activity_new_conversation=0x7f030000;
|
|
|
|
public static final int contact=0x7f030001;
|
|
|
|
public static final int conversation_list_row=0x7f030002;
|
|
|
|
public static final int fragment_conversation=0x7f030003;
|
|
|
|
public static final int fragment_conversations_overview=0x7f030004;
|
2014-01-24 01:04:05 +00:00
|
|
|
}
|
|
|
|
public static final class menu {
|
|
|
|
public static final int conversations=0x7f090000;
|
|
|
|
}
|
|
|
|
public static final class string {
|
|
|
|
public static final int action_accounts=0x7f070003;
|
|
|
|
public static final int action_add=0x7f070002;
|
|
|
|
public static final int action_archive=0x7f070004;
|
|
|
|
public static final int action_details=0x7f070005;
|
|
|
|
public static final int action_secure=0x7f070006;
|
|
|
|
public static final int action_settings=0x7f070001;
|
|
|
|
public static final int app_name=0x7f070000;
|
|
|
|
public static final int title_activity_new_conversation=0x7f070007;
|
|
|
|
}
|
|
|
|
public static final class style {
|
|
|
|
/**
|
|
|
|
Base application theme, dependent on API level. This theme is replaced
|
|
|
|
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
|
|
|
|
|
|
|
|
|
|
|
|
Theme customizations available in newer API levels can go in
|
|
|
|
res/values-vXX/styles.xml, while customizations related to
|
|
|
|
backward-compatibility can go here.
|
|
|
|
|
|
|
|
|
|
|
|
Base application theme for API 11+. This theme completely replaces
|
|
|
|
AppBaseTheme from res/values/styles.xml on API 11+ devices.
|
|
|
|
|
|
|
|
API 11 theme customizations can go here.
|
|
|
|
|
|
|
|
Base application theme for API 14+. This theme completely replaces
|
|
|
|
AppBaseTheme from BOTH res/values/styles.xml and
|
|
|
|
res/values-v11/styles.xml on API 14+ devices.
|
|
|
|
|
|
|
|
API 14 theme customizations can go here.
|
|
|
|
*/
|
|
|
|
public static final int AppBaseTheme=0x7f080000;
|
|
|
|
/** Application theme.
|
|
|
|
All customizations that are NOT specific to a particular API-level can go here.
|
|
|
|
*/
|
|
|
|
public static final int AppTheme=0x7f080001;
|
|
|
|
public static final int Divider=0x7f080003;
|
|
|
|
public static final int sectionHeader=0x7f080002;
|
|
|
|
}
|
|
|
|
public static final class xml {
|
|
|
|
public static final int preferences=0x7f040000;
|
|
|
|
}
|
|
|
|
}
|