/* 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.launcher; public final class R { public static final class anim { public static final int fade_in_fast=0x7f040000; public static final int fade_out_fast=0x7f040001; public static final int paged_view_click_feedback=0x7f040002; } public static final class array { public static final int extra_wallpapers=0x7f0b0000; public static final int wallpapers=0x7f0b0001; } public static final class attr { /** The blur color of the holographic outline <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></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 blurColor=0x7f01000d; /** The number of horizontal cells in the CellLayout <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 cellCountX=0x7f010003; /** The number of vertical cells in the CellLayout <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 cellCountY=0x7f010004; /** The height of a single cell <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 cellHeight=0x7f010006; /** The width of a single cell <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 cellWidth=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 className=0x7f01001e; /** The x index of the item to be focused in the cling <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 clingFocusedX=0x7f01001c; /** The y index of the item to be focused in the cling <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 clingFocusedY=0x7f01001d; /** <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 container=0x7f010020; /** The first screen the workspace should display. <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 defaultScreen=0x7f010002; /** Orientation of a widget. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>vertical</code></td><td>0</td><td> Vertical widget. </td></tr> <tr><td><code>horizontal</code></td><td>1</td><td> Horizontal widget. </td></tr> </table> */ public static final int direction=0x7f010000; /** Used to identify how to draw the cling bg <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 drawIdentifier=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 heightGap=0x7f010008; /** <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 icon=0x7f010026; /** The max gap size for each dimension <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 maxGap=0x7f010009; /** The outline color of the holographic outline <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></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 outlineColor=0x7f01000e; /** <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 packageName=0x7f01001f; /** <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 pageLayoutHeightGap=0x7f010010; /** <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 pageLayoutPaddingBottom=0x7f010012; /** <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 pageLayoutPaddingLeft=0x7f010013; /** <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 pageLayoutPaddingRight=0x7f010014; /** The padding of the pages that are dynamically created per page <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 pageLayoutPaddingTop=0x7f010011; /** A spacing override for the icons within a page <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 pageLayoutWidthGap=0x7f01000f; /** The space between adjacent pages of the PagedView. <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 pageSpacing=0x7f010015; /** <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 screen=0x7f010021; /** The padding for the scroll indicator area <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 scrollIndicatorPaddingLeft=0x7f010016; /** <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 scrollIndicatorPaddingRight=0x7f010017; /** <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 spanX=0x7f010024; /** <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 spanY=0x7f010025; /** The color of the stroke outline <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></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 strokeColor=0x7f01000a; /** The color of the text <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></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 strokeTextColor=0x7f01000b; /** The width of the stroke <p>Must be a floating point value, such as "<code>1.2</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 strokeWidth=0x7f01000c; /** <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 title=0x7f010027; /** <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 uri=0x7f010028; /** Vertical spacing between widgets <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 widgetCellHeightGap=0x7f010019; /** Horizontal spacing between widgets and wallpapers <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 widgetCellWidthGap=0x7f010018; /** Number of widgets horizontally <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 widgetCountX=0x7f01001a; /** Number of widgets vertically <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 widgetCountY=0x7f01001b; /** An override for the width and height gap to allow users to specify a specific size for the page using spacing instead of resolving the spacing from the width of the page <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 widthGap=0x7f010007; /** <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 x=0x7f010022; /** <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 y=0x7f010023; } public static final class bool { public static final int config_hardwareAccelerated=0x7f080000; public static final int config_largeHeap=0x7f080001; /** Workspace Whether or not the drop targets drop down as opposed to fade in Workspace Whether or not the drop targets drop down as opposed to fade in Workspace Whether or not the drop targets drop down as opposed to fade in */ public static final int config_useDropTargetDownTransition=0x7f080002; /** Whether or not to fade the side pages Whether or not to fade the side pages Workspace Whether or not to fade the side pages Whether or not to fade the side pages */ public static final int config_workspaceFadeAdjacentScreens=0x7f080003; } public static final class color { public static final int appwidget_error_color=0x7f070004; public static final int bubble_dark_background=0x7f070003; /** The color tints to apply to the text and drag view when hovering over the delete target or the info target */ public static final int delete_target_hover_tint=0x7f070000; /** The alpha/color to apply to the drag image */ public static final int drag_view_multiply_color=0x7f070002; public static final int info_target_hover_tint=0x7f070001; public static final int workspace_all_apps_and_delete_zone_text_color=0x7f070005; public static final int workspace_all_apps_and_delete_zone_text_shadow_color=0x7f070006; } public static final class dimen { /** How much the content view of an alert dialog should be inset (currently used for the WallpaperChooser in XLarge mode) */ public static final int alert_dialog_content_inset=0x7f0a004f; /** Vertical spacing between edge of screen and mini cell layouts when they are minimized to the bottom in all apps Vertical spacing between edge of screen and mini cell layouts when they are minimized to the bottom in all apps */ public static final int allAppsSmallScreenVerticalMarginLandscape=0x7f0a002a; public static final int allAppsSmallScreenVerticalMarginPortrait=0x7f0a002b; public static final int all_apps_button_vertical_padding=0x7f0a004b; public static final int app_icon_padding_top=0x7f0a0015; /** Size of icons in workspace */ public static final int app_icon_size=0x7f0a001b; public static final int app_widget_padding_bottom=0x7f0a0034; /** Padding applied to AppWidgets Workspace grid Padding applied to AppWidgets */ public static final int app_widget_padding_left=0x7f0a0031; public static final int app_widget_padding_right=0x7f0a0032; /** Padding applied to AppWidgets */ public static final int app_widget_padding_top=0x7f0a0033; /** The width can be 76dp because we don't have B padding */ public static final int apps_customize_cell_height=0x7f0a001d; /** The width can be 72dp because we don't have L/R padding AppsCustomize AppsCustomize */ public static final int apps_customize_cell_width=0x7f0a001c; public static final int apps_customize_max_gap=0x7f0a001e; public static final int apps_customize_pageLayoutHeightGap=0x7f0a0040; public static final int apps_customize_pageLayoutPaddingBottom=0x7f0a0042; public static final int apps_customize_pageLayoutPaddingLeft=0x7f0a0043; public static final int apps_customize_pageLayoutPaddingRight=0x7f0a0044; /** AppsCustomize */ public static final int apps_customize_pageLayoutPaddingTop=0x7f0a0041; /** We can also afford to have a slightly wider portrait layout in xlarge */ public static final int apps_customize_pageLayoutWidthGap=0x7f0a003f; /** AllApps/Customize/AppsCustomize The height of the tab bar - if this changes, we should update the external icon width/height above to compensate AppsCustomize */ public static final int apps_customize_tab_bar_height=0x7f0a001a; public static final int apps_customize_widget_cell_height_gap=0x7f0a0020; public static final int apps_customize_widget_cell_width_gap=0x7f0a001f; /** height of the bottom row of controls height of the bottom row of controls height of the bottom row of controls height of the bottom row of controls */ public static final int button_bar_height=0x7f0a0022; public static final int button_bar_height_bottom_padding=0x7f0a0024; public static final int button_bar_height_plus_padding=0x7f0a0027; /** Because portal animations go beyond the bounds of an icon, we need to make the dock layout slightly larger than the button_bar_height Because portal animations go beyond the bounds of an icon, we need to make the dock layout slightly larger than the button_bar_height Because portal animations go beyond the bounds of an icon, we need to make the dock layout slightly larger than the button_bar_height Because portal animations go beyond the bounds of an icon, we need to make the dock layout slightly larger than the button_bar_height */ public static final int button_bar_height_top_padding=0x7f0a0023; public static final int button_bar_width_left_padding=0x7f0a0025; public static final int button_bar_width_right_padding=0x7f0a0026; /** Cling */ public static final int clingPunchThroughGraphicCenterRadius=0x7f0a0000; /** padding between the delete zone drawable and text */ public static final int delete_zone_drawable_padding=0x7f0a002c; /** When dragging items on the workspace, the number of dps by which the position of the drag view should be offset from the position of the original view. When dragging items on the workspace, the number of dps by which the position of the drag view should be offset from the position of the original view. */ public static final int dragViewOffsetX=0x7f0a002f; public static final int dragViewOffsetY=0x7f0a0030; /** Drag padding to add to the drop targets */ public static final int drop_target_drag_padding=0x7f0a0028; /** The corner radius to draw the external drop icon rounded rect */ public static final int external_drop_icon_rect_radius=0x7f0a004a; /** Clings Clings */ public static final int folderClingMarginTop=0x7f0a0001; public static final int folder_cell_height=0x7f0a000b; public static final int folder_cell_width=0x7f0a000a; public static final int folder_height_gap=0x7f0a0039; public static final int folder_name_padding=0x7f0a0037; /** The amount that the preview contents are inset from the preview background The amount that the preview contents are inset from the preview background */ public static final int folder_preview_padding=0x7f0a0036; /** Folders The size of the image which sits behind the preview of the folder contents Folders The size of the image which sits behind the preview of the folder contents Folders The size of the image which sits behind the preview of the folder contents */ public static final int folder_preview_size=0x7f0a0035; public static final int folder_width_gap=0x7f0a0038; public static final int hotseat_bottom_padding=0x7f0a0046; public static final int hotseat_cell_height=0x7f0a0011; public static final int hotseat_cell_width=0x7f0a0010; public static final int hotseat_height_gap=0x7f0a0013; public static final int hotseat_left_padding=0x7f0a0047; public static final int hotseat_right_padding=0x7f0a0048; public static final int hotseat_top_padding=0x7f0a0045; public static final int hotseat_width_gap=0x7f0a0012; public static final int live_wallpaper_grid_item_padding=0x7f0a004e; /** Workspace */ public static final int qsb_bar_height=0x7f0a0003; /** Workspace qsb_bar_height_inset represents qsb_bar_height minus the padding that we put on each page for allowing folders to draw out of bounds qsb_bar_height_inset represents qsb_bar_height minus the padding that we put on each page for allowing folders to draw out of bounds */ public static final int qsb_bar_height_inset=0x7f0a0002; /** Dragging the area at the edge of the screen that makes the workspace go left or right while you're dragging. the area at the edge of the screen that makes the workspace go left or right while you're dragging. Workspace the area at the edge of the screen that makes the workspace go left or right while you're dragging. */ public static final int scroll_zone=0x7f0a002e; public static final int search_bar_height=0x7f0a0004; /** extra horizontal spacing between mini screen thumbnails ie. in all apps and in customization mode extra horizontal spacing between mini screen thumbnails ie. in all apps and in customization mode */ public static final int smallScreenExtraSpacing=0x7f0a0029; /** roughly a status bar (for vertically centering the all apps home icon in landscape) roughly a status bar (for determining how many rows of icons are in home) */ public static final int status_bar_height=0x7f0a002d; public static final int title_texture_width=0x7f0a0021; public static final int toolbar_button_horizontal_padding=0x7f0a0017; /** QSB QSB QSB */ public static final int toolbar_button_vertical_padding=0x7f0a0016; public static final int toolbar_external_icon_height=0x7f0a0019; /** External toolbar icon size (for bounds) */ public static final int toolbar_external_icon_width=0x7f0a0018; public static final int wallpaper_chooser_grid_height=0x7f0a004d; /** dimensions for the wallpaper picker wallpaper thumbnail width */ public static final int wallpaper_chooser_grid_width=0x7f0a004c; public static final int workspace_bottom_padding=0x7f0a003d; public static final int workspace_cell_height=0x7f0a0006; /** Workspace */ public static final int workspace_cell_width=0x7f0a0005; /** This should be @dimen/qsb_bar_height - @dimen/workspace_top_padding to fix the extra space given to draw portals */ public static final int workspace_content_large_only_top_margin=0x7f0a0049; public static final int workspace_divider_padding_bottom=0x7f0a000f; public static final int workspace_divider_padding_left=0x7f0a000c; public static final int workspace_divider_padding_right=0x7f0a000d; public static final int workspace_divider_padding_top=0x7f0a000e; public static final int workspace_height_gap=0x7f0a0008; /** Block spacing on each side of the screen Workspace Workspace */ public static final int workspace_left_padding=0x7f0a003a; public static final int workspace_max_gap=0x7f0a0009; public static final int workspace_overscroll_drawable_padding=0x7f0a0014; public static final int workspace_page_spacing=0x7f0a003e; public static final int workspace_right_padding=0x7f0a003b; /** We need top/bottom padding for portals to look right, but really only in spring loaded mode... Block spacing on each side of the screen. And also padding for the portals to look right. We need padding on the screens for portals to look right */ public static final int workspace_top_padding=0x7f0a003c; /** Workspace Workspace */ public static final int workspace_width_gap=0x7f0a0007; } public static final class drawable { public static final int all_apps_button_icon=0x7f020000; public static final int apps_customize_bg=0x7f020001; public static final int bg_appwidget_error=0x7f020002; public static final int bg_cling1=0x7f020003; public static final int bg_cling2=0x7f020004; public static final int bg_cling3=0x7f020005; public static final int bluecrystal=0x7f020006; public static final int bluecrystal_small=0x7f020007; public static final int bluelinebots=0x7f020008; public static final int bluelinebots_small=0x7f020009; public static final int bots=0x7f02000a; public static final int bots_small=0x7f02000b; public static final int btn_cling_normal=0x7f02000c; public static final int btn_cling_pressed=0x7f02000d; public static final int bucky=0x7f02000e; public static final int bucky_small=0x7f02000f; public static final int button_bg=0x7f020010; public static final int city=0x7f020011; public static final int city_small=0x7f020012; public static final int cling=0x7f020013; public static final int cling_button_bg=0x7f020014; public static final int default_widget_preview_holo=0x7f020015; public static final int delete_target_selector=0x7f020016; public static final int divider_launcher_holo=0x7f020017; public static final int flowerbot=0x7f020018; public static final int flowerbot_small=0x7f020019; public static final int flying_icon_bg=0x7f02001a; public static final int focusable_view_bg=0x7f02001b; public static final int focused_bg=0x7f02001c; public static final int gardening_crosshairs=0x7f02001d; public static final int glowy_hex=0x7f02001e; public static final int glowy_hex_small=0x7f02001f; public static final int grid_focused=0x7f020020; public static final int grid_pressed=0x7f020021; public static final int grid_selected=0x7f020022; public static final int hand=0x7f020023; public static final int home_press=0x7f020024; public static final int homescreen_blue_normal_holo=0x7f020025; public static final int homescreen_blue_strong_holo=0x7f020026; public static final int homescreen_small_blue=0x7f020027; public static final int homescreen_small_blue_strong=0x7f020028; public static final int hotseat_bg_panel=0x7f020029; public static final int hotseat_scrubber_holo=0x7f02002a; public static final int hotseat_track_holo=0x7f02002b; public static final int ic_allapps=0x7f02002c; public static final int ic_allapps_pressed=0x7f02002d; public static final int ic_home_add_holo_dark=0x7f02002e; public static final int ic_home_all_apps_holo_dark=0x7f02002f; public static final int ic_home_search_normal_holo=0x7f020030; public static final int ic_home_voice_search_holo=0x7f020031; public static final int ic_launcher_application=0x7f020032; public static final int ic_launcher_home=0x7f020033; public static final int ic_launcher_info_active_holo=0x7f020034; public static final int ic_launcher_info_normal_holo=0x7f020035; public static final int ic_launcher_market_holo=0x7f020036; public static final int ic_launcher_trashcan_active_holo=0x7f020037; public static final int ic_launcher_trashcan_normal_holo=0x7f020038; public static final int ic_launcher_wallpaper=0x7f020039; public static final int ic_no_applications=0x7f02003a; public static final int info_target_selector=0x7f02003b; public static final int lotus=0x7f02003c; public static final int lotus_small=0x7f02003d; public static final int overscroll_glow_left=0x7f02003e; public static final int overscroll_glow_right=0x7f02003f; public static final int page_hover_left_holo=0x7f020040; public static final int page_hover_right_holo=0x7f020041; public static final int paged_view_indicator=0x7f020042; public static final int portal_container_holo=0x7f020043; public static final int portal_ring_inner_holo=0x7f020044; public static final int portal_ring_inner_nolip_holo=0x7f020045; public static final int portal_ring_outer_holo=0x7f020046; public static final int portal_ring_rest=0x7f020047; public static final int search_bg_panel=0x7f020048; public static final int search_frame=0x7f020049; public static final int tab_selected_focused_holo=0x7f02004a; public static final int tab_selected_holo=0x7f02004b; public static final int tab_selected_pressed_focused_holo=0x7f02004c; public static final int tab_selected_pressed_holo=0x7f02004d; public static final int tab_unselected_focused_holo=0x7f02004e; public static final int tab_unselected_holo=0x7f02004f; public static final int tab_unselected_pressed_focused_holo=0x7f020050; public static final int tab_unselected_pressed_holo=0x7f020051; public static final int tab_widget_indicator_selector=0x7f020052; public static final int village=0x7f020053; public static final int village_small=0x7f020054; public static final int wallpaper_architecture=0x7f020055; public static final int wallpaper_architecture_small=0x7f020056; public static final int wallpaper_beach=0x7f020057; public static final int wallpaper_beach_small=0x7f020058; public static final int wallpaper_blue=0x7f020059; public static final int wallpaper_blue_small=0x7f02005a; public static final int wallpaper_bluedotgrid=0x7f02005b; public static final int wallpaper_bluedotgrid_small=0x7f02005c; public static final int wallpaper_brown=0x7f02005d; public static final int wallpaper_brown_small=0x7f02005e; public static final int wallpaper_bubblegum=0x7f02005f; public static final int wallpaper_bubblegum_small=0x7f020060; public static final int wallpaper_canyon=0x7f020061; public static final int wallpaper_canyon_small=0x7f020062; public static final int wallpaper_chroma=0x7f020063; public static final int wallpaper_chroma_small=0x7f020064; public static final int wallpaper_cloud=0x7f020065; public static final int wallpaper_cloud_small=0x7f020066; public static final int wallpaper_desert=0x7f020067; public static final int wallpaper_desert_small=0x7f020068; public static final int wallpaper_despair=0x7f020069; public static final int wallpaper_despair_small=0x7f02006a; public static final int wallpaper_electric=0x7f02006b; public static final int wallpaper_electric_small=0x7f02006c; public static final int wallpaper_escape=0x7f02006d; public static final int wallpaper_escape_small=0x7f02006e; public static final int wallpaper_fidelity=0x7f02006f; public static final int wallpaper_fidelity_small=0x7f020070; public static final int wallpaper_field=0x7f020071; public static final int wallpaper_field_small=0x7f020072; public static final int wallpaper_flora=0x7f020073; public static final int wallpaper_flora_small=0x7f020074; public static final int wallpaper_galaxy=0x7f020075; public static final int wallpaper_galaxy_small=0x7f020076; public static final int wallpaper_gallery_background=0x7f020077; public static final int wallpaper_gallery_item=0x7f020078; public static final int wallpaper_goldengate=0x7f020079; public static final int wallpaper_goldengate_small=0x7f02007a; public static final int wallpaper_grass=0x7f02007b; public static final int wallpaper_grass_night=0x7f02007c; public static final int wallpaper_grass_night_small=0x7f02007d; public static final int wallpaper_grass_small=0x7f02007e; public static final int wallpaper_gray=0x7f02007f; public static final int wallpaper_gray_small=0x7f020080; public static final int wallpaper_green=0x7f020081; public static final int wallpaper_green_small=0x7f020082; public static final int wallpaper_greengray=0x7f020083; public static final int wallpaper_greengray_small=0x7f020084; public static final int wallpaper_grey=0x7f020085; public static final int wallpaper_grey_small=0x7f020086; public static final int wallpaper_hazybluedots=0x7f020087; public static final int wallpaper_hazybluedots_small=0x7f020088; public static final int wallpaper_jellyfish=0x7f020089; public static final int wallpaper_jellyfish_small=0x7f02008a; public static final int wallpaper_kepler=0x7f02008b; public static final int wallpaper_kepler_small=0x7f02008c; public static final int wallpaper_lake=0x7f02008d; public static final int wallpaper_lake_small=0x7f02008e; public static final int wallpaper_leaf=0x7f02008f; public static final int wallpaper_leaf_small=0x7f020090; public static final int wallpaper_lightgrad=0x7f020091; public static final int wallpaper_lightgrad_small=0x7f020092; public static final int wallpaper_monumentvalley=0x7f020093; public static final int wallpaper_monumentvalley_small=0x7f020094; public static final int wallpaper_mountain=0x7f020095; public static final int wallpaper_mountain_small=0x7f020096; public static final int wallpaper_nexuspattern=0x7f020097; public static final int wallpaper_nexuspattern_small=0x7f020098; public static final int wallpaper_nexusrain=0x7f020099; public static final int wallpaper_nexusrain_small=0x7f02009a; public static final int wallpaper_nexuswallpaper1=0x7f02009b; public static final int wallpaper_nexuswallpaper1_small=0x7f02009c; public static final int wallpaper_noir=0x7f02009d; public static final int wallpaper_noir_small=0x7f02009e; public static final int wallpaper_outofthebox=0x7f02009f; public static final int wallpaper_outofthebox_small=0x7f0200a0; public static final int wallpaper_path=0x7f0200a1; public static final int wallpaper_path_small=0x7f0200a2; public static final int wallpaper_pcut=0x7f0200a3; public static final int wallpaper_pcut_small=0x7f0200a4; public static final int wallpaper_picker_preview=0x7f0200a5; public static final int wallpaper_pink=0x7f0200a6; public static final int wallpaper_pink_small=0x7f0200a7; public static final int wallpaper_road=0x7f0200a8; public static final int wallpaper_road_small=0x7f0200a9; public static final int wallpaper_ropelights=0x7f0200aa; public static final int wallpaper_ropelights_small=0x7f0200ab; public static final int wallpaper_snow_leopard=0x7f0200ac; public static final int wallpaper_snow_leopard_small=0x7f0200ad; public static final int wallpaper_sunrise=0x7f0200ae; public static final int wallpaper_sunrise_small=0x7f0200af; public static final int wallpaper_sunset=0x7f0200b0; public static final int wallpaper_sunset_small=0x7f0200b1; public static final int wallpaper_tree=0x7f0200b2; public static final int wallpaper_tree_small=0x7f0200b3; public static final int wallpaper_x67=0x7f0200b4; public static final int wallpaper_x67_small=0x7f0200b5; public static final int wallpaper_zanzibar=0x7f0200b6; public static final int wallpaper_zanzibar_small=0x7f0200b7; public static final int widget_resize_frame_holo=0x7f0200b8; public static final int widget_resize_handle_bottom=0x7f0200b9; public static final int widget_resize_handle_left=0x7f0200ba; public static final int widget_resize_handle_right=0x7f0200bb; public static final int widget_resize_handle_top=0x7f0200bc; } public static final class id { public static final int all_apps_button=0x7f060030; public static final int all_apps_cling=0x7f06000b; public static final int all_apps_cling_add_item=0x7f060003; public static final int all_apps_cling_title=0x7f060002; public static final int all_apps_divider=0x7f060031; public static final int animation_buffer=0x7f060009; public static final int application_icon=0x7f060005; public static final int apps_customize_pane=0x7f060021; public static final int apps_customize_pane_content=0x7f060008; public static final int apps_customize_progress_bar=0x7f06000c; public static final int cell1=0x7f06001b; public static final int cell2=0x7f06001c; public static final int cell3=0x7f06001d; public static final int cell4=0x7f06001e; public static final int cell5=0x7f06001f; public static final int cling_dismiss=0x7f060004; public static final int delete_target_text=0x7f060027; public static final int dock_divider=0x7f060019; public static final int drag_layer=0x7f060017; public static final int drag_target_bar=0x7f060026; public static final int folder_cling=0x7f060024; public static final int folder_cling_create_folder=0x7f060013; public static final int folder_cling_title=0x7f060012; public static final int folder_content=0x7f060032; public static final int folder_icon_name=0x7f060015; public static final int folder_name=0x7f06002a; public static final int gallery=0x7f060033; public static final int horizontal=0x7f060001; public static final int hotseat=0x7f060022; public static final int info_target_text=0x7f060028; public static final int label=0x7f060029; public static final int layout=0x7f060016; public static final int market_button=0x7f060007; public static final int paged_view_indicator=0x7f06000a; public static final int preview_background=0x7f060014; public static final int provider=0x7f060011; public static final int provider_icon=0x7f060010; public static final int qsb_bar=0x7f060020; public static final int qsb_divider=0x7f060018; public static final int qsb_search_bar=0x7f060025; public static final int search_button=0x7f06002b; public static final int search_button_container=0x7f06002e; public static final int search_divider=0x7f06002c; public static final int set=0x7f060034; public static final int tabs_container=0x7f060006; public static final int vertical=0x7f060000; public static final int voice_button=0x7f06002d; public static final int voice_button_container=0x7f06002f; public static final int wallpaper_chooser_fragment=0x7f060035; public static final int wallpaper_image=0x7f060036; public static final int widget_dims=0x7f06000e; public static final int widget_name=0x7f06000d; public static final int widget_preview=0x7f06000f; public static final int workspace=0x7f06001a; public static final int workspace_cling=0x7f060023; public static final int workspace_cling_move_item=0x7f060038; public static final int workspace_cling_open_all_apps=0x7f060039; public static final int workspace_cling_title=0x7f060037; } public static final class integer { /** AppsCustomize */ public static final int apps_customize_cellCountX=0x7f090022; public static final int apps_customize_cellCountY=0x7f090023; public static final int apps_customize_cling_focused_x=0x7f090026; public static final int apps_customize_cling_focused_y=0x7f090027; public static final int apps_customize_widget_cell_count_x=0x7f090024; public static final int apps_customize_widget_cell_count_y=0x7f090025; /** Batch loading for loading in LauncherModel */ public static final int config_allAppsBatchLoadDelay=0x7f090015; public static final int config_allAppsBatchSize=0x7f090016; /** The slope, in percent, of the drag movement needed to drag an item out of AppsCustomize (y / x * 100%) */ public static final int config_appsCustomizeDragSlopeThreshold=0x7f090014; public static final int config_appsCustomizeFadeInTime=0x7f09000e; public static final int config_appsCustomizeFadeOutTime=0x7f09000f; /** AllApps/Customize/AppsCustomize The alpha of the AppsCustomize bg in spring loaded mode */ public static final int config_appsCustomizeSpringLoadedBgAlpha=0x7f090000; public static final int config_appsCustomizeWorkspaceAnimationStagger=0x7f090011; public static final int config_appsCustomizeWorkspaceShrinkTime=0x7f090010; /** Fade/zoom in/out duration & scale in the AllApps transition. Note: This should be less than the workspaceShrinkTime as they happen together. */ public static final int config_appsCustomizeZoomInTime=0x7f09000b; public static final int config_appsCustomizeZoomOutTime=0x7f09000c; public static final int config_appsCustomizeZoomScaleFactor=0x7f09000d; public static final int config_crosshairsFadeInTime=0x7f090018; public static final int config_dragAppsCustomizeIconFadeAlpha=0x7f090003; /** Fade in/out duration of icons being dragged from the trays */ public static final int config_dragAppsCustomizeIconFadeInDuration=0x7f090001; public static final int config_dragAppsCustomizeIconFadeOutDuration=0x7f090002; /** The duration (in ms) of the fade animation on the object outlines, used when we are dragging objects around on the home screen. */ public static final int config_dragOutlineFadeTime=0x7f09001a; /** The alpha value at which to show the most recent drop visualization outline. */ public static final int config_dragOutlineMaxAlpha=0x7f09001b; /** When dragging an item on the workspace, how much bigger (in pixels) the dragged view should be, as compared to the original view. If 0, it will not be scaled at all. Should be an even number, for pixel alignment. When dragging items on the workspace, how much bigger (in pixels) the dragged view should be, as compared to the original view. If 0, it will not be scaled at all. Should be an even number, for pixel alignment. */ public static final int config_dragViewExtraPixels=0x7f090019; /** The distance at which the animation should take the max duration */ public static final int config_dropAnimMaxDist=0x7f09001e; /** Parameters controlling the animation for when an item is dropped on the home screen, and it animates from its old position to the new one. */ public static final int config_dropAnimMaxDuration=0x7f09001c; /** The transition duration for the background of the drop targets */ public static final int config_dropTargetBgTransitionDuration=0x7f090017; /** The duration of the UserFolder opening and closing animation */ public static final int config_folderAnimDuration=0x7f09001d; public static final int config_maxScaleForUsingWorkspaceScreenBitmapCache=0x7f090020; public static final int config_screenOnDropAlphaFadeDelay=0x7f090009; public static final int config_screenOnDropAlphaFadeDuration=0x7f09000a; public static final int config_screenOnDropScaleDownDuration=0x7f090008; /** When items are dropped on the mini screens in customize mode, we have a bounce animation of the bright green hover outline, and then fade out the outline at the end. These are the values used in that animation */ public static final int config_screenOnDropScalePercent=0x7f090006; public static final int config_screenOnDropScaleUpDuration=0x7f090007; /** Tab transition animation duration */ public static final int config_tabTransitionDuration=0x7f090013; public static final int config_workspaceAppsCustomizeAnimationStagger=0x7f090012; /** Workspace screens are cached to bitmaps only when they're smaller than a certain size (maxScaleForUsingWorkspaceScreenBitmapCache), since the bitmap cache itself is smaller than the view itself (workspaceScreenBitmapCacheScale) */ public static final int config_workspaceScreenBitmapCacheScale=0x7f09001f; /** When shrinking the workspace, this is the percentage of its original size. When shrinking the workspace, this is the percentage of its original size. */ public static final int config_workspaceShrinkPercent=0x7f090021; /** Out of 100, the percent to shrink the workspace during spring loaded mode. AllApps/Customize/AppsCustomize Out of 100, the percent to shrink the workspace during spring loaded mode. */ public static final int config_workspaceSpringLoadShrinkPercentage=0x7f090005; public static final int config_workspaceUnshrinkTime=0x7f090004; } public static final class layout { public static final int add_list_item=0x7f030000; public static final int all_apps_cling=0x7f030001; public static final int application=0x7f030002; public static final int apps_customize_application=0x7f030003; public static final int apps_customize_pane=0x7f030004; public static final int apps_customize_progressbar=0x7f030005; public static final int apps_customize_widget=0x7f030006; public static final int appwidget_error=0x7f030007; public static final int external_widget_drop_list_item=0x7f030008; public static final int folder_cling=0x7f030009; public static final int folder_icon=0x7f03000a; public static final int hotseat=0x7f03000b; public static final int launcher=0x7f03000c; public static final int market_button=0x7f03000d; public static final int qsb_bar=0x7f03000e; public static final int rename_folder=0x7f03000f; public static final int scroll_indicator=0x7f030010; public static final int search_bar=0x7f030011; public static final int tab_widget_indicator=0x7f030012; public static final int user_folder=0x7f030013; public static final int wallpaper_chooser=0x7f030014; public static final int wallpaper_chooser_base=0x7f030015; public static final int wallpaper_item=0x7f030016; public static final int workspace=0x7f030017; public static final int workspace_cling=0x7f030018; public static final int workspace_divider=0x7f030019; public static final int workspace_screen=0x7f03001a; } public static final class string { /** Accessibility: AllApps button */ public static final int accessibility_all_apps_button=0x7f0c0027; /** Accessibility: Delete button */ public static final int accessibility_delete_button=0x7f0c0028; /** Accessibility: Search button */ public static final int accessibility_search_button=0x7f0c0025; /** Accessibility: Voice Search button */ public static final int accessibility_voice_search_button=0x7f0c0026; /** Displayed when user selects a shortcut for an app that was uninstalled [CHAR_LIMIT=none] outdated translation 3571057450431950427 */ public static final int activity_not_found=0x7f0c0006; /** All applications label outdated translation 3953036962111614813 */ public static final int all_apps_button_label=0x7f0c001e; /** The description of how to pick up and add an item to the workspace [CHAR_LIMIT=none] */ public static final int all_apps_cling_add_item=0x7f0c004c; /** The title text for the All Apps cling [CHAR_LIMIT=none] */ public static final int all_apps_cling_title=0x7f0c004b; /** Label for button in all applications label to go back home (to the workspace / desktop) for accessibilty (spoken when the button gets focus). */ public static final int all_apps_home_button_label=0x7f0c001f; /** Application name */ public static final int application_name=0x7f0c0000; /** The format string for AppsCustomize Apps page scroll text [CHAR_LIMIT=none] */ public static final int apps_customize_apps_scroll_format=0x7f0c0046; /** The format string for AppsCustomize Apps page scroll text [CHAR_LIMIT=none] */ public static final int apps_customize_widgets_scroll_format=0x7f0c0047; /** Appears in the CAB when an app is selected in All Apps or Customize mode. [CHAR_LIMIT=50] */ public static final int cab_app_selection_text=0x7f0c0034; /** Appears in the CAB when a folder is selected in Customize mode. [CHAR_LIMIT=50] */ public static final int cab_folder_selection_text=0x7f0c0036; /** Describes the button for getting details/info about currently selected application. Text is not displayed, but provided for accessibility. [CHAR_LIMIT=none] */ public static final int cab_menu_app_info=0x7f0c0033; /** Describes the button for uninstalling the currently selected application. Text is not displayed, but provided for accessibility. [CHAR_LIMIT=none] */ public static final int cab_menu_delete_app=0x7f0c0032; /** Appears in the CAB when a shortcut is selected in Customize mode. [CHAR_LIMIT=50] */ public static final int cab_shortcut_selection_text=0x7f0c0037; /** Appears in the CAB when a widget is selected in Customize mode. [CHAR_LIMIT=50] */ public static final int cab_widget_selection_text=0x7f0c0035; /** Buttons in Rename folder dialog box */ public static final int cancel_action=0x7f0c0011; /** Title of dialog that appears after user selects Wallpaper from menu */ public static final int chooser_wallpaper=0x7f0c0003; /** The text on the button to dismiss a cling [CHAR_LIMIT=none] */ public static final int cling_dismiss=0x7f0c0050; /** The format string for default page scroll text [CHAR_LIMIT=none] */ public static final int default_scroll_format=0x7f0c0044; /** Label for delete drop target. [CHAR_LIMIT=30] */ public static final int delete_target_label=0x7f0c0022; /** Label for uninstall drop target. [CHAR_LIMIT=30] */ public static final int delete_target_uninstall_label=0x7f0c0023; /** Label for trash icon in All Apps. The icon/widget will become completely unavailable on the device. [CHAR_LIMIT=30] */ public static final int delete_zone_label_all_apps=0x7f0c0021; /** Label for trash icon in All Apps, when an updated system app is selected. The update will be uninstalled. [CHAR_LIMIT=30] */ public static final int delete_zone_label_all_apps_system_app=0x7f0c0029; /** Label for trash icon on workspace. Meant to communicate the idea of removing the icon/widget from the home screen, but not permanently. [CHAR_LIMIT=30] */ public static final int delete_zone_label_workspace=0x7f0c0020; /** Title of the Android Dreams (screensaver) module */ public static final int dream_name=0x7f0c0042; /** External-drop widget error string. This is the error that is shown when you drag and item into the homescreen and it is unable to fit, or an error is encountered. [CHAR_LIMIT=50] */ public static final int external_drop_widget_error=0x7f0c000c; /** External-drop widget pick label format string [CHAR_LIMIT=25] */ public static final int external_drop_widget_pick_format=0x7f0c000b; /** External-drop widget pick title. This is shown as the title of the dialog which allows you to pick which widgets to handle a particular drop if there are multiple choices. [CHAR_LIMIT=35] */ public static final int external_drop_widget_pick_title=0x7f0c000d; /** The description of how to create a folder [CHAR_LIMIT=none] */ public static final int folder_cling_create_folder=0x7f0c004f; /** The description of how to move an app [CHAR_LIMIT=none] */ public static final int folder_cling_move_item=0x7f0c004e; /** The title text for the Folder cling [CHAR_LIMIT=none] */ public static final int folder_cling_title=0x7f0c004d; /** Default folder title */ public static final int folder_hint_text=0x7f0c0043; /** Default folder name */ public static final int folder_name=0x7f0c0002; /** Text to show user in place of a gadget when we can't display it properly */ public static final int gadget_error_text=0x7f0c0040; /** Options in "Add to Home" dialog box; Title of the group containing the list of all apps */ public static final int group_applications=0x7f0c0013; /** Options in "Add to Home" dialog box; Title of the group containing the list of all shortcut s */ public static final int group_shortcuts=0x7f0c0014; /** Options in "Add to Home" dialog box; Title of the group containing the list of apps that can set the wallpaper */ public static final int group_wallpapers=0x7f0c0016; /** Options in "Add to Home" dialog box; Title of the group containing the list of all widgets/gadgets */ public static final int group_widgets=0x7f0c0015; /** URL pointing to help text. If empty, no link to help will be created [DO NOT TRANSLATE] */ public static final int help_url=0x7f0c0031; /** Label for the info icon. [CHAR_LIMIT=30] */ public static final int info_target_label=0x7f0c0024; /** Error message when user tries to drop an invalid item on the hotseat */ public static final int invalid_hotseat_item=0x7f0c0018; /** AppsCustomize pane Message to tell the user to press and hold on a widget to add it [CHAR_LIMIT=50] */ public static final int long_press_widget_to_add=0x7f0c0008; /** Market button text. The market button text is removed in Launcher.java in the Phone UI. [CHAR LIMIT=32] */ public static final int market=0x7f0c0009; /** Verb, menu item used to add an item on the desktop */ public static final int menu_add=0x7f0c002a; /** Noun, menu item used to show help. [CHAR_LIMIT=none] */ public static final int menu_help=0x7f0c0030; /** Title of dialog box */ public static final int menu_item_add_item=0x7f0c0012; /** Menu item used to manage installed applications */ public static final int menu_manage_apps=0x7f0c002b; /** Noun, menu item used to bring down the notifications shade */ public static final int menu_notifications=0x7f0c002e; /** Verb, menu item used to initiate global search */ public static final int menu_search=0x7f0c002d; /** Noun, menu item used to show the system settings outdated translation 6233960148378443661 */ public static final int menu_settings=0x7f0c002f; /** Noun, menu item used to set the desktop's wallpaper */ public static final int menu_wallpaper=0x7f0c002c; /** Error message when user has filled a home screen, possibly not used */ public static final int out_of_space=0x7f0c0017; /** Permission description */ public static final int permdesc_install_shortcut=0x7f0c0039; /** Permission description */ public static final int permdesc_read_settings=0x7f0c003d; /** Permission description */ public static final int permdesc_uninstall_shortcut=0x7f0c003b; /** Permission description */ public static final int permdesc_write_settings=0x7f0c003f; /** Permission short label */ public static final int permlab_install_shortcut=0x7f0c0038; /** Permission short label */ public static final int permlab_read_settings=0x7f0c003c; /** Permission short label */ public static final int permlab_uninstall_shortcut=0x7f0c003a; /** Permission short label */ public static final int permlab_write_settings=0x7f0c003e; /** Option in "Select wallpaper from" dialog box */ public static final int pick_wallpaper=0x7f0c0005; /** Buttons in Rename folder dialog box */ public static final int rename_action=0x7f0c0010; /** Label of Folder name field in Rename folder dialog box */ public static final int rename_folder_label=0x7f0c000e; /** Title of dialog box */ public static final int rename_folder_title=0x7f0c000f; /** Message displayed when an external application attemps to create a shortcut that already exists */ public static final int shortcut_duplicate=0x7f0c001b; /** Message displayed when a shortcut is created by an external application */ public static final int shortcut_installed=0x7f0c0019; /** Message displayed when a shortcut is uninstalled by an external application */ public static final int shortcut_uninstalled=0x7f0c001a; /** Title of dialog when user is selecting an application to add to homescreen */ public static final int title_select_application=0x7f0c001d; /** Title of dialog when user is selecting shortcut to add to homescreen */ public static final int title_select_shortcut=0x7f0c001c; /** Name for all applications running as this uid. */ public static final int uid_name=0x7f0c0001; /** Text to inform the user that they can't uninstall a system application */ public static final int uninstall_system_app_text=0x7f0c0041; /** Negative button text for the wallpaper selection dialog [CHAR_LIMIT=40] */ public static final int wallpaper_cancel=0x7f0c0053; /** Text to show when there are no wallpapers [CHAR_LIMIT=40] */ public static final int wallpaper_chooser_empty=0x7f0c0052; /** Title of the wallpaper selection dialog [CHAR_LIMIT=40] */ public static final int wallpaper_dialog_title=0x7f0c0051; /** Button label on Wallpaper Gallery screen; user selects this button to set a specific wallpaper */ public static final int wallpaper_instructions=0x7f0c0004; /** The format string for the dimensions of a widget in the drawer */ public static final int widget_dims_format=0x7f0c000a; /** Labels for the tabs in the customize drawer */ public static final int widgets_tab_label=0x7f0c0007; /** The description of how to use the workspace [CHAR_LIMIT=none] */ public static final int workspace_cling_move_item=0x7f0c0049; /** The description of how to open all apps from the workspace [CHAR_LIMIT=none] */ public static final int workspace_cling_open_all_apps=0x7f0c004a; /** Clings The title text for the workspace cling [CHAR_LIMIT=none] */ public static final int workspace_cling_title=0x7f0c0048; /** The format string for Workspace page scroll text [CHAR_LIMIT=none] */ public static final int workspace_scroll_format=0x7f0c0045; } public static final class style { public static final int ClingButton=0x7f0d0002; public static final int ClingText=0x7f0d0004; public static final int ClingTitleText=0x7f0d0003; public static final int DropTargetButton=0x7f0d0011; public static final int DropTargetButtonContainer=0x7f0d0010; public static final int MarketButton=0x7f0d0014; /** Search Bar Workspace Workspace */ public static final int QSBBar=0x7f0d000c; public static final int SearchButton=0x7f0d000e; /** QSB */ public static final int SearchButton_Voice=0x7f0d0016; public static final int SearchButtonDivider=0x7f0d000f; /** QSB Search / Drop Target bar */ public static final int SearchDropTargetBar=0x7f0d000d; public static final int TabIndicator=0x7f0d0012; /** Overridden in values-land */ public static final int TabIndicator_AppsCustomize=0x7f0d0013; public static final int Theme=0x7f0d0001; public static final int Theme_WallpaperPicker=0x7f0d0000; public static final int WorkspaceIcon=0x7f0d0005; public static final int WorkspaceIcon_Landscape=0x7f0d0007; public static final int WorkspaceIcon_Landscape_AppsCustomize=0x7f0d000b; public static final int WorkspaceIcon_Landscape_Folder=0x7f0d0009; /** Workspace */ public static final int WorkspaceIcon_Portrait=0x7f0d0006; /** AppsCustomize */ public static final int WorkspaceIcon_Portrait_AppsCustomize=0x7f0d000a; public static final int WorkspaceIcon_Portrait_Folder=0x7f0d0008; /** Workspace Workspace */ public static final int WorkspaceScreen=0x7f0d0015; } public static final class xml { public static final int default_workspace=0x7f050000; public static final int wallpaper_picker_preview=0x7f050001; } public static final class styleable { /** AppsCustomizePagedView specific attributes. These attributes are used to customize an AppsCustomizePagedView in xml files. <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 #AppsCustomizePagedView_clingFocusedX com.android.launcher:clingFocusedX}</code></td><td> The x index of the item to be focused in the cling </td></tr> <tr><td><code>{@link #AppsCustomizePagedView_clingFocusedY com.android.launcher:clingFocusedY}</code></td><td> The y index of the item to be focused in the cling </td></tr> <tr><td><code>{@link #AppsCustomizePagedView_widgetCellHeightGap com.android.launcher:widgetCellHeightGap}</code></td><td> Vertical spacing between widgets </td></tr> <tr><td><code>{@link #AppsCustomizePagedView_widgetCellWidthGap com.android.launcher:widgetCellWidthGap}</code></td><td> Horizontal spacing between widgets and wallpapers </td></tr> <tr><td><code>{@link #AppsCustomizePagedView_widgetCountX com.android.launcher:widgetCountX}</code></td><td> Number of widgets horizontally </td></tr> <tr><td><code>{@link #AppsCustomizePagedView_widgetCountY com.android.launcher:widgetCountY}</code></td><td> Number of widgets vertically </td></tr> </table> @see #AppsCustomizePagedView_clingFocusedX @see #AppsCustomizePagedView_clingFocusedY @see #AppsCustomizePagedView_widgetCellHeightGap @see #AppsCustomizePagedView_widgetCellWidthGap @see #AppsCustomizePagedView_widgetCountX @see #AppsCustomizePagedView_widgetCountY */ public static final int[] AppsCustomizePagedView = { 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01001c, 0x7f01001d }; /** <p> @attr description The x index of the item to be focused in the cling <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:clingFocusedX */ public static final int AppsCustomizePagedView_clingFocusedX = 4; /** <p> @attr description The y index of the item to be focused in the cling <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:clingFocusedY */ public static final int AppsCustomizePagedView_clingFocusedY = 5; /** <p> @attr description Vertical spacing between widgets <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. <p>This is a private symbol. @attr name android:widgetCellHeightGap */ public static final int AppsCustomizePagedView_widgetCellHeightGap = 1; /** <p> @attr description Horizontal spacing between widgets and wallpapers <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. <p>This is a private symbol. @attr name android:widgetCellWidthGap */ public static final int AppsCustomizePagedView_widgetCellWidthGap = 0; /** <p> @attr description Number of widgets horizontally <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:widgetCountX */ public static final int AppsCustomizePagedView_widgetCountX = 2; /** <p> @attr description Number of widgets vertically <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:widgetCountY */ public static final int AppsCustomizePagedView_widgetCountY = 3; /** CellLayout specific attributes. These attributes are used to customize a CellLayout view in XML files. <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 #CellLayout_cellHeight com.android.launcher:cellHeight}</code></td><td> The height of a single cell </td></tr> <tr><td><code>{@link #CellLayout_cellWidth com.android.launcher:cellWidth}</code></td><td> The width of a single cell </td></tr> <tr><td><code>{@link #CellLayout_heightGap com.android.launcher:heightGap}</code></td><td></td></tr> <tr><td><code>{@link #CellLayout_maxGap com.android.launcher:maxGap}</code></td><td> The max gap size for each dimension </td></tr> <tr><td><code>{@link #CellLayout_widthGap com.android.launcher:widthGap}</code></td><td> An override for the width and height gap to allow users to specify a specific size for the page using spacing instead of resolving the spacing from the width of the page </td></tr> </table> @see #CellLayout_cellHeight @see #CellLayout_cellWidth @see #CellLayout_heightGap @see #CellLayout_maxGap @see #CellLayout_widthGap */ public static final int[] CellLayout = { 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009 }; /** <p> @attr description The height of a single cell <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. <p>This is a private symbol. @attr name android:cellHeight */ public static final int CellLayout_cellHeight = 1; /** <p> @attr description The width of a single cell <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. <p>This is a private symbol. @attr name android:cellWidth */ public static final int CellLayout_cellWidth = 0; /** <p>This symbol is the offset where the {@link com.android.launcher.R.attr#heightGap} attribute's value can be found in the {@link #CellLayout} 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:heightGap */ public static final int CellLayout_heightGap = 3; /** <p> @attr description The max gap size for each dimension <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. <p>This is a private symbol. @attr name android:maxGap */ public static final int CellLayout_maxGap = 4; /** <p> @attr description An override for the width and height gap to allow users to specify a specific size for the page using spacing instead of resolving the spacing from the width of the page <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. <p>This is a private symbol. @attr name android:widthGap */ public static final int CellLayout_widthGap = 2; /** Cling specific attributes. These attributes are used to customize the cling in XML files. <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 #Cling_drawIdentifier com.android.launcher:drawIdentifier}</code></td><td> Used to identify how to draw the cling bg </td></tr> </table> @see #Cling_drawIdentifier */ public static final int[] Cling = { 0x7f010001 }; /** <p> @attr description Used to identify how to draw the cling bg <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. <p>This is a private symbol. @attr name android:drawIdentifier */ public static final int Cling_drawIdentifier = 0; /** XML attributes used by default_workspace.xml <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 #Favorite_className com.android.launcher:className}</code></td><td></td></tr> <tr><td><code>{@link #Favorite_container com.android.launcher:container}</code></td><td></td></tr> <tr><td><code>{@link #Favorite_icon com.android.launcher:icon}</code></td><td></td></tr> <tr><td><code>{@link #Favorite_packageName com.android.launcher:packageName}</code></td><td></td></tr> <tr><td><code>{@link #Favorite_screen com.android.launcher:screen}</code></td><td></td></tr> <tr><td><code>{@link #Favorite_spanX com.android.launcher:spanX}</code></td><td></td></tr> <tr><td><code>{@link #Favorite_spanY com.android.launcher:spanY}</code></td><td></td></tr> <tr><td><code>{@link #Favorite_title com.android.launcher:title}</code></td><td></td></tr> <tr><td><code>{@link #Favorite_uri com.android.launcher:uri}</code></td><td></td></tr> <tr><td><code>{@link #Favorite_x com.android.launcher:x}</code></td><td></td></tr> <tr><td><code>{@link #Favorite_y com.android.launcher:y}</code></td><td></td></tr> </table> @see #Favorite_className @see #Favorite_container @see #Favorite_icon @see #Favorite_packageName @see #Favorite_screen @see #Favorite_spanX @see #Favorite_spanY @see #Favorite_title @see #Favorite_uri @see #Favorite_x @see #Favorite_y */ public static final int[] Favorite = { 0x7f01001e, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023, 0x7f010024, 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028 }; /** <p>This symbol is the offset where the {@link com.android.launcher.R.attr#className} attribute's value can be found in the {@link #Favorite} 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:className */ public static final int Favorite_className = 0; /** <p>This symbol is the offset where the {@link com.android.launcher.R.attr#container} attribute's value can be found in the {@link #Favorite} 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:container */ public static final int Favorite_container = 2; /** <p>This symbol is the offset where the {@link com.android.launcher.R.attr#icon} attribute's value can be found in the {@link #Favorite} array. <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>". @attr name android:icon */ public static final int Favorite_icon = 8; /** <p>This symbol is the offset where the {@link com.android.launcher.R.attr#packageName} attribute's value can be found in the {@link #Favorite} 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:packageName */ public static final int Favorite_packageName = 1; /** <p>This symbol is the offset where the {@link com.android.launcher.R.attr#screen} attribute's value can be found in the {@link #Favorite} 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:screen */ public static final int Favorite_screen = 3; /** <p>This symbol is the offset where the {@link com.android.launcher.R.attr#spanX} attribute's value can be found in the {@link #Favorite} 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:spanX */ public static final int Favorite_spanX = 6; /** <p>This symbol is the offset where the {@link com.android.launcher.R.attr#spanY} attribute's value can be found in the {@link #Favorite} 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:spanY */ public static final int Favorite_spanY = 7; /** <p>This symbol is the offset where the {@link com.android.launcher.R.attr#title} attribute's value can be found in the {@link #Favorite} array. <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>". @attr name android:title */ public static final int Favorite_title = 9; /** <p>This symbol is the offset where the {@link com.android.launcher.R.attr#uri} attribute's value can be found in the {@link #Favorite} 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:uri */ public static final int Favorite_uri = 10; /** <p>This symbol is the offset where the {@link com.android.launcher.R.attr#x} attribute's value can be found in the {@link #Favorite} 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:x */ public static final int Favorite_x = 4; /** <p>This symbol is the offset where the {@link com.android.launcher.R.attr#y} attribute's value can be found in the {@link #Favorite} 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:y */ public static final int Favorite_y = 5; /** HandleView specific attributes. These attributes are used to customize a HandleView view in XML files. <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 #HandleView_direction com.android.launcher:direction}</code></td><td> Orientation of the handle.</td></tr> </table> @see #HandleView_direction */ public static final int[] HandleView = { 0x7f010000 }; /** <p> @attr description Orientation of the handle. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>vertical</code></td><td>0</td><td> Vertical widget. </td></tr> <tr><td><code>horizontal</code></td><td>1</td><td> Horizontal widget. </td></tr> </table> <p>This is a private symbol. @attr name android:direction */ public static final int HandleView_direction = 0; /** Hotseat specific attributes. These attributes are used to customize the hotseat in XML files. <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 #Hotseat_cellCountX com.android.launcher:cellCountX}</code></td><td> The number of horizontal cells in the CellLayout </td></tr> <tr><td><code>{@link #Hotseat_cellCountY com.android.launcher:cellCountY}</code></td><td> The number of vertical cells in the CellLayout </td></tr> </table> @see #Hotseat_cellCountX @see #Hotseat_cellCountY */ public static final int[] Hotseat = { 0x7f010003, 0x7f010004 }; /** <p> @attr description The number of horizontal cells in the CellLayout <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:cellCountX */ public static final int Hotseat_cellCountX = 0; /** <p> @attr description The number of vertical cells in the CellLayout <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:cellCountY */ public static final int Hotseat_cellCountY = 1; /** PagedView specific attributes. These attributes are used to customize a PagedView view in XML files. <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 #PagedView_cellCountX com.android.launcher:cellCountX}</code></td><td> The number of horizontal cells in a page </td></tr> <tr><td><code>{@link #PagedView_cellCountY com.android.launcher:cellCountY}</code></td><td> The number of vertical cells in a page </td></tr> <tr><td><code>{@link #PagedView_pageLayoutHeightGap com.android.launcher:pageLayoutHeightGap}</code></td><td></td></tr> <tr><td><code>{@link #PagedView_pageLayoutPaddingBottom com.android.launcher:pageLayoutPaddingBottom}</code></td><td></td></tr> <tr><td><code>{@link #PagedView_pageLayoutPaddingLeft com.android.launcher:pageLayoutPaddingLeft}</code></td><td></td></tr> <tr><td><code>{@link #PagedView_pageLayoutPaddingRight com.android.launcher:pageLayoutPaddingRight}</code></td><td></td></tr> <tr><td><code>{@link #PagedView_pageLayoutPaddingTop com.android.launcher:pageLayoutPaddingTop}</code></td><td> The padding of the pages that are dynamically created per page </td></tr> <tr><td><code>{@link #PagedView_pageLayoutWidthGap com.android.launcher:pageLayoutWidthGap}</code></td><td> A spacing override for the icons within a page </td></tr> <tr><td><code>{@link #PagedView_pageSpacing com.android.launcher:pageSpacing}</code></td><td> The space between adjacent pages of the PagedView.</td></tr> <tr><td><code>{@link #PagedView_scrollIndicatorPaddingLeft com.android.launcher:scrollIndicatorPaddingLeft}</code></td><td> The padding for the scroll indicator area </td></tr> <tr><td><code>{@link #PagedView_scrollIndicatorPaddingRight com.android.launcher:scrollIndicatorPaddingRight}</code></td><td></td></tr> </table> @see #PagedView_cellCountX @see #PagedView_cellCountY @see #PagedView_pageLayoutHeightGap @see #PagedView_pageLayoutPaddingBottom @see #PagedView_pageLayoutPaddingLeft @see #PagedView_pageLayoutPaddingRight @see #PagedView_pageLayoutPaddingTop @see #PagedView_pageLayoutWidthGap @see #PagedView_pageSpacing @see #PagedView_scrollIndicatorPaddingLeft @see #PagedView_scrollIndicatorPaddingRight */ public static final int[] PagedView = { 0x7f010003, 0x7f010004, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017 }; /** <p> @attr description The number of horizontal cells in a page <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:cellCountX */ public static final int PagedView_cellCountX = 0; /** <p> @attr description The number of vertical cells in a page <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:cellCountY */ public static final int PagedView_cellCountY = 1; /** <p>This symbol is the offset where the {@link com.android.launcher.R.attr#pageLayoutHeightGap} attribute's value can be found in the {@link #PagedView} 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:pageLayoutHeightGap */ public static final int PagedView_pageLayoutHeightGap = 3; /** <p>This symbol is the offset where the {@link com.android.launcher.R.attr#pageLayoutPaddingBottom} attribute's value can be found in the {@link #PagedView} 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:pageLayoutPaddingBottom */ public static final int PagedView_pageLayoutPaddingBottom = 5; /** <p>This symbol is the offset where the {@link com.android.launcher.R.attr#pageLayoutPaddingLeft} attribute's value can be found in the {@link #PagedView} 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:pageLayoutPaddingLeft */ public static final int PagedView_pageLayoutPaddingLeft = 6; /** <p>This symbol is the offset where the {@link com.android.launcher.R.attr#pageLayoutPaddingRight} attribute's value can be found in the {@link #PagedView} 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:pageLayoutPaddingRight */ public static final int PagedView_pageLayoutPaddingRight = 7; /** <p> @attr description The padding of the pages that are dynamically created per page <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. <p>This is a private symbol. @attr name android:pageLayoutPaddingTop */ public static final int PagedView_pageLayoutPaddingTop = 4; /** <p> @attr description A spacing override for the icons within a page <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. <p>This is a private symbol. @attr name android:pageLayoutWidthGap */ public static final int PagedView_pageLayoutWidthGap = 2; /** <p> @attr description The space between adjacent pages of the PagedView. <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. <p>This is a private symbol. @attr name android:pageSpacing */ public static final int PagedView_pageSpacing = 8; /** <p> @attr description The padding for the scroll indicator area <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. <p>This is a private symbol. @attr name android:scrollIndicatorPaddingLeft */ public static final int PagedView_scrollIndicatorPaddingLeft = 9; /** <p>This symbol is the offset where the {@link com.android.launcher.R.attr#scrollIndicatorPaddingRight} attribute's value can be found in the {@link #PagedView} 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:scrollIndicatorPaddingRight */ public static final int PagedView_scrollIndicatorPaddingRight = 10; /** PagedViewIcon specific attributes. These attributes are used to customize a PagedViewIcon view in XML files. <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 #PagedViewIcon_blurColor com.android.launcher:blurColor}</code></td><td> The blur color of the holographic outline </td></tr> <tr><td><code>{@link #PagedViewIcon_outlineColor com.android.launcher:outlineColor}</code></td><td> The outline color of the holographic outline </td></tr> </table> @see #PagedViewIcon_blurColor @see #PagedViewIcon_outlineColor */ public static final int[] PagedViewIcon = { 0x7f01000d, 0x7f01000e }; /** <p> @attr description The blur color of the holographic outline <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></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:blurColor */ public static final int PagedViewIcon_blurColor = 0; /** <p> @attr description The outline color of the holographic outline <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></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:outlineColor */ public static final int PagedViewIcon_outlineColor = 1; /** PagedViewWidget specific attributes. These attributes are used to customize a PagedViewWidget view in XML files. <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 #PagedViewWidget_blurColor com.android.launcher:blurColor}</code></td><td> The blur color of the holographic outline </td></tr> <tr><td><code>{@link #PagedViewWidget_outlineColor com.android.launcher:outlineColor}</code></td><td> The outline color of the holographic outline </td></tr> </table> @see #PagedViewWidget_blurColor @see #PagedViewWidget_outlineColor */ public static final int[] PagedViewWidget = { 0x7f01000d, 0x7f01000e }; /** <p> @attr description The blur color of the holographic outline <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></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:blurColor */ public static final int PagedViewWidget_blurColor = 0; /** <p> @attr description The outline color of the holographic outline <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></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:outlineColor */ public static final int PagedViewWidget_outlineColor = 1; /** StrokedTextView specific attributes. <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 #StrokedTextView_strokeColor com.android.launcher:strokeColor}</code></td><td> The color of the stroke outline </td></tr> <tr><td><code>{@link #StrokedTextView_strokeTextColor com.android.launcher:strokeTextColor}</code></td><td> The color of the text </td></tr> <tr><td><code>{@link #StrokedTextView_strokeWidth com.android.launcher:strokeWidth}</code></td><td> The width of the stroke </td></tr> </table> @see #StrokedTextView_strokeColor @see #StrokedTextView_strokeTextColor @see #StrokedTextView_strokeWidth */ public static final int[] StrokedTextView = { 0x7f01000a, 0x7f01000b, 0x7f01000c }; /** <p> @attr description The color of the stroke outline <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></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:strokeColor */ public static final int StrokedTextView_strokeColor = 0; /** <p> @attr description The color of the text <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></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:strokeTextColor */ public static final int StrokedTextView_strokeTextColor = 1; /** <p> @attr description The width of the stroke <p>Must be a floating point value, such as "<code>1.2</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:strokeWidth */ public static final int StrokedTextView_strokeWidth = 2; /** Workspace specific attributes. These attributes are used to customize the workspace in XML files. <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 #Workspace_cellCountX com.android.launcher:cellCountX}</code></td><td> The number of horizontal cells in the CellLayout </td></tr> <tr><td><code>{@link #Workspace_cellCountY com.android.launcher:cellCountY}</code></td><td> The number of vertical cells in the CellLayout </td></tr> <tr><td><code>{@link #Workspace_defaultScreen com.android.launcher:defaultScreen}</code></td><td> The first screen the workspace should display.</td></tr> </table> @see #Workspace_cellCountX @see #Workspace_cellCountY @see #Workspace_defaultScreen */ public static final int[] Workspace = { 0x7f010002, 0x7f010003, 0x7f010004 }; /** <p> @attr description The number of horizontal cells in the CellLayout <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:cellCountX */ public static final int Workspace_cellCountX = 1; /** <p> @attr description The number of vertical cells in the CellLayout <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:cellCountY */ public static final int Workspace_cellCountY = 2; /** <p> @attr description The first screen the workspace should display. <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:defaultScreen */ public static final int Workspace_defaultScreen = 0; }; }