/* 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.android.systemui; public final class R { public static final class anim { public static final int hydraulic_brake_interpolator=0x7f040000; public static final int lights_out_in=0x7f040001; public static final int lights_out_out=0x7f040002; public static final int notification_buttons_in=0x7f040003; public static final int notification_buttons_out=0x7f040004; public static final int notification_dnd_off=0x7f040005; public static final int notification_dnd_on=0x7f040006; public static final int notification_icons_in=0x7f040007; public static final int notification_icons_out=0x7f040008; public static final int priority_alert_enter=0x7f040009; public static final int priority_alert_exit=0x7f04000a; public static final int recent_app_enter=0x7f04000b; public static final int recent_app_leave=0x7f04000c; public static final int recent_appear=0x7f04000d; public static final int status_bar_enter=0x7f04000e; public static final int status_bar_exit=0x7f04000f; public static final int status_bar_in=0x7f040010; public static final int status_bar_out=0x7f040011; public static final int system_in=0x7f040012; public static final int system_out=0x7f040013; } public static final class attr { /** drawable to use for a swelling, glowing background on press <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int glowBackground=0x7f010002; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int insetLeft=0x7f010004; /** key code to send when pressed; if absent or 0, no key is sent <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int keyCode=0x7f010000; /** does this button generate longpress / repeat events? <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int keyRepeat=0x7f010001; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int rowHeight=0x7f010005; /** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int text=0x7f010003; } public static final class bool { /** Control whether status bar should distinguish HSPA data icon form UMTS data icon on devices */ public static final int config_hspa_data_distinguishable=0x7f070001; /** Whether we're using the tablet-optimized recents interface (we use this value at runtime for some things) Whether we're using the tablet-optimized recents interface (we use this value at runtime for some things) */ public static final int config_recents_interface_for_tablets=0x7f070000; /** Whether or not we show the number in the bar. Whether or not we show the number in the bar. */ public static final int config_statusBarShowNumber=0x7f070002; } public static final class color { public static final int notification_list_shadow_top=0x7f060001; public static final int status_bar_recents_app_label_color=0x7f060000; } public static final class dimen { /** Initial acceleration of an collapse animation after fling */ public static final int collapse_accel=0x7f0a001a; /** Minimum fraction of the display a gesture must travel, at any velocity, to qualify as a collapse request */ public static final int collapse_min_display_fraction=0x7f0a0017; /** Initial acceleration of an expand animation after fling */ public static final int expand_accel=0x7f0a0019; /** Minimum fraction of the display a gesture must travel to qualify as an expand request */ public static final int expand_min_display_fraction=0x7f0a0018; /** Minimum final velocity of gestures interpreted as collapse requests */ public static final int fling_collapse_min_velocity=0x7f0a0015; /** Minimum final velocity of gestures interpreted as expand requests */ public static final int fling_expand_min_velocity=0x7f0a0014; /** Cap on contribution of x dimension of gesture to overall velocity */ public static final int fling_gesture_max_x_velocity=0x7f0a0016; /** The padding on the global screenshot background image */ public static final int global_screenshot_bg_padding=0x7f0a001b; /** thickness (height) of the dead zone at the top of the navigation bar, reducing false presses on navbar buttons; approx 2mm */ public static final int navigation_bar_deadzone_size=0x7f0a000b; /** thickness (height) of the navigation bar on phones that require it thickness (width) of the navigation bar on phones that require it */ public static final int navigation_bar_size=0x7f0a000a; /** thickness (height) of dividers between each notification row thickness (height) of dividers between each notification row; see math for notification_height above thickness (height) of dividers between each notification row same as in values/dimens.xml; see note at notification_height */ public static final int notification_divider_height=0x7f0a0011; /** thickness (height) of each notification row, including any separators or padding thickness (height) of each notification row, including any separators or padding Note: this is 64dip + 1px divider = 97px. thickness (height) of each notification row, including any separators or padding note: this is the same value as in values/dimens.xml; the value is overridden in values-hdpi/dimens.xml and so we need to re-assert the general value here */ public static final int notification_height=0x7f0a000c; /** The minimum height of the notification panel window */ public static final int notification_panel_min_height=0x7f0a0027; /** The width of the notification panel window */ public static final int notification_panel_width=0x7f0a0026; /** The width of the ticker, including the icon The width of the ticker, including the icon */ public static final int notification_ticker_width=0x7f0a0024; /** Bottom margin (from display edge) for status bar panels */ public static final int panel_float=0x7f0a0028; /** Amount to offset bottom of notification peek window from top of status bar. */ public static final int peek_window_y_offset=0x7f0a0009; /** Initial velocity of the shade when collapsing on its own */ public static final int self_collapse_velocity=0x7f0a0013; /** Notification drawer tuning parameters (phone UI) Initial velocity of the shade when expanding on its own */ public static final int self_expand_velocity=0x7f0a0012; /** Margin at the edge of the screen to ignore touch events for in the windowshade. */ public static final int status_bar_edge_ignore=0x7f0a0000; /** opacity at which Notification icons will be drawn in the status bar opacity at which Notification icons will be drawn in the status bar opacity at which Notification icons will be drawn in the status bar */ public static final int status_bar_icon_drawing_alpha=0x7f0a000f; /** size at which Notification icons will be drawn in the status bar size at which Notification icons will be drawn in the status bar size at which Notification icons will be drawn in the status bar */ public static final int status_bar_icon_drawing_size=0x7f0a000e; /** gap on either side of status bar notification icons gap on either side of status bar notification icons gap on either side of status bar notification icons gap on either side of status bar notification icons gap on either side of status bar notification icons gap on either side of status bar notification icons */ public static final int status_bar_icon_padding=0x7f0a0010; /** Height of notification icons in the status bar */ public static final int status_bar_icon_size=0x7f0a000d; /** Status bar panel bottom offset (height of status bar - overlap) Status bar panel bottom offset (height of status bar - overlap) */ public static final int status_bar_panel_bottom_offset=0x7f0a0025; /** Size of application description text Size of application description text */ public static final int status_bar_recents_app_description_text_size=0x7f0a0006; /** Where to place the app icon over the thumbnail Where to place the app icon over the thumbnail Where to place the app icon over the thumbnail */ public static final int status_bar_recents_app_icon_left_margin=0x7f0a0022; /** Upper height limit for application icon Upper height limit for application icon */ public static final int status_bar_recents_app_icon_max_height=0x7f0a0002; /** Recent Applications parameters Upper width limit for application icon Upper width limit for application icon */ public static final int status_bar_recents_app_icon_max_width=0x7f0a0001; public static final int status_bar_recents_app_icon_top_margin=0x7f0a0023; /** Left margin of application label text Left margin of application label text Left margin for application label */ public static final int status_bar_recents_app_label_left_margin=0x7f0a0020; /** Size of application label text Size of application label text */ public static final int status_bar_recents_app_label_text_size=0x7f0a0005; /** Width of application label text Width of application label text Width of application label text */ public static final int status_bar_recents_app_label_width=0x7f0a001f; /** Size of fading edge for scroll effect Size of fading edge for scroll effect */ public static final int status_bar_recents_fading_edge_length=0x7f0a0007; /** Padding between recents items Padding between recents items */ public static final int status_bar_recents_item_padding=0x7f0a0021; /** Margin between recents container and glow on the right Margin between recents container and glow on the right Margin between recents container and glow on the right Margin between recents container and glow on the right */ public static final int status_bar_recents_right_glow_margin=0x7f0a0008; /** Padding for text descriptions Padding for text descriptions Padding for text descriptions */ public static final int status_bar_recents_text_description_padding=0x7f0a001e; public static final int status_bar_recents_thumbnail_height=0x7f0a0004; /** Recent Applications parameters How far the thumbnail for a recent app appears from left edge Recent Applications parameters How far the thumbnail for a recent app appears from left edge Recent Applications parameters How far the thumbnail for a recent app appears from left edge */ public static final int status_bar_recents_thumbnail_left_margin=0x7f0a001c; /** How far the thumbnail for a recent app appears from top edge */ public static final int status_bar_recents_thumbnail_top_margin=0x7f0a001d; /** Size of application thumbnail Size of application icon */ public static final int status_bar_recents_thumbnail_width=0x7f0a0003; /** Width of recents panel */ public static final int status_bar_recents_width=0x7f0a0029; } public static final class drawable { public static final int alert_bar_background=0x7f020000; public static final int alert_bar_background_normal=0x7f020001; public static final int alert_bar_background_pressed=0x7f020002; public static final int battery_low_battery=0x7f020003; public static final int btn_default_small=0x7f020004; public static final int btn_default_small_normal=0x7f020005; public static final int btn_default_small_normal_disable=0x7f020006; public static final int btn_default_small_normal_disable_focused=0x7f020007; public static final int btn_default_small_pressed=0x7f020008; public static final int btn_default_small_selected=0x7f020009; public static final int compat_mode_help_bg=0x7f02000a; public static final int compat_mode_help_diagram=0x7f02000b; public static final int compat_mode_help_divider_bottom=0x7f02000c; public static final int compat_mode_help_divider_top=0x7f02000d; public static final int compat_mode_help_icon=0x7f02000e; public static final int hd=0x7f02000f; public static final int hd_off=0x7f020010; public static final int hd_on=0x7f020011; public static final int ic_launcher_settings=0x7f020012; public static final int ic_notification_dnd=0x7f020013; public static final int ic_notification_open=0x7f020014; public static final int ic_notification_overlay=0x7f020015; public static final int ic_notify_clear=0x7f020016; public static final int ic_notify_clear_normal=0x7f020017; public static final int ic_notify_clear_pressed=0x7f020018; public static final int ic_notify_quicksettings=0x7f020019; public static final int ic_notify_quicksettings_normal=0x7f02001a; public static final int ic_notify_quicksettings_pressed=0x7f02001b; public static final int ic_sysbar_airplane_on=0x7f02001c; public static final int ic_sysbar_back=0x7f02001d; public static final int ic_sysbar_back_ime=0x7f02001e; public static final int ic_sysbar_back_ime_default=0x7f02001f; public static final int ic_sysbar_back_ime_pressed=0x7f020020; public static final int ic_sysbar_back_land=0x7f020021; public static final int ic_sysbar_brightness=0x7f020022; public static final int ic_sysbar_highlight=0x7f020023; public static final int ic_sysbar_highlight_land=0x7f020024; public static final int ic_sysbar_home=0x7f020025; public static final int ic_sysbar_home_land=0x7f020026; public static final int ic_sysbar_ime=0x7f020027; public static final int ic_sysbar_ime_default=0x7f020028; public static final int ic_sysbar_ime_pressed=0x7f020029; public static final int ic_sysbar_lights_out_dot_large=0x7f02002a; public static final int ic_sysbar_lights_out_dot_small=0x7f02002b; public static final int ic_sysbar_menu=0x7f02002c; public static final int ic_sysbar_menu_land=0x7f02002d; public static final int ic_sysbar_quicksettings=0x7f02002e; public static final int ic_sysbar_recent=0x7f02002f; public static final int ic_sysbar_recent_land=0x7f020030; public static final int ic_sysbar_rotate_on=0x7f020031; public static final int ic_sysbar_wifi_on=0x7f020032; public static final int ic_sysbar_zoom=0x7f020033; public static final int ic_sysbar_zoom_default=0x7f020034; public static final int ic_sysbar_zoom_pressed=0x7f020035; public static final int notification_header_bg=0x7f0200bf; public static final int notification_icon_area_smoke=0x7f0200c2; public static final int notification_item_background_color=0x7f0200b8; public static final int notification_item_background_color_pressed=0x7f0200b9; public static final int notification_list_shadow=0x7f020036; public static final int notification_number_text_color=0x7f0200b7; public static final int notification_row_bg=0x7f020037; public static final int notification_tracking_bg=0x7f0200c0; public static final int notify_item_glow_bottom=0x7f020038; public static final int notify_panel_clock_bg=0x7f020039; public static final int notify_panel_clock_bg_normal=0x7f02003a; public static final int notify_panel_clock_bg_pressed=0x7f02003b; public static final int notify_panel_notify_bg=0x7f02003c; public static final int nyandroid00=0x7f02003d; public static final int nyandroid01=0x7f02003e; public static final int nyandroid02=0x7f02003f; public static final int nyandroid03=0x7f020040; public static final int nyandroid04=0x7f020041; public static final int nyandroid05=0x7f020042; public static final int nyandroid06=0x7f020043; public static final int nyandroid07=0x7f020044; public static final int nyandroid08=0x7f020045; public static final int nyandroid09=0x7f020046; public static final int nyandroid10=0x7f020047; public static final int nyandroid11=0x7f020048; public static final int nyandroid_anim=0x7f020049; public static final int pocket_drag_bg=0x7f02004a; public static final int pocket_drag_pattern=0x7f02004b; public static final int recents_bg_protect_tile=0x7f02004c; public static final int recents_blue_glow=0x7f02004d; public static final int recents_callout_line=0x7f0200c1; public static final int recents_thumbnail_bg=0x7f02004e; public static final int recents_thumbnail_bg_dragging=0x7f02004f; public static final int recents_thumbnail_bg_normal=0x7f020050; public static final int recents_thumbnail_bg_press=0x7f020051; public static final int recents_thumbnail_fg=0x7f020052; public static final int screenshot_panel=0x7f020053; public static final int scrubber_control_disabled_holo=0x7f020054; public static final int scrubber_control_holo=0x7f020055; public static final int scrubber_track_holo_dark=0x7f020056; public static final int star0=0x7f020057; public static final int star1=0x7f020058; public static final int star2=0x7f020059; public static final int star3=0x7f02005a; public static final int star4=0x7f02005b; public static final int star5=0x7f02005c; public static final int star_anim=0x7f02005d; public static final int stat_notify_image=0x7f02005e; public static final int stat_notify_image_error=0x7f02005f; public static final int stat_notify_more=0x7f020060; public static final int stat_sys_alarm=0x7f020061; public static final int stat_sys_battery=0x7f020062; public static final int stat_sys_battery_0=0x7f020063; public static final int stat_sys_battery_100=0x7f020064; public static final int stat_sys_battery_15=0x7f020065; public static final int stat_sys_battery_28=0x7f020066; public static final int stat_sys_battery_43=0x7f020067; public static final int stat_sys_battery_57=0x7f020068; public static final int stat_sys_battery_71=0x7f020069; public static final int stat_sys_battery_85=0x7f02006a; public static final int stat_sys_battery_charge=0x7f02006b; public static final int stat_sys_battery_charge_anim0=0x7f02006c; public static final int stat_sys_battery_charge_anim100=0x7f02006d; public static final int stat_sys_battery_charge_anim15=0x7f02006e; public static final int stat_sys_battery_charge_anim28=0x7f02006f; public static final int stat_sys_battery_charge_anim43=0x7f020070; public static final int stat_sys_battery_charge_anim57=0x7f020071; public static final int stat_sys_battery_charge_anim71=0x7f020072; public static final int stat_sys_battery_charge_anim85=0x7f020073; public static final int stat_sys_data_bluetooth=0x7f020074; public static final int stat_sys_data_bluetooth_connected=0x7f020075; public static final int stat_sys_data_connected_1x=0x7f020076; public static final int stat_sys_data_connected_3g=0x7f020077; public static final int stat_sys_data_connected_4g=0x7f020078; public static final int stat_sys_data_connected_e=0x7f020079; public static final int stat_sys_data_connected_g=0x7f02007a; public static final int stat_sys_data_connected_h=0x7f02007b; public static final int stat_sys_data_connected_roam=0x7f02007c; public static final int stat_sys_data_fully_connected_1x=0x7f02007d; public static final int stat_sys_data_fully_connected_3g=0x7f02007e; public static final int stat_sys_data_fully_connected_4g=0x7f02007f; public static final int stat_sys_data_fully_connected_e=0x7f020080; public static final int stat_sys_data_fully_connected_g=0x7f020081; public static final int stat_sys_data_fully_connected_h=0x7f020082; public static final int stat_sys_gps_acquiring=0x7f020083; public static final int stat_sys_gps_acquiring_anim=0x7f020084; public static final int stat_sys_no_sim=0x7f020085; public static final int stat_sys_ringer_silent=0x7f020086; public static final int stat_sys_ringer_vibrate=0x7f020087; public static final int stat_sys_roaming_cdma_0=0x7f020088; public static final int stat_sys_roaming_cdma_flash=0x7f020089; public static final int stat_sys_roaming_cdma_flash_anim0=0x7f02008a; public static final int stat_sys_roaming_cdma_flash_anim1=0x7f02008b; public static final int stat_sys_signal_0=0x7f02008c; public static final int stat_sys_signal_0_fully=0x7f02008d; public static final int stat_sys_signal_1=0x7f02008e; public static final int stat_sys_signal_1_fully=0x7f02008f; public static final int stat_sys_signal_2=0x7f020090; public static final int stat_sys_signal_2_fully=0x7f020091; public static final int stat_sys_signal_3=0x7f020092; public static final int stat_sys_signal_3_fully=0x7f020093; public static final int stat_sys_signal_4=0x7f020094; public static final int stat_sys_signal_4_fully=0x7f020095; public static final int stat_sys_signal_flightmode=0x7f020096; public static final int stat_sys_signal_in=0x7f020097; public static final int stat_sys_signal_inout=0x7f020098; public static final int stat_sys_signal_out=0x7f020099; public static final int stat_sys_sync=0x7f02009a; public static final int stat_sys_sync_error=0x7f02009b; public static final int stat_sys_tty_mode=0x7f02009c; public static final int stat_sys_wifi_in=0x7f02009d; public static final int stat_sys_wifi_inout=0x7f02009e; public static final int stat_sys_wifi_out=0x7f02009f; public static final int stat_sys_wifi_signal_0=0x7f0200a0; public static final int stat_sys_wifi_signal_1=0x7f0200a1; public static final int stat_sys_wifi_signal_1_fully=0x7f0200a2; public static final int stat_sys_wifi_signal_2=0x7f0200a3; public static final int stat_sys_wifi_signal_2_fully=0x7f0200a4; public static final int stat_sys_wifi_signal_3=0x7f0200a5; public static final int stat_sys_wifi_signal_3_fully=0x7f0200a6; public static final int stat_sys_wifi_signal_4=0x7f0200a7; public static final int stat_sys_wifi_signal_4_fully=0x7f0200a8; public static final int status_bar_background=0x7f0200bb; public static final int status_bar_bg=0x7f0200a9; public static final int status_bar_bg_tile=0x7f0200aa; public static final int status_bar_close_on=0x7f0200ab; public static final int status_bar_expand=0x7f0200ac; public static final int status_bar_expand_default=0x7f0200ad; public static final int status_bar_expand_pressed=0x7f0200ae; public static final int status_bar_hr=0x7f0200af; public static final int status_bar_item_background=0x7f0200b0; public static final int status_bar_notification_row_background_color=0x7f0200be; public static final int status_bar_recents_app_thumbnail_background=0x7f0200bd; public static final int status_bar_recents_background=0x7f0200b1; public static final int status_bar_recents_background_solid=0x7f0200bc; public static final int status_bar_settings_slider_disabled=0x7f0200b2; public static final int status_bar_ticker_background=0x7f0200b3; public static final int status_bar_toggle_button=0x7f0200b4; public static final int ticker_background=0x7f0200b5; public static final int ticker_background_color=0x7f0200ba; public static final int title_bar_shadow=0x7f0200b6; } public static final class id { public static final int airplane=0x7f0e0078; public static final int airplane_checkbox=0x7f0e007b; public static final int airplane_icon=0x7f0e0079; public static final int airplane_label=0x7f0e007a; public static final int alertIcon=0x7f0e000e; public static final int alertText=0x7f0e000f; public static final int alt=0x7f0e0068; public static final int app_description=0x7f0e006e; public static final int app_icon=0x7f0e006c; public static final int app_label=0x7f0e006d; public static final int app_thumbnail=0x7f0e006a; public static final int app_thumbnail_image=0x7f0e006b; public static final int back=0x7f0e0012; public static final int bar_contents=0x7f0e002d; public static final int bar_contents_holder=0x7f0e002c; public static final int bar_shadow=0x7f0e0032; public static final int bar_shadow_holder=0x7f0e0031; public static final int battery=0x7f0e0027; public static final int battery_text=0x7f0e005f; public static final int bluetooth=0x7f0e0054; public static final int brightness=0x7f0e0084; public static final int brightness_icon=0x7f0e0083; public static final int button=0x7f0e0008; public static final int clear_all_button=0x7f0e003c; public static final int clock=0x7f0e0028; public static final int close=0x7f0e0090; public static final int compatModeButton=0x7f0e0050; public static final int compat_mode_off_radio=0x7f0e0038; public static final int compat_mode_on_radio=0x7f0e0039; public static final int compat_mode_radio_group=0x7f0e0037; public static final int content=0x7f0e0059; public static final int content_frame=0x7f0e0057; public static final int content_parent=0x7f0e0056; public static final int date=0x7f0e003a; public static final int deadzone=0x7f0e0017; public static final int description=0x7f0e0066; public static final int diagram=0x7f0e0005; public static final int do_not_disturb=0x7f0e0085; public static final int do_not_disturb_checkbox=0x7f0e0087; public static final int do_not_disturb_icon=0x7f0e0086; public static final int dot0=0x7f0e0033; public static final int dot1=0x7f0e0034; public static final int dot2=0x7f0e0035; public static final int dot3=0x7f0e0036; public static final int explanation=0x7f0e0007; public static final int fake_space_bar=0x7f0e002f; public static final int feedbackIconArea=0x7f0e004e; public static final int global_screenshot=0x7f0e000b; public static final int global_screenshot_background=0x7f0e0009; public static final int global_screenshot_container=0x7f0e000a; public static final int global_screenshot_flash=0x7f0e000c; public static final int glow=0x7f0e0048; public static final int hard_keyboard_section=0x7f0e0049; public static final int hard_keyboard_switch=0x7f0e004b; public static final int header=0x7f0e0004; public static final int home=0x7f0e0013; public static final int icon=0x7f0e0006; public static final int icons=0x7f0e0022; public static final int image=0x7f0e0003; public static final int imeSwitchButton=0x7f0e004f; public static final int ime_settings_shortcut=0x7f0e004d; public static final int input_method_menu_list=0x7f0e004c; public static final int intruder_alert_content=0x7f0e000d; public static final int item_icon=0x7f0e0043; public static final int item_radio=0x7f0e0042; public static final int item_settings_icon=0x7f0e0047; public static final int item_subtitle=0x7f0e0045; public static final int item_subtype=0x7f0e0041; public static final int item_title=0x7f0e0044; public static final int item_vertical_separator=0x7f0e0046; public static final int label=0x7f0e008f; public static final int large_icon=0x7f0e0065; public static final int latestItems=0x7f0e003f; public static final int left_icon=0x7f0e0089; public static final int level_percent=0x7f0e0002; public static final int lights_out=0x7f0e0016; public static final int listview_footer_padding=0x7f0e0077; public static final int menu=0x7f0e0015; public static final int mobile_combo=0x7f0e001e; public static final int mobile_inout=0x7f0e0021; public static final int mobile_signal=0x7f0e001f; public static final int mobile_type=0x7f0e0020; public static final int nav_buttons=0x7f0e0011; public static final int navigationArea=0x7f0e002e; public static final int netwerk=0x7f0e005b; public static final int network=0x7f0e007c; public static final int network_direction=0x7f0e005e; public static final int network_icon=0x7f0e007d; public static final int network_label=0x7f0e007e; public static final int network_signal=0x7f0e005c; public static final int network_text=0x7f0e0053; public static final int network_type=0x7f0e005d; public static final int noNotificationsTitle=0x7f0e003d; public static final int notificationArea=0x7f0e0030; public static final int notificationIcons=0x7f0e0023; public static final int notificationTrigger=0x7f0e0051; public static final int notification_button=0x7f0e0060; public static final int notification_scroller=0x7f0e0058; public static final int number=0x7f0e0040; public static final int padding=0x7f0e0000; public static final int panel_root=0x7f0e0055; public static final int preview=0x7f0e0067; public static final int recent_apps=0x7f0e0014; public static final int recent_inspect_item=0x7f0e0092; public static final int recent_item=0x7f0e0069; public static final int recent_remove_item=0x7f0e0091; public static final int recents_bg_protect=0x7f0e0071; public static final int recents_callout_line=0x7f0e006f; public static final int recents_container=0x7f0e0073; public static final int recents_dismiss_button=0x7f0e0076; public static final int recents_glow=0x7f0e0072; public static final int recents_linear_layout=0x7f0e0074; public static final int recents_no_apps=0x7f0e0075; public static final int recents_root=0x7f0e0070; public static final int right_icon=0x7f0e008b; public static final int rot0=0x7f0e0010; public static final int rot270=0x7f0e0019; public static final int rot90=0x7f0e0018; public static final int rotate=0x7f0e007f; public static final int rotate_checkbox=0x7f0e0082; public static final int rotate_icon=0x7f0e0080; public static final int rotate_label=0x7f0e0081; public static final int scroll=0x7f0e003e; public static final int settings=0x7f0e0088; public static final int settings_button=0x7f0e003b; public static final int signal_battery_cluster=0x7f0e0025; public static final int signal_cluster=0x7f0e0026; public static final int slider=0x7f0e008e; public static final int spacer=0x7f0e001d; public static final int statusIcons=0x7f0e0024; public static final int subtitle=0x7f0e0001; public static final int text=0x7f0e008a; public static final int ticker=0x7f0e0029; public static final int tickerIcon=0x7f0e002a; public static final int tickerText=0x7f0e002b; public static final int ticker_expanded=0x7f0e008c; public static final int time_bg=0x7f0e0062; public static final int time_fg=0x7f0e0063; public static final int time_solid=0x7f0e0052; public static final int title_area=0x7f0e005a; public static final int title_divider=0x7f0e0061; public static final int toggle=0x7f0e008d; public static final int use_physical_keyboard_label=0x7f0e004a; public static final int veto=0x7f0e0064; public static final int wifi_combo=0x7f0e001a; public static final int wifi_inout=0x7f0e001c; public static final int wifi_signal=0x7f0e001b; } public static final class integer { /** How many icons may be shown at once in the system bar. Includes any slots that may be reused for things like IME control. */ public static final int config_maxNotificationIcons=0x7f090000; /** Whether we're using the tablet-optimized recents interface (we use this value at runtime for some things) Whether we're using the tablet-optimized recents interface (we use this value at runtime for some things) */ public static final int status_bar_recents_bg_gradient_degrees=0x7f090001; } public static final class layout { public static final int battery_low=0x7f030000; public static final int compat_mode_help=0x7f030001; public static final int global_screenshot=0x7f030002; public static final int intruder_alert=0x7f030003; public static final int navigation_bar=0x7f030004; public static final int signal_cluster_view=0x7f030005; public static final int status_bar=0x7f030006; public static final int status_bar_compat_mode_panel=0x7f030007; public static final int status_bar_expanded=0x7f030008; public static final int status_bar_icon=0x7f030009; public static final int status_bar_input_methods_item=0x7f03000a; public static final int status_bar_input_methods_panel=0x7f03000b; public static final int status_bar_no_recent_apps=0x7f03000c; public static final int status_bar_notification_area=0x7f03000d; public static final int status_bar_notification_panel=0x7f03000e; public static final int status_bar_notification_panel_title=0x7f03000f; public static final int status_bar_notification_peek=0x7f030010; public static final int status_bar_notification_row=0x7f030011; public static final int status_bar_pocket_panel=0x7f030012; public static final int status_bar_recent_item=0x7f030013; public static final int status_bar_recent_panel=0x7f030014; public static final int status_bar_recent_panel_footer=0x7f030015; public static final int status_bar_settings_view=0x7f030016; public static final int status_bar_ticker_compat=0x7f030017; public static final int status_bar_ticker_panel=0x7f030018; public static final int status_bar_toggle_slider=0x7f030019; public static final int status_bar_tracking=0x7f03001a; } public static final class menu { public static final int recent_popup_menu=0x7f0d0000; } public static final class plurals { /** Message that is read when you enter recent apps in TalkBack */ public static final int status_bar_accessibility_recent_apps=0x7f0b0000; } public static final class raw { public static final int carousel=0x7f050000; } public static final class string { /** Content description of the airplane mode icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_airplane_mode=0x7f08005d; /** Content description of the back button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_back=0x7f080037; /** Content description of the battery when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_battery_full=0x7f080044; /** Content description of the battery level icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_battery_level=0x7f08005e; /** Content description of the battery when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_battery_one_bar=0x7f080041; /** Content description of the battery when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_battery_three_bars=0x7f080043; /** Content description of the battery when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_battery_two_bars=0x7f080042; /** Content description of the bluetooth icon when connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_bluetooth_connected=0x7f08003e; /** Content description of the bluetooth icon when connecting for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_bluetooth_disconnected=0x7f08003f; /** Content description of the bluetooth tethering icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_bluetooth_tether=0x7f08005c; /** Content description of the clear button in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_clear_all=0x7f080072; /** Content description of the compatibility zoom button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_compatibility_zoom_button=0x7f08003c; /** Content description of picture of the compatibility zoom example for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_compatibility_zoom_example=0x7f08003d; /** Content description of the data connection type 3.5G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_data_connection_3_5g=0x7f080056; /** Content description of the data connection type 3G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_data_connection_3g=0x7f080055; /** Content description of the data connection type 4G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_data_connection_4g=0x7f080057; /** Content description of the data connection type CDMA for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_data_connection_cdma=0x7f080058; /** Content description of the data connection type Edge for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_data_connection_edge=0x7f080059; /** Content description of the data connection type GPRS for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_data_connection_gprs=0x7f080054; /** Content description of the data connection type WiFi for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_data_connection_wifi=0x7f08005a; /** Content description of the data signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_data_one_bar=0x7f08004b; /** Content description of the data signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_data_signal_full=0x7f08004e; /** Content description of the data signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_data_three_bars=0x7f08004d; /** Content description of the data signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_data_two_bars=0x7f08004c; /** Content description of the acquiring GPS icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_gps_acquiring=0x7f080063; /** Content description of the enabled GPS icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_gps_enabled=0x7f080062; /** Content description of the home button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_home=0x7f080038; /** Content description of the switch input method button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_ime_switch_button=0x7f08003b; /** Content description of the menu button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_menu=0x7f080039; /** Content description of the battery when no battery for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_no_battery=0x7f080040; /** Content description of the data signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_no_data=0x7f08004a; /** Content description of the phone signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_no_phone=0x7f080045; /** Content description of the data connection with no SIM for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_no_sim=0x7f08005b; /** Content description of the WIFI signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_no_wifi=0x7f08004f; /** Content description of the button for showing a notifications panel in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_notifications_button=0x7f080060; /** Content description of the phone signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_phone_one_bar=0x7f080046; /** Content description of the phone signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_phone_signal_full=0x7f080049; /** Content description of the phone signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_phone_three_bars=0x7f080048; /** Content description of the phone signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_phone_two_bars=0x7f080047; /** Content description of the recents button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_recent=0x7f08003a; /** Content description to tell the user an application has been removed from recents */ public static final int accessibility_recents_item_dismissed=0x7f080067; /** Content description of the button for removing a notification in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_remove_notification=0x7f080061; /** Content description of the ringer silent icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_ringer_silent=0x7f080066; /** Content description of the ringer vibrate icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_ringer_vibrate=0x7f080065; /** Content description of the button for showing a settings panel in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_settings_button=0x7f08005f; /** Content description of the TeleTypewriter(TTY) enabled icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_tty_enabled=0x7f080064; /** Content description of the WIFI signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_wifi_one_bar=0x7f080050; /** Content description of the WIFI signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_wifi_signal_full=0x7f080053; /** Content description of the WIFI signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_wifi_three_bars=0x7f080052; /** Content description of the WIFI signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] */ public static final int accessibility_wifi_two_bars=0x7f080051; /** Checkbox label for USB accessory dialogs. [CHAR LIMIT=50] */ public static final int always_use_accessory=0x7f080027; /** Checkbox label for USB device dialogs. [CHAR LIMIT=50] */ public static final int always_use_device=0x7f080026; /** Name of the status bar as seen in the applications info settings page. [CHAR LIMIT=12] */ public static final int app_label=0x7f080003; /** A message that appears when the battery level is getting low in a dialog. This is appened to the subtitle of the low battery alert. "number" is the percentage of battery remaining [CHAR LIMIT=none] */ public static final int battery_low_percent_format=0x7f080010; /** When the battery is low, this is displayed to the user in a dialog. The subtitle of the low battery alert. [CHAR LIMIT=NONE] outdated translation 7388781709819722764 */ public static final int battery_low_subtitle=0x7f08000f; /** When the battery is low, this is displayed to the user in a dialog. The title of the low battery alert. [CHAR LIMIT=NONE] */ public static final int battery_low_title=0x7f08000e; /** When the battery is low, this is the label of the button to go to the power usage activity to find out what drained the battery. [CHAR LIMIT=30] */ public static final int battery_low_why=0x7f080012; /** Network connection string for Bluetooth Reverse Tethering */ public static final int bluetooth_tethered=0x7f08001c; /** Compatibility mode help screen: body text. [CHAR LIMIT=150] */ public static final int compat_mode_help_body=0x7f08002b; /** Compatibility mode help screen: header text. [CHAR LIMIT=50] */ public static final int compat_mode_help_header=0x7f08002a; /** Checkbox label for application compatibility mode OFF (normal mode on tablets). [CHAR LIMIT=25] */ public static final int compat_mode_off=0x7f080029; /** Checkbox label for application compatibility mode ON (zooming app to look like it's running on a phone). [CHAR LIMIT=25] */ public static final int compat_mode_on=0x7f080028; /** Component to be used as the status bar service. Must implement the IStatusBar interface. This name is in the ComponentName flattened format (package/class) */ public static final int config_statusBarComponent=0x7f080000; /** Component to be used as the system bar service. Must implement the IStatusBar interface. This name is in the ComponentName flattened format (package/class) */ public static final int config_systemBarComponent=0x7f080001; /** Body of dialog shown when data usage has exceeded limit and has been disabled. [CHAR LIMIT=NONE] */ public static final int data_usage_disabled_dialog=0x7f08006c; /** Title of dialog shown when 2G-3G data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] */ public static final int data_usage_disabled_dialog_3g_title=0x7f080068; /** Title of dialog shown when 4G data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] */ public static final int data_usage_disabled_dialog_4g_title=0x7f080069; /** Dialog button indicating that data connection should be re-enabled. [CHAR LIMIT=28] */ public static final int data_usage_disabled_dialog_enable=0x7f08006d; /** Title of dialog shown when mobile data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] */ public static final int data_usage_disabled_dialog_mobile_title=0x7f08006a; /** Title of dialog shown when data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] */ public static final int data_usage_disabled_dialog_title=0x7f08006b; /** Notification text: when GPS has found a fix [CHAR LIMIT=50] */ public static final int gps_notification_found_text=0x7f080071; /** Notification text: when GPS is getting a fix [CHAR LIMIT=50] */ public static final int gps_notification_searching_text=0x7f080070; /** Label for the installer CD image option in UsbPreferenceActivity. [CHAR LIMIT=50] */ public static final int installer_cd_button_title=0x7f080036; /** A message that appears when a USB charger is plugged in and the device does not support charging on it. That is, a charger that fits into the USB port and goes into a wall socket, not into a computer. (This happens because some devices require more current than the USB spec allows. [CHAR LIMIT=NONE] */ public static final int invalid_charger=0x7f080011; /** View button label for USB dialogs. [CHAR LIMIT=15] */ public static final int label_view=0x7f080025; /** Content text for do-not-disturb mode notification */ public static final int notifications_off_text=0x7f080075; /** Title for the pseudo-notification shown when notifications are disabled (do-not-disturb mode) */ public static final int notifications_off_title=0x7f080074; /** Notification text displayed when we fail to take a screenshot. [CHAR LIMIT=100] */ public static final int screenshot_failed_text=0x7f080032; /** Notification title displayed when we fail to take a screenshot. [CHAR LIMIT=50] */ public static final int screenshot_failed_title=0x7f080031; /** Notification text displayed when a screenshot is saved to the Gallery. [CHAR LIMIT=100] */ public static final int screenshot_saved_text=0x7f080030; /** Notification title displayed when a screenshot is saved to the Gallery. [CHAR LIMIT=50] */ public static final int screenshot_saved_title=0x7f08002f; /** Notification text displayed when a screenshot is being saved to the Gallery. [CHAR LIMIT=100] */ public static final int screenshot_saving_text=0x7f08002e; /** Notification ticker displayed when a screenshot is being saved to the Gallery. [CHAR LIMIT=30] */ public static final int screenshot_saving_ticker=0x7f08002c; /** Notification title displayed when a screenshot is being saved to the Gallery. [CHAR LIMIT=50] */ public static final int screenshot_saving_title=0x7f08002d; /** Content description for the button to dismiss Recent Apps (only present on large devices) */ public static final int status_bar_accessibility_dismiss_recents=0x7f08000a; /** The text for the button in the notification window-shade that clears all of the currently visible notifications. [CHAR LIMIT=10] The text for the button in the notification window-shade that clears all of the currently visible notifications. [CHAR LIMIT=10] */ public static final int status_bar_clear_all_button=0x7f080004; /** For formatting day of week and date in DateView. %1$s is DOW, %2$s is date. In Roman locales we now show only the date, but DOW is available for other locales if necessary. For formatting day of week and date in DateView. Day of week precedes date by default, but this may be overridden on a per-locale basis if necessary. For formatting day of week and date in DateView. Day of week precedes date by default, but this may be overridden on a per-locale basis if necessary. For formatting day of week and date in DateView. Day of week precedes date by default, but this may be overridden on a per-locale basis if necessary. For formatting day of week and date in DateView. Day of week precedes date by default, but this may be overridden on a per-locale basis if necessary. For formatting day of week and date in DateView. Day of week precedes date by default, but this may be overridden on a per-locale basis if necessary. For formatting day of week and date in DateView. Day of week precedes date by default, but this may be overridden on a per-locale basis if necessary. For formatting day of week and date in DateView. Day of week precedes date by default, but this may be overridden on a per-locale basis if necessary. For formatting day of week and date in DateView. Day of week precedes date by default, but this may be overridden on a per-locale basis if necessary. */ public static final int status_bar_date_formatter=0x7f080002; /** The text for the button in the notification window-shade that turns on do not disturb mode, where notifications no longer show their ticker, no sound plays, and no icons are visible. The windowshade continues to show the notifications. [CHAR LIMIT=25] */ public static final int status_bar_do_not_disturb_button=0x7f080005; /** Title of a button to open the settings for input methods [CHAR LIMIT=30] */ public static final int status_bar_input_method_settings_configure_input_methods=0x7f08001d; /** The label for the group of notifications for recent events in the opened version of the status bar. Recently received text messsages (SMS), emails, calendar alerts, etc. [CHAR LIMIT=40] */ public static final int status_bar_latest_events_title=0x7f08000d; /** Separator for PLMN and SPN in network name. Separator for PLMN and SPN in network name. */ public static final int status_bar_network_name_separator=0x7f08001b; /** The label in the bar at the top of the status bar when there are no notifications showing. [CHAR LIMIT=40] no translation found for status_bar_accessibility_recent_apps:one (5854176083865845541) no translation found for status_bar_accessibility_recent_apps:other (1040784359794890744) String.format failed for translation no translation found for status_bar_accessibility_recent_apps:other (1040784359794890744) */ public static final int status_bar_no_notifications_title=0x7f08000b; /** Message shown in the middle of the screen after clicking on the recent apps button when there are no recent apps to show. Also used for accessibility. [CHAR LIMIT=45] */ public static final int status_bar_no_recent_apps=0x7f080009; /** The label for the group of notifications for ongoing events in the opened version of the status bar. An ongoing call is the prime example of this. The MP3 music player might be another example. [CHAR LIMIT=40] */ public static final int status_bar_ongoing_events_title=0x7f08000c; /** The text for the button in the notification window-shade that turns off do not disturb mode. After clicking this, notifications will be shown again. [CHAR LIMIT=25] */ public static final int status_bar_please_disturb_button=0x7f080006; /** Title shown in recents popup for inspecting an application's properties */ public static final int status_bar_recent_inspect_item_title=0x7f080008; /** Title shown in recents popup for removing an application from the list */ public static final int status_bar_recent_remove_item_title=0x7f080007; /** Label in the system panel for airplane mode (all radios are turned off)[CHAR LIMIT=30] */ public static final int status_bar_settings_airplane=0x7f080015; /** Abbreviation / label for automatic brightness mode button. Should be all caps. [CHAR LIMIT=6] */ public static final int status_bar_settings_auto_brightness_label=0x7f080018; /** Label in system panel saying the device will use the orientation sensor to rotate [CHAR LIMIT=30] */ public static final int status_bar_settings_auto_rotation=0x7f080016; /** Text to display next to the graphical battery meter. [CHAR LIMIT=3] */ public static final int status_bar_settings_battery_meter_format=0x7f08001a; /** Abbreviation / label for mute brightness mode button. Should be all caps. [CHAR LIMIT=6] */ public static final int status_bar_settings_mute_label=0x7f080017; /** Label in system panel saying the device will show notifications [CHAR LIMIT=30] */ public static final int status_bar_settings_notifications=0x7f080019; /** Name of the button that links to the Settings app. [CHAR LIMIT=NONE] */ public static final int status_bar_settings_settings_button=0x7f080013; /** Text to display underneath the graphical signal strength meter when no connection is available. [CHAR LIMIT=20] */ public static final int status_bar_settings_signal_meter_disconnected=0x7f08006e; /** Text to display underneath the graphical signal strength meter when it is displaying Wi-Fi status and Wi-Fi is connected to a network whose SSID is not available. [CHAR LIMIT=20] */ public static final int status_bar_settings_signal_meter_wifi_nossid=0x7f08006f; /** Name of the button that links to the Wifi settings screen. [CHAR LIMIT=NONE] */ public static final int status_bar_settings_wifi_button=0x7f080014; /** Label of a toggle switch to disable use of the physical keyboard in favor of the IME. [CHAR LIMIT=25] */ public static final int status_bar_use_physical_keyboard=0x7f08001e; /** Title for USB accessory dialog. Used when the name of the accessory cannot be determined. [CHAR LIMIT=50] */ public static final int title_usb_accessory=0x7f080024; /** Rotation lock toast text: shown when rotation lock is turned on in landscape orientation. */ public static final int toast_rotation_locked=0x7f080073; /** Prompt for the USB accessory confirm dialog [CHAR LIMIT=80] */ public static final int usb_accessory_confirm_prompt=0x7f080022; /** Prompt for the USB accessory permission dialog [CHAR LIMIT=80] */ public static final int usb_accessory_permission_prompt=0x7f080020; /** Prompt for the USB accessory URI dialog [CHAR LIMIT=80] */ public static final int usb_accessory_uri_prompt=0x7f080023; /** Prompt for the USB device confirm dialog [CHAR LIMIT=80] */ public static final int usb_device_confirm_prompt=0x7f080021; /** Prompt for the USB device permission dialog [CHAR LIMIT=80] */ public static final int usb_device_permission_prompt=0x7f08001f; /** Title for the USB function chooser in UsbPreferenceActivity. [CHAR LIMIT=30] */ public static final int usb_preference_title=0x7f080033; /** Label for the MTP USB function in UsbPreferenceActivity. [CHAR LIMIT=50] */ public static final int use_mtp_button_title=0x7f080034; /** Label for the PTP USB function in UsbPreferenceActivity. [CHAR LIMIT=50] */ public static final int use_ptp_button_title=0x7f080035; } public static final class style { public static final int Animation=0x7f0c0006; public static final int Animation_RecentPanel=0x7f0c0008; public static final int Animation_ShirtPocketPanel=0x7f0c0007; /** Standard animations for hiding and showing the status bar. */ public static final int Animation_StatusBar=0x7f0c0009; public static final int Animation_StatusBar_IntruderAlert=0x7f0c000a; public static final int StatusBarNotificationText=0x7f0c000c; public static final int StatusBarPanelSettingsContents=0x7f0c000f; public static final int StatusBarPanelSettingsIcon=0x7f0c000e; public static final int StatusBarPanelSettingsPanelSeparator=0x7f0c0010; public static final int StatusBarPanelSettingsRow=0x7f0c000d; public static final int TextAppearance_StatusBar_Clock=0x7f0c0004; public static final int TextAppearance_StatusBar_Date=0x7f0c0005; public static final int TextAppearance_StatusBar_IntruderAlert=0x7f0c0001; public static final int TextAppearance_StatusBar_PhoneTicker=0x7f0c000b; public static final int TextAppearance_StatusBar_SystemPanel=0x7f0c0002; public static final int TextAppearance_StatusBar_TextButton=0x7f0c0003; public static final int TextAppearance_StatusBar_Title=0x7f0c0000; } public static final class styleable { /** Attributes that can be used with a KeyButtonView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #KeyButtonView_glowBackground com.android.systemui:glowBackground}</code></td><td> drawable to use for a swelling, glowing background on press </td></tr> <tr><td><code>{@link #KeyButtonView_keyCode com.android.systemui:keyCode}</code></td><td> key code to send when pressed; if absent or 0, no key is sent </td></tr> <tr><td><code>{@link #KeyButtonView_keyRepeat com.android.systemui:keyRepeat}</code></td><td> does this button generate longpress / repeat events? </td></tr> </table> @see #KeyButtonView_glowBackground @see #KeyButtonView_keyCode @see #KeyButtonView_keyRepeat */ public static final int[] KeyButtonView = { 0x7f010000, 0x7f010001, 0x7f010002 }; /** <p> @attr description drawable to use for a swelling, glowing background on press <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name android:glowBackground */ public static final int KeyButtonView_glowBackground = 2; /** <p> @attr description key code to send when pressed; if absent or 0, no key is sent <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name android:keyCode */ public static final int KeyButtonView_keyCode = 0; /** <p> @attr description does this button generate longpress / repeat events? <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name android:keyRepeat */ public static final int KeyButtonView_keyRepeat = 1; /** Attributes that can be used with a NotificationLinearLayout. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #NotificationLinearLayout_insetLeft com.android.systemui:insetLeft}</code></td><td></td></tr> </table> @see #NotificationLinearLayout_insetLeft */ public static final int[] NotificationLinearLayout = { 0x7f010004 }; /** <p>This symbol is the offset where the {@link com.android.systemui.R.attr#insetLeft} attribute's value can be found in the {@link #NotificationLinearLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name android:insetLeft */ public static final int NotificationLinearLayout_insetLeft = 0; /** Attributes that can be used with a NotificationRowLayout. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #NotificationRowLayout_rowHeight com.android.systemui:rowHeight}</code></td><td></td></tr> </table> @see #NotificationRowLayout_rowHeight */ public static final int[] NotificationRowLayout = { 0x7f010005 }; /** <p>This symbol is the offset where the {@link com.android.systemui.R.attr#rowHeight} attribute's value can be found in the {@link #NotificationRowLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name android:rowHeight */ public static final int NotificationRowLayout_rowHeight = 0; /** Attributes that can be used with a ToggleSlider. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ToggleSlider_text com.android.systemui:text}</code></td><td></td></tr> </table> @see #ToggleSlider_text */ public static final int[] ToggleSlider = { 0x7f010003 }; /** <p>This symbol is the offset where the {@link com.android.systemui.R.attr#text} attribute's value can be found in the {@link #ToggleSlider} array. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name android:text */ public static final int ToggleSlider_text = 0; }; }