/* 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 androidx.drawerlayout; public final class R { public static final class anim { public static final int fragment_close_enter=0x7f010000; public static final int fragment_close_exit=0x7f010001; public static final int fragment_fade_enter=0x7f010002; public static final int fragment_fade_exit=0x7f010003; public static final int fragment_fast_out_extra_slow_in=0x7f010004; public static final int fragment_open_enter=0x7f010005; public static final int fragment_open_exit=0x7f010006; } public static final class attr { /** * Alpha multiplier applied to the base color. *

May be a floating point value, such as "1.2". */ public static final int alpha=0x7f020000; /** *

May be a reference to another resource, in the form * "@[+][package:]type/name" or a theme * attribute in the form * "?[package:]type/name". *

Must be one of the following constant values.

* * * * * * * * *
ConstantValueDescription
icon_only2
standard0
wide1
*/ public static final int buttonSize=0x7f020001; /** *

May be a boolean value, such as "true" or * "false". */ public static final int circleCrop=0x7f020002; /** *

May be a reference to another resource, in the form * "@[+][package:]type/name" or a theme * attribute in the form * "?[package:]type/name". *

Must be one of the following constant values.

* * * * * * * * *
ConstantValueDescription
auto2
dark0
light1
*/ public static final int colorScheme=0x7f020003; /** *

May be a reference to another resource, in the form * "@[+][package:]type/name" or a theme * attribute in the form * "?[package:]type/name". */ public static final int coordinatorLayoutStyle=0x7f020004; /** *

May be a reference to another resource, in the form * "@[+][package:]type/name" or a theme * attribute in the form * "?[package:]type/name". */ public static final int drawerLayoutStyle=0x7f020005; /** *

May be a dimension value, which is a floating point number appended with a * unit such as "14.5sp". * Available units are: px (pixels), dp (density-independent pixels), * sp (scaled pixels based on preferred font size), in (inches), and * mm (millimeters). */ public static final int elevation=0x7f020006; /** * The reference to the font file to be used. This should be a file in the res/font folder * and should therefore have an R reference value. E.g. @font/myfont *

May be a reference to another resource, in the form * "@[+][package:]type/name" or a theme * attribute in the form * "?[package:]type/name". */ public static final int font=0x7f020007; /** * The authority of the Font Provider to be used for the request. *

May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int fontProviderAuthority=0x7f020008; /** * The sets of hashes for the certificates the provider should be signed with. This is * used to verify the identity of the provider, and is only required if the provider is not * part of the system image. This value may point to one list or a list of lists, where each * individual list represents one collection of signature hashes. Refer to your font provider's * documentation for these values. *

May be a reference to another resource, in the form * "@[+][package:]type/name" or a theme * attribute in the form * "?[package:]type/name". */ public static final int fontProviderCerts=0x7f020009; /** * The strategy to be used when fetching font data from a font provider in XML layouts. * This attribute is ignored when the resource is loaded from code, as it is equivalent to the * choice of API between {@link * androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and * {@link * androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)} * (async). *

Must be one of the following constant values.

* * * * * * * *
ConstantValueDescription
async1The async font fetch works as follows. * First, check the local cache, then if the requeted font is not cached, trigger a * request the font and continue with layout inflation. Once the font fetch succeeds, the * target text view will be refreshed with the downloaded font data. The * fontProviderFetchTimeout will be ignored if async loading is specified.
blocking0The blocking font fetch works as follows. * First, check the local cache, then if the requested font is not cached, request the * font from the provider and wait until it is finished. You can change the length of * the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the * default typeface will be used instead.
*/ public static final int fontProviderFetchStrategy=0x7f02000a; /** * The length of the timeout during fetching. *

May be an integer value, such as "100". *

Must be one of the following constant values.

* * * * * * *
ConstantValueDescription
foreverffffffffA special value for the timeout. In this case, the blocking font fetching will not * timeout and wait until a reply is received from the font provider.
*/ public static final int fontProviderFetchTimeout=0x7f02000b; /** * The package for the Font Provider to be used for the request. This is used to verify * the identity of the provider. *

May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int fontProviderPackage=0x7f02000c; /** * The query to be sent over to the provider. Refer to your font provider's documentation * on the format of this string. *

May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int fontProviderQuery=0x7f02000d; /** * The style of the given font file. This will be used when the font is being loaded into * the font stack and will override any style information in the font's header tables. If * unspecified, the value in the font's header tables will be used. *

Must be one of the following constant values.

* * * * * * * *
ConstantValueDescription
italic1
normal0
*/ public static final int fontStyle=0x7f02000e; /** * The variation settings to be applied to the font. The string should be in the following * format: "'tag1' value1, 'tag2' value2, ...". If the default variation settings should be * used, or the font used does not support variation settings, this attribute needs not be * specified. *

May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int fontVariationSettings=0x7f02000f; /** * The weight of the given font file. This will be used when the font is being loaded into * the font stack and will override any weight information in the font's header tables. Must * be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most * common values are 400 for regular weight and 700 for bold weight. If unspecified, the value * in the font's header tables will be used. *

May be an integer value, such as "100". */ public static final int fontWeight=0x7f020010; /** *

May be a floating point value, such as "1.2". */ public static final int imageAspectRatio=0x7f020011; /** *

Must be one of the following constant values.

* * * * * * * * *
ConstantValueDescription
adjust_height2
adjust_width1
none0
*/ public static final int imageAspectRatioAdjust=0x7f020012; /** * A reference to an array of integers representing the * locations of horizontal keylines in dp from the starting edge. * Child views can refer to these keylines for alignment using * layout_keyline="index" where index is a 0-based index into * this array. *

May be a reference to another resource, in the form * "@[+][package:]type/name" or a theme * attribute in the form * "?[package:]type/name". */ public static final int keylines=0x7f020013; /** * The id of an anchor view that this view should position relative to. *

May be a reference to another resource, in the form * "@[+][package:]type/name" or a theme * attribute in the form * "?[package:]type/name". */ public static final int layout_anchor=0x7f020014; /** * Specifies how an object should position relative to an anchor, on both the X and Y axes, * within its parent's bounds. *

Must be one or more (separated by '|') of the following constant values.

* * * * * * * * * * * * * * * * * * * *
ConstantValueDescription
bottom50Push object to the bottom of its container, not changing its size.
center11Place the object in the center of its container in both the vertical and horizontal axis, not changing its size.
center_horizontal1Place object in the horizontal center of its container, not changing its size.
center_vertical10Place object in the vertical center of its container, not changing its size.
clip_horizontal8Additional option that can be set to have the left and/or right edges of * the child clipped to its container's bounds. * The clip will be based on the horizontal gravity: a left gravity will clip the right * edge, a right gravity will clip the left edge, and neither will clip both edges.
clip_vertical80Additional option that can be set to have the top and/or bottom edges of * the child clipped to its container's bounds. * The clip will be based on the vertical gravity: a top gravity will clip the bottom * edge, a bottom gravity will clip the top edge, and neither will clip both edges.
end800005Push object to the end of its container, not changing its size.
fill77Grow the horizontal and vertical size of the object if needed so it completely fills its container.
fill_horizontal7Grow the horizontal size of the object if needed so it completely fills its container.
fill_vertical70Grow the vertical size of the object if needed so it completely fills its container.
left3Push object to the left of its container, not changing its size.
right5Push object to the right of its container, not changing its size.
start800003Push object to the beginning of its container, not changing its size.
top30Push object to the top of its container, not changing its size.
*/ public static final int layout_anchorGravity=0x7f020015; /** * The class name of a Behavior class defining special runtime behavior * for this child view. *

May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int layout_behavior=0x7f020016; /** * Specifies how this view dodges the inset edges of the CoordinatorLayout. *

Must be one or more (separated by '|') of the following constant values.

* * * * * * * * * * * * * *
ConstantValueDescription
all77Dodge all the inset edges.
bottom50Dodge the bottom inset edge.
end800005Dodge the end inset edge.
left3Dodge the left inset edge.
none0Don't dodge any edges
right5Dodge the right inset edge.
start800003Dodge the start inset edge.
top30Dodge the top inset edge.
*/ public static final int layout_dodgeInsetEdges=0x7f020017; /** * Specifies how this view insets the CoordinatorLayout and make some other views * dodge it. *

Must be one of the following constant values.

* * * * * * * * * * * * *
ConstantValueDescription
bottom50Inset the bottom edge.
end800005Inset the end edge.
left3Inset the left edge.
none0Don't inset.
right5Inset the right edge.
start800003Inset the start edge.
top30Inset the top edge.
*/ public static final int layout_insetEdge=0x7f020018; /** * The index of a keyline this view should position relative to. * android:layout_gravity will affect how the view aligns to the * specified keyline. *

May be an integer value, such as "100". */ public static final int layout_keyline=0x7f020019; /** *

May be a reference to another resource, in the form * "@[+][package:]type/name" or a theme * attribute in the form * "?[package:]type/name". *

May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int scopeUris=0x7f02001a; /** * Drawable to display behind the status bar when the view is set to draw behind it. *

May be a reference to another resource, in the form * "@[+][package:]type/name" or a theme * attribute in the form * "?[package:]type/name". *

May be a color value, in the form of "#rgb", * "#argb", "#rrggbb", or * "#aarrggbb". */ public static final int statusBarBackground=0x7f02001b; /** * Background color for SwipeRefreshLayout progress spinner. *

May be a color value, in the form of "#rgb", * "#argb", "#rrggbb", or * "#aarrggbb". */ public static final int swipeRefreshLayoutProgressSpinnerBackgroundColor=0x7f02001c; /** * The index of the font in the tcc font file. If the font file referenced is not in the * tcc format, this attribute needs not be specified. *

May be an integer value, such as "100". */ public static final int ttcIndex=0x7f02001d; } public static final class color { public static final int androidx_core_ripple_material_light=0x7f030000; public static final int androidx_core_secondary_text_default_material_light=0x7f030001; public static final int common_google_signin_btn_text_dark=0x7f030002; public static final int common_google_signin_btn_text_dark_default=0x7f030003; public static final int common_google_signin_btn_text_dark_disabled=0x7f030004; public static final int common_google_signin_btn_text_dark_focused=0x7f030005; public static final int common_google_signin_btn_text_dark_pressed=0x7f030006; public static final int common_google_signin_btn_text_light=0x7f030007; public static final int common_google_signin_btn_text_light_default=0x7f030008; public static final int common_google_signin_btn_text_light_disabled=0x7f030009; public static final int common_google_signin_btn_text_light_focused=0x7f03000a; public static final int common_google_signin_btn_text_light_pressed=0x7f03000b; public static final int common_google_signin_btn_tint=0x7f03000c; public static final int notification_action_color_filter=0x7f03000d; public static final int notification_icon_bg_color=0x7f03000e; public static final int notification_material_background_media_default_color=0x7f03000f; public static final int primary_text_default_material_dark=0x7f030010; public static final int secondary_text_default_material_dark=0x7f030011; } public static final class dimen { public static final int compat_button_inset_horizontal_material=0x7f040000; public static final int compat_button_inset_vertical_material=0x7f040001; public static final int compat_button_padding_horizontal_material=0x7f040002; public static final int compat_button_padding_vertical_material=0x7f040003; public static final int compat_control_corner_material=0x7f040004; public static final int compat_notification_large_icon_max_height=0x7f040005; public static final int compat_notification_large_icon_max_width=0x7f040006; public static final int def_drawer_elevation=0x7f040007; public static final int notification_action_icon_size=0x7f040008; public static final int notification_action_text_size=0x7f040009; public static final int notification_big_circle_margin=0x7f04000a; public static final int notification_content_margin_start=0x7f04000b; public static final int notification_large_icon_height=0x7f04000c; public static final int notification_large_icon_width=0x7f04000d; public static final int notification_main_column_padding_top=0x7f04000e; public static final int notification_media_narrow_margin=0x7f04000f; public static final int notification_right_icon_size=0x7f040010; public static final int notification_right_side_padding_top=0x7f040011; public static final int notification_small_icon_background_padding=0x7f040012; public static final int notification_small_icon_size_as_large=0x7f040013; public static final int notification_subtext_size=0x7f040014; public static final int notification_top_pad=0x7f040015; public static final int notification_top_pad_large_text=0x7f040016; public static final int subtitle_corner_radius=0x7f040017; public static final int subtitle_outline_width=0x7f040018; public static final int subtitle_shadow_offset=0x7f040019; public static final int subtitle_shadow_radius=0x7f04001a; } public static final class drawable { public static final int common_full_open_on_phone=0x7f050000; public static final int common_google_signin_btn_icon_dark=0x7f050001; public static final int common_google_signin_btn_icon_dark_focused=0x7f050002; public static final int common_google_signin_btn_icon_dark_normal=0x7f050003; public static final int common_google_signin_btn_icon_dark_normal_background=0x7f050004; public static final int common_google_signin_btn_icon_disabled=0x7f050005; public static final int common_google_signin_btn_icon_light=0x7f050006; public static final int common_google_signin_btn_icon_light_focused=0x7f050007; public static final int common_google_signin_btn_icon_light_normal=0x7f050008; public static final int common_google_signin_btn_icon_light_normal_background=0x7f050009; public static final int common_google_signin_btn_text_dark=0x7f05000a; public static final int common_google_signin_btn_text_dark_focused=0x7f05000b; public static final int common_google_signin_btn_text_dark_normal=0x7f05000c; public static final int common_google_signin_btn_text_dark_normal_background=0x7f05000d; public static final int common_google_signin_btn_text_disabled=0x7f05000e; public static final int common_google_signin_btn_text_light=0x7f05000f; public static final int common_google_signin_btn_text_light_focused=0x7f050010; public static final int common_google_signin_btn_text_light_normal=0x7f050011; public static final int common_google_signin_btn_text_light_normal_background=0x7f050012; public static final int googleg_disabled_color_18=0x7f050013; public static final int googleg_standard_color_18=0x7f050014; public static final int icon=0x7f050015; public static final int notification_action_background=0x7f050016; public static final int notification_bg=0x7f050017; public static final int notification_bg_low=0x7f050018; public static final int notification_bg_low_normal=0x7f050019; public static final int notification_bg_low_pressed=0x7f05001a; public static final int notification_bg_normal=0x7f05001b; public static final int notification_bg_normal_pressed=0x7f05001c; public static final int notification_icon_background=0x7f05001d; public static final int notification_template_icon_bg=0x7f05001e; public static final int notification_template_icon_low_bg=0x7f05001f; public static final int notification_tile_bg=0x7f050020; public static final int notify_panel_notification_icon_bg=0x7f050021; } public static final class id { public static final int accessibility_action_clickable_span=0x7f060000; public static final int accessibility_custom_action_0=0x7f060001; public static final int accessibility_custom_action_1=0x7f060002; public static final int accessibility_custom_action_10=0x7f060003; public static final int accessibility_custom_action_11=0x7f060004; public static final int accessibility_custom_action_12=0x7f060005; public static final int accessibility_custom_action_13=0x7f060006; public static final int accessibility_custom_action_14=0x7f060007; public static final int accessibility_custom_action_15=0x7f060008; public static final int accessibility_custom_action_16=0x7f060009; public static final int accessibility_custom_action_17=0x7f06000a; public static final int accessibility_custom_action_18=0x7f06000b; public static final int accessibility_custom_action_19=0x7f06000c; public static final int accessibility_custom_action_2=0x7f06000d; public static final int accessibility_custom_action_20=0x7f06000e; public static final int accessibility_custom_action_21=0x7f06000f; public static final int accessibility_custom_action_22=0x7f060010; public static final int accessibility_custom_action_23=0x7f060011; public static final int accessibility_custom_action_24=0x7f060012; public static final int accessibility_custom_action_25=0x7f060013; public static final int accessibility_custom_action_26=0x7f060014; public static final int accessibility_custom_action_27=0x7f060015; public static final int accessibility_custom_action_28=0x7f060016; public static final int accessibility_custom_action_29=0x7f060017; public static final int accessibility_custom_action_3=0x7f060018; public static final int accessibility_custom_action_30=0x7f060019; public static final int accessibility_custom_action_31=0x7f06001a; public static final int accessibility_custom_action_4=0x7f06001b; public static final int accessibility_custom_action_5=0x7f06001c; public static final int accessibility_custom_action_6=0x7f06001d; public static final int accessibility_custom_action_7=0x7f06001e; public static final int accessibility_custom_action_8=0x7f06001f; public static final int accessibility_custom_action_9=0x7f060020; public static final int action0=0x7f060021; public static final int action_container=0x7f060022; public static final int action_divider=0x7f060023; public static final int action_image=0x7f060024; public static final int action_text=0x7f060025; public static final int actions=0x7f060026; public static final int adjust_height=0x7f060027; public static final int adjust_width=0x7f060028; public static final int all=0x7f060029; public static final int async=0x7f06002a; public static final int auto=0x7f06002b; public static final int blocking=0x7f06002c; public static final int bottom=0x7f06002d; public static final int cancel_action=0x7f06002e; public static final int center=0x7f06002f; public static final int center_horizontal=0x7f060030; public static final int center_vertical=0x7f060031; public static final int chronometer=0x7f060032; public static final int clip_horizontal=0x7f060033; public static final int clip_vertical=0x7f060034; public static final int dark=0x7f060035; public static final int dialog_button=0x7f060036; public static final int end=0x7f060037; public static final int end_padder=0x7f060038; public static final int fill=0x7f060039; public static final int fill_horizontal=0x7f06003a; public static final int fill_vertical=0x7f06003b; public static final int forever=0x7f06003c; public static final int fragment_container_view_tag=0x7f06003d; public static final int icon=0x7f06003e; public static final int icon_group=0x7f06003f; public static final int icon_only=0x7f060040; public static final int info=0x7f060041; public static final int italic=0x7f060042; public static final int left=0x7f060043; public static final int light=0x7f060044; public static final int line1=0x7f060045; public static final int line3=0x7f060046; public static final int media_actions=0x7f060047; public static final int none=0x7f060048; public static final int normal=0x7f060049; public static final int notification_background=0x7f06004a; public static final int notification_main_column=0x7f06004b; public static final int notification_main_column_container=0x7f06004c; public static final int right=0x7f06004d; public static final int right_icon=0x7f06004e; public static final int right_side=0x7f06004f; public static final int standard=0x7f060050; public static final int start=0x7f060051; public static final int status_bar_latest_event_content=0x7f060052; public static final int tag_accessibility_actions=0x7f060053; public static final int tag_accessibility_clickable_spans=0x7f060054; public static final int tag_accessibility_heading=0x7f060055; public static final int tag_accessibility_pane_title=0x7f060056; public static final int tag_screen_reader_focusable=0x7f060057; public static final int tag_transition_group=0x7f060058; public static final int tag_unhandled_key_event_manager=0x7f060059; public static final int tag_unhandled_key_listeners=0x7f06005a; public static final int text=0x7f06005b; public static final int text2=0x7f06005c; public static final int time=0x7f06005d; public static final int title=0x7f06005e; public static final int top=0x7f06005f; public static final int visible_removing_fragment_view_tag=0x7f060060; public static final int wide=0x7f060061; } public static final class integer { public static final int cancel_button_image_alpha=0x7f070000; public static final int google_play_services_version=0x7f070001; public static final int status_bar_notification_info_maxnum=0x7f070002; } public static final class layout { public static final int custom_dialog=0x7f080000; public static final int notification_action=0x7f080001; public static final int notification_action_tombstone=0x7f080002; public static final int notification_media_action=0x7f080003; public static final int notification_media_cancel_action=0x7f080004; public static final int notification_template_big_media=0x7f080005; public static final int notification_template_big_media_custom=0x7f080006; public static final int notification_template_big_media_narrow=0x7f080007; public static final int notification_template_big_media_narrow_custom=0x7f080008; public static final int notification_template_custom_big=0x7f080009; public static final int notification_template_icon_group=0x7f08000a; public static final int notification_template_lines_media=0x7f08000b; public static final int notification_template_media=0x7f08000c; public static final int notification_template_media_custom=0x7f08000d; public static final int notification_template_part_chronometer=0x7f08000e; public static final int notification_template_part_time=0x7f08000f; } public static final class string { public static final int common_google_play_services_enable_button=0x7f090000; public static final int common_google_play_services_enable_text=0x7f090001; public static final int common_google_play_services_enable_title=0x7f090002; public static final int common_google_play_services_install_button=0x7f090003; public static final int common_google_play_services_install_text=0x7f090004; public static final int common_google_play_services_install_title=0x7f090005; public static final int common_google_play_services_notification_channel_name=0x7f090006; public static final int common_google_play_services_notification_ticker=0x7f090007; public static final int common_google_play_services_unknown_issue=0x7f090008; public static final int common_google_play_services_unsupported_text=0x7f090009; public static final int common_google_play_services_update_button=0x7f09000a; public static final int common_google_play_services_update_text=0x7f09000b; public static final int common_google_play_services_update_title=0x7f09000c; public static final int common_google_play_services_updating_text=0x7f09000d; public static final int common_google_play_services_wear_update_text=0x7f09000e; public static final int common_open_on_phone=0x7f09000f; public static final int common_signin_button_text=0x7f090010; public static final int common_signin_button_text_long=0x7f090011; public static final int status_bar_notification_info_overflow=0x7f090012; } public static final class style { public static final int TextAppearance_Compat_Notification=0x7f0a0000; public static final int TextAppearance_Compat_Notification_Info=0x7f0a0001; public static final int TextAppearance_Compat_Notification_Info_Media=0x7f0a0002; public static final int TextAppearance_Compat_Notification_Line2=0x7f0a0003; public static final int TextAppearance_Compat_Notification_Line2_Media=0x7f0a0004; public static final int TextAppearance_Compat_Notification_Media=0x7f0a0005; public static final int TextAppearance_Compat_Notification_Time=0x7f0a0006; public static final int TextAppearance_Compat_Notification_Time_Media=0x7f0a0007; public static final int TextAppearance_Compat_Notification_Title=0x7f0a0008; public static final int TextAppearance_Compat_Notification_Title_Media=0x7f0a0009; public static final int Widget_Compat_NotificationActionContainer=0x7f0a000a; public static final int Widget_Compat_NotificationActionText=0x7f0a000b; public static final int Widget_Support_CoordinatorLayout=0x7f0a000c; } public static final class styleable { /** * Attributes that can be used with a ColorStateListItem. *

Includes the following attributes:

* * * * * * * *
AttributeDescription
{@link #ColorStateListItem_android_color android:color}
{@link #ColorStateListItem_android_alpha android:alpha}
{@link #ColorStateListItem_alpha anywheresoftware.b4a.samples.camera:alpha}Alpha multiplier applied to the base color.
* @see #ColorStateListItem_android_color * @see #ColorStateListItem_android_alpha * @see #ColorStateListItem_alpha */ public static final int[] ColorStateListItem={ 0x010101a5, 0x0101031f, 0x7f020000 }; /** *

* @attr description * Base color for this state. * *

May be a color value, in the form of "#rgb", * "#argb", "#rrggbb", or * "#aarrggbb". * * @attr name android:color */ public static final int ColorStateListItem_android_color=0; /** *

This symbol is the offset where the {@link android.R.attr#alpha} * attribute's value can be found in the {@link #ColorStateListItem} array. * *

May be a floating point value, such as "1.2". * * @attr name android:alpha */ public static final int ColorStateListItem_android_alpha=1; /** *

* @attr description * Alpha multiplier applied to the base color. * *

May be a floating point value, such as "1.2". * * @attr name anywheresoftware.b4a.samples.camera:alpha */ public static final int ColorStateListItem_alpha=2; /** * Attributes that can be used with a CoordinatorLayout. *

Includes the following attributes:

* * * * * * *
AttributeDescription
{@link #CoordinatorLayout_keylines anywheresoftware.b4a.samples.camera:keylines}A reference to an array of integers representing the * locations of horizontal keylines in dp from the starting edge.
{@link #CoordinatorLayout_statusBarBackground anywheresoftware.b4a.samples.camera:statusBarBackground}Drawable to display behind the status bar when the view is set to draw behind it.
* @see #CoordinatorLayout_keylines * @see #CoordinatorLayout_statusBarBackground */ public static final int[] CoordinatorLayout={ 0x7f020013, 0x7f02001b }; /** *

* @attr description * A reference to an array of integers representing the * locations of horizontal keylines in dp from the starting edge. * Child views can refer to these keylines for alignment using * layout_keyline="index" where index is a 0-based index into * this array. * *

May be a reference to another resource, in the form * "@[+][package:]type/name" or a theme * attribute in the form * "?[package:]type/name". * * @attr name anywheresoftware.b4a.samples.camera:keylines */ public static final int CoordinatorLayout_keylines=0; /** *

* @attr description * Drawable to display behind the status bar when the view is set to draw behind it. * *

May be a reference to another resource, in the form * "@[+][package:]type/name" or a theme * attribute in the form * "?[package:]type/name". *

May be a color value, in the form of "#rgb", * "#argb", "#rrggbb", or * "#aarrggbb". * * @attr name anywheresoftware.b4a.samples.camera:statusBarBackground */ public static final int CoordinatorLayout_statusBarBackground=1; /** * Attributes that can be used with a CoordinatorLayout_Layout. *

Includes the following attributes:

* * * * * * * * * * * *
AttributeDescription
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity}
{@link #CoordinatorLayout_Layout_layout_anchor anywheresoftware.b4a.samples.camera:layout_anchor}The id of an anchor view that this view should position relative to.
{@link #CoordinatorLayout_Layout_layout_anchorGravity anywheresoftware.b4a.samples.camera:layout_anchorGravity}Specifies how an object should position relative to an anchor, on both the X and Y axes, * within its parent's bounds.
{@link #CoordinatorLayout_Layout_layout_behavior anywheresoftware.b4a.samples.camera:layout_behavior}The class name of a Behavior class defining special runtime behavior * for this child view.
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges anywheresoftware.b4a.samples.camera:layout_dodgeInsetEdges}Specifies how this view dodges the inset edges of the CoordinatorLayout.
{@link #CoordinatorLayout_Layout_layout_insetEdge anywheresoftware.b4a.samples.camera:layout_insetEdge}Specifies how this view insets the CoordinatorLayout and make some other views * dodge it.
{@link #CoordinatorLayout_Layout_layout_keyline anywheresoftware.b4a.samples.camera:layout_keyline}The index of a keyline this view should position relative to.
* @see #CoordinatorLayout_Layout_android_layout_gravity * @see #CoordinatorLayout_Layout_layout_anchor * @see #CoordinatorLayout_Layout_layout_anchorGravity * @see #CoordinatorLayout_Layout_layout_behavior * @see #CoordinatorLayout_Layout_layout_dodgeInsetEdges * @see #CoordinatorLayout_Layout_layout_insetEdge * @see #CoordinatorLayout_Layout_layout_keyline */ public static final int[] CoordinatorLayout_Layout={ 0x010100b3, 0x7f020014, 0x7f020015, 0x7f020016, 0x7f020017, 0x7f020018, 0x7f020019 }; /** *

This symbol is the offset where the {@link android.R.attr#layout_gravity} * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. * *

Must be one or more (separated by '|') of the following constant values.

* * * * * * * * * * * * * * * * * * * *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
* * @attr name android:layout_gravity */ public static final int CoordinatorLayout_Layout_android_layout_gravity=0; /** *

* @attr description * The id of an anchor view that this view should position relative to. * *

May be a reference to another resource, in the form * "@[+][package:]type/name" or a theme * attribute in the form * "?[package:]type/name". * * @attr name anywheresoftware.b4a.samples.camera:layout_anchor */ public static final int CoordinatorLayout_Layout_layout_anchor=1; /** *

* @attr description * Specifies how an object should position relative to an anchor, on both the X and Y axes, * within its parent's bounds. * *

Must be one or more (separated by '|') of the following constant values.

* * * * * * * * * * * * * * * * * * * *
ConstantValueDescription
bottom50Push object to the bottom of its container, not changing its size.
center11Place the object in the center of its container in both the vertical and horizontal axis, not changing its size.
center_horizontal1Place object in the horizontal center of its container, not changing its size.
center_vertical10Place object in the vertical center of its container, not changing its size.
clip_horizontal8Additional option that can be set to have the left and/or right edges of * the child clipped to its container's bounds. * The clip will be based on the horizontal gravity: a left gravity will clip the right * edge, a right gravity will clip the left edge, and neither will clip both edges.
clip_vertical80Additional option that can be set to have the top and/or bottom edges of * the child clipped to its container's bounds. * The clip will be based on the vertical gravity: a top gravity will clip the bottom * edge, a bottom gravity will clip the top edge, and neither will clip both edges.
end800005Push object to the end of its container, not changing its size.
fill77Grow the horizontal and vertical size of the object if needed so it completely fills its container.
fill_horizontal7Grow the horizontal size of the object if needed so it completely fills its container.
fill_vertical70Grow the vertical size of the object if needed so it completely fills its container.
left3Push object to the left of its container, not changing its size.
right5Push object to the right of its container, not changing its size.
start800003Push object to the beginning of its container, not changing its size.
top30Push object to the top of its container, not changing its size.
* * @attr name anywheresoftware.b4a.samples.camera:layout_anchorGravity */ public static final int CoordinatorLayout_Layout_layout_anchorGravity=2; /** *

* @attr description * The class name of a Behavior class defining special runtime behavior * for this child view. * *

May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name anywheresoftware.b4a.samples.camera:layout_behavior */ public static final int CoordinatorLayout_Layout_layout_behavior=3; /** *

* @attr description * Specifies how this view dodges the inset edges of the CoordinatorLayout. * *

Must be one or more (separated by '|') of the following constant values.

* * * * * * * * * * * * * *
ConstantValueDescription
all77Dodge all the inset edges.
bottom50Dodge the bottom inset edge.
end800005Dodge the end inset edge.
left3Dodge the left inset edge.
none0Don't dodge any edges
right5Dodge the right inset edge.
start800003Dodge the start inset edge.
top30Dodge the top inset edge.
* * @attr name anywheresoftware.b4a.samples.camera:layout_dodgeInsetEdges */ public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges=4; /** *

* @attr description * Specifies how this view insets the CoordinatorLayout and make some other views * dodge it. * *

Must be one of the following constant values.

* * * * * * * * * * * * *
ConstantValueDescription
bottom50Inset the bottom edge.
end800005Inset the end edge.
left3Inset the left edge.
none0Don't inset.
right5Inset the right edge.
start800003Inset the start edge.
top30Inset the top edge.
* * @attr name anywheresoftware.b4a.samples.camera:layout_insetEdge */ public static final int CoordinatorLayout_Layout_layout_insetEdge=5; /** *

* @attr description * The index of a keyline this view should position relative to. * android:layout_gravity will affect how the view aligns to the * specified keyline. * *

May be an integer value, such as "100". * * @attr name anywheresoftware.b4a.samples.camera:layout_keyline */ public static final int CoordinatorLayout_Layout_layout_keyline=6; /** * Attributes that can be used with a DrawerLayout. *

Includes the following attributes:

* * * * * *
AttributeDescription
{@link #DrawerLayout_elevation anywheresoftware.b4a.samples.camera:elevation}
* @see #DrawerLayout_elevation */ public static final int[] DrawerLayout={ 0x7f020006 }; /** *

* @attr description * The height difference between the drawer and the base surface. Only takes effect on API 21 and above * *

May be a dimension value, which is a floating point number appended with a * unit such as "14.5sp". * Available units are: px (pixels), dp (density-independent pixels), * sp (scaled pixels based on preferred font size), in (inches), and * mm (millimeters). * * @attr name anywheresoftware.b4a.samples.camera:elevation */ public static final int DrawerLayout_elevation=0; /** * Attributes that can be used with a FontFamily. *

Includes the following attributes:

* * * * * * * * * * *
AttributeDescription
{@link #FontFamily_fontProviderAuthority anywheresoftware.b4a.samples.camera:fontProviderAuthority}The authority of the Font Provider to be used for the request.
{@link #FontFamily_fontProviderCerts anywheresoftware.b4a.samples.camera:fontProviderCerts}The sets of hashes for the certificates the provider should be signed with.
{@link #FontFamily_fontProviderFetchStrategy anywheresoftware.b4a.samples.camera:fontProviderFetchStrategy}The strategy to be used when fetching font data from a font provider in XML layouts.
{@link #FontFamily_fontProviderFetchTimeout anywheresoftware.b4a.samples.camera:fontProviderFetchTimeout}The length of the timeout during fetching.
{@link #FontFamily_fontProviderPackage anywheresoftware.b4a.samples.camera:fontProviderPackage}The package for the Font Provider to be used for the request.
{@link #FontFamily_fontProviderQuery anywheresoftware.b4a.samples.camera:fontProviderQuery}The query to be sent over to the provider.
* @see #FontFamily_fontProviderAuthority * @see #FontFamily_fontProviderCerts * @see #FontFamily_fontProviderFetchStrategy * @see #FontFamily_fontProviderFetchTimeout * @see #FontFamily_fontProviderPackage * @see #FontFamily_fontProviderQuery */ public static final int[] FontFamily={ 0x7f020008, 0x7f020009, 0x7f02000a, 0x7f02000b, 0x7f02000c, 0x7f02000d }; /** *

* @attr description * The authority of the Font Provider to be used for the request. * *

May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name anywheresoftware.b4a.samples.camera:fontProviderAuthority */ public static final int FontFamily_fontProviderAuthority=0; /** *

* @attr description * The sets of hashes for the certificates the provider should be signed with. This is * used to verify the identity of the provider, and is only required if the provider is not * part of the system image. This value may point to one list or a list of lists, where each * individual list represents one collection of signature hashes. Refer to your font provider's * documentation for these values. * *

May be a reference to another resource, in the form * "@[+][package:]type/name" or a theme * attribute in the form * "?[package:]type/name". * * @attr name anywheresoftware.b4a.samples.camera:fontProviderCerts */ public static final int FontFamily_fontProviderCerts=1; /** *

* @attr description * The strategy to be used when fetching font data from a font provider in XML layouts. * This attribute is ignored when the resource is loaded from code, as it is equivalent to the * choice of API between {@link * androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and * {@link * androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)} * (async). * *

Must be one of the following constant values.

* * * * * * * *
ConstantValueDescription
async1The async font fetch works as follows. * First, check the local cache, then if the requeted font is not cached, trigger a * request the font and continue with layout inflation. Once the font fetch succeeds, the * target text view will be refreshed with the downloaded font data. The * fontProviderFetchTimeout will be ignored if async loading is specified.
blocking0The blocking font fetch works as follows. * First, check the local cache, then if the requested font is not cached, request the * font from the provider and wait until it is finished. You can change the length of * the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the * default typeface will be used instead.
* * @attr name anywheresoftware.b4a.samples.camera:fontProviderFetchStrategy */ public static final int FontFamily_fontProviderFetchStrategy=2; /** *

* @attr description * The length of the timeout during fetching. * *

May be an integer value, such as "100". *

Must be one of the following constant values.

* * * * * * *
ConstantValueDescription
foreverffffffffA special value for the timeout. In this case, the blocking font fetching will not * timeout and wait until a reply is received from the font provider.
* * @attr name anywheresoftware.b4a.samples.camera:fontProviderFetchTimeout */ public static final int FontFamily_fontProviderFetchTimeout=3; /** *

* @attr description * The package for the Font Provider to be used for the request. This is used to verify * the identity of the provider. * *

May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name anywheresoftware.b4a.samples.camera:fontProviderPackage */ public static final int FontFamily_fontProviderPackage=4; /** *

* @attr description * The query to be sent over to the provider. Refer to your font provider's documentation * on the format of this string. * *

May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name anywheresoftware.b4a.samples.camera:fontProviderQuery */ public static final int FontFamily_fontProviderQuery=5; /** * Attributes that can be used with a FontFamilyFont. *

Includes the following attributes:

* * * * * * * * * * * * * * *
AttributeDescription
{@link #FontFamilyFont_android_font android:font}
{@link #FontFamilyFont_android_fontWeight android:fontWeight}
{@link #FontFamilyFont_android_fontStyle android:fontStyle}
{@link #FontFamilyFont_android_ttcIndex android:ttcIndex}
{@link #FontFamilyFont_android_fontVariationSettings android:fontVariationSettings}
{@link #FontFamilyFont_font anywheresoftware.b4a.samples.camera:font}The reference to the font file to be used.
{@link #FontFamilyFont_fontStyle anywheresoftware.b4a.samples.camera:fontStyle}The style of the given font file.
{@link #FontFamilyFont_fontVariationSettings anywheresoftware.b4a.samples.camera:fontVariationSettings}The variation settings to be applied to the font.
{@link #FontFamilyFont_fontWeight anywheresoftware.b4a.samples.camera:fontWeight}The weight of the given font file.
{@link #FontFamilyFont_ttcIndex anywheresoftware.b4a.samples.camera:ttcIndex}The index of the font in the tcc font file.
* @see #FontFamilyFont_android_font * @see #FontFamilyFont_android_fontWeight * @see #FontFamilyFont_android_fontStyle * @see #FontFamilyFont_android_ttcIndex * @see #FontFamilyFont_android_fontVariationSettings * @see #FontFamilyFont_font * @see #FontFamilyFont_fontStyle * @see #FontFamilyFont_fontVariationSettings * @see #FontFamilyFont_fontWeight * @see #FontFamilyFont_ttcIndex */ public static final int[] FontFamilyFont={ 0x01010532, 0x01010533, 0x0101053f, 0x0101056f, 0x01010570, 0x7f020007, 0x7f02000e, 0x7f02000f, 0x7f020010, 0x7f02001d }; /** *

This symbol is the offset where the {@link android.R.attr#font} * attribute's value can be found in the {@link #FontFamilyFont} array. * *

May be a reference to another resource, in the form * "@[+][package:]type/name" or a theme * attribute in the form * "?[package:]type/name". * * @attr name android:font */ public static final int FontFamilyFont_android_font=0; /** *

This symbol is the offset where the {@link android.R.attr#fontWeight} * attribute's value can be found in the {@link #FontFamilyFont} array. * *

May be an integer value, such as "100". * * @attr name android:fontWeight */ public static final int FontFamilyFont_android_fontWeight=1; /** *

* @attr description * References to the framework attrs * *

Must be one of the following constant values.

* * * * * * * *
ConstantValueDescription
italic1
normal0
* * @attr name android:fontStyle */ public static final int FontFamilyFont_android_fontStyle=2; /** *

This symbol is the offset where the {@link android.R.attr#ttcIndex} * attribute's value can be found in the {@link #FontFamilyFont} array. * *

May be an integer value, such as "100". * * @attr name android:ttcIndex */ public static final int FontFamilyFont_android_ttcIndex=3; /** *

This symbol is the offset where the {@link android.R.attr#fontVariationSettings} * attribute's value can be found in the {@link #FontFamilyFont} array. * *

May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name android:fontVariationSettings */ public static final int FontFamilyFont_android_fontVariationSettings=4; /** *

* @attr description * The reference to the font file to be used. This should be a file in the res/font folder * and should therefore have an R reference value. E.g. @font/myfont * *

May be a reference to another resource, in the form * "@[+][package:]type/name" or a theme * attribute in the form * "?[package:]type/name". * * @attr name anywheresoftware.b4a.samples.camera:font */ public static final int FontFamilyFont_font=5; /** *

* @attr description * The style of the given font file. This will be used when the font is being loaded into * the font stack and will override any style information in the font's header tables. If * unspecified, the value in the font's header tables will be used. * *

Must be one of the following constant values.

* * * * * * * *
ConstantValueDescription
italic1
normal0
* * @attr name anywheresoftware.b4a.samples.camera:fontStyle */ public static final int FontFamilyFont_fontStyle=6; /** *

* @attr description * The variation settings to be applied to the font. The string should be in the following * format: "'tag1' value1, 'tag2' value2, ...". If the default variation settings should be * used, or the font used does not support variation settings, this attribute needs not be * specified. * *

May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name anywheresoftware.b4a.samples.camera:fontVariationSettings */ public static final int FontFamilyFont_fontVariationSettings=7; /** *

* @attr description * The weight of the given font file. This will be used when the font is being loaded into * the font stack and will override any weight information in the font's header tables. Must * be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most * common values are 400 for regular weight and 700 for bold weight. If unspecified, the value * in the font's header tables will be used. * *

May be an integer value, such as "100". * * @attr name anywheresoftware.b4a.samples.camera:fontWeight */ public static final int FontFamilyFont_fontWeight=8; /** *

* @attr description * The index of the font in the tcc font file. If the font file referenced is not in the * tcc format, this attribute needs not be specified. * *

May be an integer value, such as "100". * * @attr name anywheresoftware.b4a.samples.camera:ttcIndex */ public static final int FontFamilyFont_ttcIndex=9; /** * Attributes that can be used with a Fragment. *

Includes the following attributes:

* * * * * * * *
AttributeDescription
{@link #Fragment_android_name android:name}
{@link #Fragment_android_id android:id}
{@link #Fragment_android_tag android:tag}
* @see #Fragment_android_name * @see #Fragment_android_id * @see #Fragment_android_tag */ public static final int[] Fragment={ 0x01010003, 0x010100d0, 0x010100d1 }; /** *

This symbol is the offset where the {@link android.R.attr#name} * attribute's value can be found in the {@link #Fragment} array. * *

May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name android:name */ public static final int Fragment_android_name=0; /** *

This symbol is the offset where the {@link android.R.attr#id} * attribute's value can be found in the {@link #Fragment} array. * *

May be a reference to another resource, in the form * "@[+][package:]type/name" or a theme * attribute in the form * "?[package:]type/name". * * @attr name android:id */ public static final int Fragment_android_id=1; /** *

This symbol is the offset where the {@link android.R.attr#tag} * attribute's value can be found in the {@link #Fragment} array. * *

May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name android:tag */ public static final int Fragment_android_tag=2; /** * Attributes that can be used with a FragmentContainerView. *

Includes the following attributes:

* * * * * * *
AttributeDescription
{@link #FragmentContainerView_android_name android:name}
{@link #FragmentContainerView_android_tag android:tag}
* @see #FragmentContainerView_android_name * @see #FragmentContainerView_android_tag */ public static final int[] FragmentContainerView={ 0x01010003, 0x010100d1 }; /** *

This symbol is the offset where the {@link android.R.attr#name} * attribute's value can be found in the {@link #FragmentContainerView} array. * *

May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name android:name */ public static final int FragmentContainerView_android_name=0; /** *

This symbol is the offset where the {@link android.R.attr#tag} * attribute's value can be found in the {@link #FragmentContainerView} array. * *

May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name android:tag */ public static final int FragmentContainerView_android_tag=1; /** * Attributes that can be used with a GradientColor. *

Includes the following attributes:

* * * * * * * * * * * * * * * * *
AttributeDescription
{@link #GradientColor_android_startColor android:startColor}
{@link #GradientColor_android_endColor android:endColor}
{@link #GradientColor_android_type android:type}
{@link #GradientColor_android_centerX android:centerX}
{@link #GradientColor_android_centerY android:centerY}
{@link #GradientColor_android_gradientRadius android:gradientRadius}
{@link #GradientColor_android_tileMode android:tileMode}
{@link #GradientColor_android_centerColor android:centerColor}
{@link #GradientColor_android_startX android:startX}
{@link #GradientColor_android_startY android:startY}
{@link #GradientColor_android_endX android:endX}
{@link #GradientColor_android_endY android:endY}
* @see #GradientColor_android_startColor * @see #GradientColor_android_endColor * @see #GradientColor_android_type * @see #GradientColor_android_centerX * @see #GradientColor_android_centerY * @see #GradientColor_android_gradientRadius * @see #GradientColor_android_tileMode * @see #GradientColor_android_centerColor * @see #GradientColor_android_startX * @see #GradientColor_android_startY * @see #GradientColor_android_endX * @see #GradientColor_android_endY */ public static final int[] GradientColor={ 0x0101019d, 0x0101019e, 0x010101a1, 0x010101a2, 0x010101a3, 0x010101a4, 0x01010201, 0x0101020b, 0x01010510, 0x01010511, 0x01010512, 0x01010513 }; /** *

* @attr description * Start color of the gradient. * *

May be a color value, in the form of "#rgb", * "#argb", "#rrggbb", or * "#aarrggbb". * * @attr name android:startColor */ public static final int GradientColor_android_startColor=0; /** *

* @attr description * End color of the gradient. * *

May be a color value, in the form of "#rgb", * "#argb", "#rrggbb", or * "#aarrggbb". * * @attr name android:endColor */ public static final int GradientColor_android_endColor=1; /** *

* @attr description * Type of gradient. The default type is linear. * *

Must be one of the following constant values.

* * * * * * * * *
ConstantValueDescription
linear0
radial1
sweep2
* * @attr name android:type */ public static final int GradientColor_android_type=2; /** *

* @attr description * X coordinate of the center of the gradient within the path. * *

May be a floating point value, such as "1.2". *

May be a fractional value, which is a floating point number appended with * either % or %p, such as "14.5%". * The % suffix always means a percentage of the base size; * the optional %p suffix provides a size relative to some parent container. * * @attr name android:centerX */ public static final int GradientColor_android_centerX=3; /** *

* @attr description * Y coordinate of the center of the gradient within the path. * *

May be a floating point value, such as "1.2". *

May be a fractional value, which is a floating point number appended with * either % or %p, such as "14.5%". * The % suffix always means a percentage of the base size; * the optional %p suffix provides a size relative to some parent container. * * @attr name android:centerY */ public static final int GradientColor_android_centerY=4; /** *

* @attr description * Radius of the gradient, used only with radial gradient. * *

May be a floating point value, such as "1.2". *

May be a dimension value, which is a floating point number appended with a * unit such as "14.5sp". * Available units are: px (pixels), dp (density-independent pixels), * sp (scaled pixels based on preferred font size), in (inches), and * mm (millimeters). *

May be a fractional value, which is a floating point number appended with * either % or %p, such as "14.5%". * The % suffix always means a percentage of the base size; * the optional %p suffix provides a size relative to some parent container. * * @attr name android:gradientRadius */ public static final int GradientColor_android_gradientRadius=5; /** *

* @attr description * Defines the tile mode of the gradient. SweepGradient doesn't support tiling. * *

Must be one of the following constant values.

* * * * * * * * * *
ConstantValueDescription
clamp0
disabledffffffff
mirror2
repeat1
* * @attr name android:tileMode */ public static final int GradientColor_android_tileMode=6; /** *

* @attr description * Optional center color. * *

May be a color value, in the form of "#rgb", * "#argb", "#rrggbb", or * "#aarrggbb". * * @attr name android:centerColor */ public static final int GradientColor_android_centerColor=7; /** *

* @attr description * X coordinate of the start point origin of the gradient. * Defined in same coordinates as the path itself * *

May be a floating point value, such as "1.2". * * @attr name android:startX */ public static final int GradientColor_android_startX=8; /** *

* @attr description * Y coordinate of the start point of the gradient within the shape. * Defined in same coordinates as the path itself * *

May be a floating point value, such as "1.2". * * @attr name android:startY */ public static final int GradientColor_android_startY=9; /** *

* @attr description * X coordinate of the end point origin of the gradient. * Defined in same coordinates as the path itself * *

May be a floating point value, such as "1.2". * * @attr name android:endX */ public static final int GradientColor_android_endX=10; /** *

* @attr description * Y coordinate of the end point of the gradient within the shape. * Defined in same coordinates as the path itself * *

May be a floating point value, such as "1.2". * * @attr name android:endY */ public static final int GradientColor_android_endY=11; /** * Attributes that can be used with a GradientColorItem. *

Includes the following attributes:

* * * * * * *
AttributeDescription
{@link #GradientColorItem_android_color android:color}
{@link #GradientColorItem_android_offset android:offset}
* @see #GradientColorItem_android_color * @see #GradientColorItem_android_offset */ public static final int[] GradientColorItem={ 0x010101a5, 0x01010514 }; /** *

* @attr description * The current color for the offset inside the gradient. * *

May be a color value, in the form of "#rgb", * "#argb", "#rrggbb", or * "#aarrggbb". * * @attr name android:color */ public static final int GradientColorItem_android_color=0; /** *

* @attr description * The offset (or ratio) of this current color item inside the gradient. * The value is only meaningful when it is between 0 and 1. * *

May be a floating point value, such as "1.2". * * @attr name android:offset */ public static final int GradientColorItem_android_offset=1; /** * Attributes that can be used with a LoadingImageView. *

Includes the following attributes:

* * * * * * * *
AttributeDescription
{@link #LoadingImageView_circleCrop anywheresoftware.b4a.samples.camera:circleCrop}
{@link #LoadingImageView_imageAspectRatio anywheresoftware.b4a.samples.camera:imageAspectRatio}
{@link #LoadingImageView_imageAspectRatioAdjust anywheresoftware.b4a.samples.camera:imageAspectRatioAdjust}
* @see #LoadingImageView_circleCrop * @see #LoadingImageView_imageAspectRatio * @see #LoadingImageView_imageAspectRatioAdjust */ public static final int[] LoadingImageView={ 0x7f020002, 0x7f020011, 0x7f020012 }; /** *

This symbol is the offset where the {@link anywheresoftware.b4a.samples.camera.R.attr#circleCrop} * attribute's value can be found in the {@link #LoadingImageView} array. * *

May be a boolean value, such as "true" or * "false". * * @attr name anywheresoftware.b4a.samples.camera:circleCrop */ public static final int LoadingImageView_circleCrop=0; /** *

This symbol is the offset where the {@link anywheresoftware.b4a.samples.camera.R.attr#imageAspectRatio} * attribute's value can be found in the {@link #LoadingImageView} array. * *

May be a floating point value, such as "1.2". * * @attr name anywheresoftware.b4a.samples.camera:imageAspectRatio */ public static final int LoadingImageView_imageAspectRatio=1; /** *

This symbol is the offset where the {@link anywheresoftware.b4a.samples.camera.R.attr#imageAspectRatioAdjust} * attribute's value can be found in the {@link #LoadingImageView} array. * *

Must be one of the following constant values.

* * * * * * * * *
ConstantValueDescription
adjust_height2
adjust_width1
none0
* * @attr name anywheresoftware.b4a.samples.camera:imageAspectRatioAdjust */ public static final int LoadingImageView_imageAspectRatioAdjust=2; /** * Attributes that can be used with a SignInButton. *

Includes the following attributes:

* * * * * * * *
AttributeDescription
{@link #SignInButton_buttonSize anywheresoftware.b4a.samples.camera:buttonSize}
{@link #SignInButton_colorScheme anywheresoftware.b4a.samples.camera:colorScheme}
{@link #SignInButton_scopeUris anywheresoftware.b4a.samples.camera:scopeUris}
* @see #SignInButton_buttonSize * @see #SignInButton_colorScheme * @see #SignInButton_scopeUris */ public static final int[] SignInButton={ 0x7f020001, 0x7f020003, 0x7f02001a }; /** *

This symbol is the offset where the {@link anywheresoftware.b4a.samples.camera.R.attr#buttonSize} * attribute's value can be found in the {@link #SignInButton} array. * *

May be a reference to another resource, in the form * "@[+][package:]type/name" or a theme * attribute in the form * "?[package:]type/name". *

Must be one of the following constant values.

* * * * * * * * *
ConstantValueDescription
icon_only2
standard0
wide1
* * @attr name anywheresoftware.b4a.samples.camera:buttonSize */ public static final int SignInButton_buttonSize=0; /** *

This symbol is the offset where the {@link anywheresoftware.b4a.samples.camera.R.attr#colorScheme} * attribute's value can be found in the {@link #SignInButton} array. * *

May be a reference to another resource, in the form * "@[+][package:]type/name" or a theme * attribute in the form * "?[package:]type/name". *

Must be one of the following constant values.

* * * * * * * * *
ConstantValueDescription
auto2
dark0
light1
* * @attr name anywheresoftware.b4a.samples.camera:colorScheme */ public static final int SignInButton_colorScheme=1; /** *

This symbol is the offset where the {@link anywheresoftware.b4a.samples.camera.R.attr#scopeUris} * attribute's value can be found in the {@link #SignInButton} array. * *

May be a reference to another resource, in the form * "@[+][package:]type/name" or a theme * attribute in the form * "?[package:]type/name". *

May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name anywheresoftware.b4a.samples.camera:scopeUris */ public static final int SignInButton_scopeUris=2; /** * Attributes that can be used with a SwipeRefreshLayout. *

Includes the following attributes:

* * * * * *
AttributeDescription
{@link #SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor anywheresoftware.b4a.samples.camera:swipeRefreshLayoutProgressSpinnerBackgroundColor}Background color for SwipeRefreshLayout progress spinner.
* @see #SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor */ public static final int[] SwipeRefreshLayout={ 0x7f02001c }; /** *

* @attr description * Background color for SwipeRefreshLayout progress spinner. * *

May be a color value, in the form of "#rgb", * "#argb", "#rrggbb", or * "#aarrggbb". * * @attr name anywheresoftware.b4a.samples.camera:swipeRefreshLayoutProgressSpinnerBackgroundColor */ public static final int SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor=0; } }