X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=android-libraries%2FTreeViewList%2Fgen%2Fpl%2Fpolidea%2Ftreeview%2FR.java;fp=android-libraries%2FTreeViewList%2Fgen%2Fpl%2Fpolidea%2Ftreeview%2FR.java;h=3ef9b354722e0b0602f6dd12374a4cb2039e034d;hb=bf3408aa65d45d99482d00baf5784dfde72d286d;hp=0000000000000000000000000000000000000000;hpb=5f8ec79bab328fdd08650f934b8e803a97c0583d;p=debian%2Fopenrocket diff --git a/android-libraries/TreeViewList/gen/pl/polidea/treeview/R.java b/android-libraries/TreeViewList/gen/pl/polidea/treeview/R.java new file mode 100644 index 00000000..3ef9b354 --- /dev/null +++ b/android-libraries/TreeViewList/gen/pl/polidea/treeview/R.java @@ -0,0 +1,276 @@ +/* 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 pl.polidea.treeview; + +public final class R { + public static final class attr { + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int collapsible=0x7f010000; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int handle_trackball_press=0x7f010004; + /**

Must 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), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int indent_width=0x7f010003; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to 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 int indicator_background=0x7f010006; + /**

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

+ ++++ + + + + + + + + + + + + +
ConstantValueDescription
top0x30 Push object to the top of its container, not changing its size.
bottom0x50 Push object to the bottom of its container, not changing its size.
left0x03 Push object to the left of its container, not changing its size.
right0x05 Push object to the right of its container, not changing its size.
center_vertical0x10 Place object in the vertical center of its container, not changing its size.
fill_vertical0x70 Grow the vertical size of the object if needed so it completely fills its container.
center_horizontal0x01 Place object in the horizontal center of its container, not changing its size.
fill_horizontal0x07 Grow the horizontal size of the object if needed so it completely fills its container.
center0x11 Place the object in the center of its container in both the vertical and horizontal axis, not changing its size.
fill0x77 Grow the horizontal and vertical size of the object if needed so it completely fills its container.
clip_vertical0x80 Additional 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.
clip_horizontal0x08 Additional 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.
+ */ + public static int indicator_gravity=0x7f010005; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to 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 int row_background=0x7f010007; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to 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 int src_collapsed=0x7f010002; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to 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 int src_expanded=0x7f010001; + } + public static final class drawable { + public static int collapsed=0x7f020000; + public static int divider=0x7f020001; + public static int expanded=0x7f020002; + public static int ic_launcher=0x7f020003; + public static int list_selector_background=0x7f020004; + public static int list_selector_background_disabled=0x7f020005; + public static int list_selector_background_focus=0x7f020006; + public static int list_selector_background_longpress=0x7f020007; + public static int list_selector_background_pressed=0x7f020008; + public static int list_selector_background_transition=0x7f020009; + } + public static final class id { + public static int bottom=0x7f040001; + public static int center=0x7f040008; + public static int center_horizontal=0x7f040006; + public static int center_vertical=0x7f040004; + public static int clip_horizontal=0x7f04000b; + public static int clip_vertical=0x7f04000a; + public static int fill=0x7f040009; + public static int fill_horizontal=0x7f040007; + public static int fill_vertical=0x7f040005; + public static int left=0x7f040002; + public static int right=0x7f040003; + public static int top=0x7f040000; + public static int treeview_list_item_frame=0x7f04000e; + public static int treeview_list_item_image=0x7f04000d; + public static int treeview_list_item_image_layout=0x7f04000c; + } + public static final class layout { + public static int tree_list_item_wrapper=0x7f030000; + } + public static final class style { + public static int treeViewListStyle=0x7f050000; + } + public static final class styleable { + /** Attributes that can be used with a TreeViewList. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #TreeViewList_collapsible pl.polidea.treeview:collapsible}
{@link #TreeViewList_handle_trackball_press pl.polidea.treeview:handle_trackball_press}
{@link #TreeViewList_indent_width pl.polidea.treeview:indent_width}
{@link #TreeViewList_indicator_background pl.polidea.treeview:indicator_background}
{@link #TreeViewList_indicator_gravity pl.polidea.treeview:indicator_gravity}
{@link #TreeViewList_row_background pl.polidea.treeview:row_background}
{@link #TreeViewList_src_collapsed pl.polidea.treeview:src_collapsed}
{@link #TreeViewList_src_expanded pl.polidea.treeview:src_expanded}
+ @see #TreeViewList_collapsible + @see #TreeViewList_handle_trackball_press + @see #TreeViewList_indent_width + @see #TreeViewList_indicator_background + @see #TreeViewList_indicator_gravity + @see #TreeViewList_row_background + @see #TreeViewList_src_collapsed + @see #TreeViewList_src_expanded + */ + public static final int[] TreeViewList = { + 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, + 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007 + }; + /** +

This symbol is the offset where the {@link pl.polidea.treeview.R.attr#collapsible} + attribute's value can be found in the {@link #TreeViewList} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android:collapsible + */ + public static final int TreeViewList_collapsible = 0; + /** +

This symbol is the offset where the {@link pl.polidea.treeview.R.attr#handle_trackball_press} + attribute's value can be found in the {@link #TreeViewList} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android:handle_trackball_press + */ + public static final int TreeViewList_handle_trackball_press = 4; + /** +

This symbol is the offset where the {@link pl.polidea.treeview.R.attr#indent_width} + attribute's value can be found in the {@link #TreeViewList} array. + + +

Must 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), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android:indent_width + */ + public static final int TreeViewList_indent_width = 3; + /** +

This symbol is the offset where the {@link pl.polidea.treeview.R.attr#indicator_background} + attribute's value can be found in the {@link #TreeViewList} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to 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 android:indicator_background + */ + public static final int TreeViewList_indicator_background = 6; + /** +

This symbol is the offset where the {@link pl.polidea.treeview.R.attr#indicator_gravity} + attribute's value can be found in the {@link #TreeViewList} array. + + +

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

+ ++++ + + + + + + + + + + + + +
ConstantValueDescription
top0x30 Push object to the top of its container, not changing its size.
bottom0x50 Push object to the bottom of its container, not changing its size.
left0x03 Push object to the left of its container, not changing its size.
right0x05 Push object to the right of its container, not changing its size.
center_vertical0x10 Place object in the vertical center of its container, not changing its size.
fill_vertical0x70 Grow the vertical size of the object if needed so it completely fills its container.
center_horizontal0x01 Place object in the horizontal center of its container, not changing its size.
fill_horizontal0x07 Grow the horizontal size of the object if needed so it completely fills its container.
center0x11 Place the object in the center of its container in both the vertical and horizontal axis, not changing its size.
fill0x77 Grow the horizontal and vertical size of the object if needed so it completely fills its container.
clip_vertical0x80 Additional 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.
clip_horizontal0x08 Additional 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.
+ @attr name android:indicator_gravity + */ + public static final int TreeViewList_indicator_gravity = 5; + /** +

This symbol is the offset where the {@link pl.polidea.treeview.R.attr#row_background} + attribute's value can be found in the {@link #TreeViewList} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to 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 android:row_background + */ + public static final int TreeViewList_row_background = 7; + /** +

This symbol is the offset where the {@link pl.polidea.treeview.R.attr#src_collapsed} + attribute's value can be found in the {@link #TreeViewList} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to 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 android:src_collapsed + */ + public static final int TreeViewList_src_collapsed = 2; + /** +

This symbol is the offset where the {@link pl.polidea.treeview.R.attr#src_expanded} + attribute's value can be found in the {@link #TreeViewList} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to 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 android:src_expanded + */ + public static final int TreeViewList_src_expanded = 1; + }; +}