/* 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.ved.musicmapapp; public final class R { public static final class anim { public static final int disappear=0x7f040000; public static final int fade_to_top=0x7f040001; public static final int grow_from_bottom=0x7f040002; public static final int grow_from_bottomleft_to_topright=0x7f040003; public static final int grow_from_bottomright_to_topleft=0x7f040004; public static final int grow_from_top=0x7f040005; public static final int grow_from_topleft_to_bottomright=0x7f040006; public static final int grow_from_topright_to_bottomleft=0x7f040007; public static final int pump_bottom=0x7f040008; public static final int pump_top=0x7f040009; public static final int rail=0x7f04000a; public static final int shrink_from_bottom=0x7f04000b; public static final int shrink_from_bottomleft_to_topright=0x7f04000c; public static final int shrink_from_bottomright_to_topleft=0x7f04000d; public static final int shrink_from_top=0x7f04000e; public static final int shrink_from_topleft_to_bottomright=0x7f04000f; public static final int shrink_from_topright_to_bottomleft=0x7f040010; public static final int slide_from_top=0x7f040011; } public static final class array { public static final int setting_arround_me_distances=0x7f0c0000; public static final int setting_on_off=0x7f0c0001; public static final int setting_update_schedule_array=0x7f0c0002; public static final int spinnerItems=0x7f0c0003; } public static final class attr { /** The size of the ad. It must be one of BANNER, FULL_BANNER, LEADERBOARD, MEDIUM_RECTANGLE, SMART_BANNER, WIDE_SKYSCRAPER, or <width>x<height>. <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 adSize=0x7f010000; /** A comma-separated list of the supported ad sizes. The sizes must be one of BANNER, FULL_BANNER, LEADERBOARD, MEDIUM_RECTANGLE, SMART_BANNER, WIDE_SKYSCRAPER, or <width>x<height>. <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 adSizes=0x7f010001; /** The ad unit ID. <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 adUnitId=0x7f010002; /** Theme to be used for the Wallet selector <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>holo_dark</code></td><td>0</td><td></td></tr> <tr><td><code>holo_light</code></td><td>1</td><td></td></tr> </table> */ public static final int appTheme=0x7f010016; /** The appearance of the buy button <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>classic</code></td><td>1</td><td></td></tr> <tr><td><code>grayscale</code></td><td>2</td><td></td></tr> <tr><td><code>monochrome</code></td><td>3</td><td></td></tr> </table> */ public static final int buyButtonAppearance=0x7f01001d; /** Height of the buy button. This includes an 8dp padding (4dp on each side) used for pressed and focused states of the button. The value can be a specific height, e.g. "48dp", or special values "match_parent" and "wrap_content". <p>May 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>May 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>match_parent</code></td><td>-1</td><td></td></tr> <tr><td><code>wrap_content</code></td><td>-2</td><td></td></tr> </table> */ public static final int buyButtonHeight=0x7f01001a; /** The text on the buy button <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>buy_with_google</code></td><td>1</td><td></td></tr> <tr><td><code>buy_now</code></td><td>2</td><td></td></tr> <tr><td><code>book_now</code></td><td>3</td><td></td></tr> <tr><td><code>donate_with_google</code></td><td>4</td><td></td></tr> </table> */ public static final int buyButtonText=0x7f01001c; /** Width of the buy button. This includes an 8dp padding (4dp on each side) used for pressed and focused states of the button. The value can be a specific width, e.g. "300dp", or special values "match_parent" and "wrap_content". <p>May 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>May 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>match_parent</code></td><td>-1</td><td></td></tr> <tr><td><code>wrap_content</code></td><td>-2</td><td></td></tr> </table> */ public static final int buyButtonWidth=0x7f01001b; /** <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 cameraBearing=0x7f010007; /** <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 cameraTargetLat=0x7f010008; /** <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 cameraTargetLng=0x7f010009; /** <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 cameraTilt=0x7f01000a; /** <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 cameraZoom=0x7f01000b; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int centered=0x7f010048; /** Whether or not this view should have a circular clip applied <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int circleCrop=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 circle_color=0x7f010039; /** <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 circle_fill=0x7f010041; /** <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 circle_progress_color=0x7f01003a; /** <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 circle_stroke_width=0x7f010035; /** <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 circle_x_radius=0x7f010033; /** <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 circle_y_radius=0x7f010034; /** Screen edge padding. <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 clipPadding=0x7f010053; /** <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 end_angle=0x7f010040; /** Google Wallet environment to use <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>production</code></td><td>1</td><td></td></tr> <tr><td><code>sandbox</code></td><td>0</td><td></td></tr> <tr><td><code>strict_sandbox</code></td><td>2</td><td></td></tr> </table> */ public static final int environment=0x7f010017; /** Length of the delay to fade the indicator. <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 fadeDelay=0x7f01005f; /** Length of the indicator fade to transparent. <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 fadeLength=0x7f010060; /** Whether or not the selected indicator fades. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fades=0x7f01005e; /** Color of the filled circle that represents the current page. <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 fillColor=0x7f01004c; /** Color of the footer line and indicator. <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 footerColor=0x7f010054; /** Height of the indicator above the footer line. <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 footerIndicatorHeight=0x7f010057; /** Style of the indicator. Default is triangle. <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>none</code></td><td>0</td><td></td></tr> <tr><td><code>triangle</code></td><td>1</td><td></td></tr> <tr><td><code>underline</code></td><td>2</td><td></td></tr> </table> */ public static final int footerIndicatorStyle=0x7f010056; /** Left and right padding of the underline indicator. <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 footerIndicatorUnderlinePadding=0x7f010058; /** Height of the footer line. <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 footerLineHeight=0x7f010055; /** Padding between the bottom of the title and the footer. <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 footerPadding=0x7f010059; /** Fragment mode <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>buyButton</code></td><td>1</td><td></td></tr> <tr><td><code>selectionDetails</code></td><td>2</td><td></td></tr> </table> */ public static final int fragmentMode=0x7f010019; /** A style resource specifing attributes to customize the look and feel of WalletFragment <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 fragmentStyle=0x7f010018; /** Width of the gap between each indicator line. <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 gapWidth=0x7f010052; /** The fixed aspect ratio to use in aspect ratio adjustments. <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 imageAspectRatio=0x7f010004; /** What kind of aspect ratio adjustment to do. It must be one of "none", "adjust_width", or "adjust_height". <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>none</code></td><td>0</td><td></td></tr> <tr><td><code>adjust_width</code></td><td>1</td><td></td></tr> <tr><td><code>adjust_height</code></td><td>2</td><td></td></tr> </table> */ public static final int imageAspectRatioAdjust=0x7f010003; /** Position of the line. <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>bottom</code></td><td>0</td><td></td></tr> <tr><td><code>top</code></td><td>1</td><td></td></tr> </table> */ public static final int linePosition=0x7f01005a; /** Width of each indicator line. <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 lineWidth=0x7f010051; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int liteMode=0x7f01000c; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int lock_enabled=0x7f010032; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int maintain_equal_circle=0x7f010030; /** <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>none</code></td><td>0</td><td></td></tr> <tr><td><code>normal</code></td><td>1</td><td></td></tr> <tr><td><code>satellite</code></td><td>2</td><td></td></tr> <tr><td><code>terrain</code></td><td>3</td><td></td></tr> <tr><td><code>hybrid</code></td><td>4</td><td></td></tr> </table> */ public static final int mapType=0x7f010006; /** Masked wallet details background <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May 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>". */ public static final int maskedWalletDetailsBackground=0x7f010020; /** "Change" button background in masked wallet details view <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May 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>". */ public static final int maskedWalletDetailsButtonBackground=0x7f010022; /** TextAppearance for the "Change" button in masked wallet details view <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 maskedWalletDetailsButtonTextAppearance=0x7f010021; /** TextAppearance for headers describing masked wallet details <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 maskedWalletDetailsHeaderTextAppearance=0x7f01001f; /** Type of the wallet logo image in masked wallet details view <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>classic</code></td><td>1</td><td></td></tr> <tr><td><code>monochrome</code></td><td>2</td><td></td></tr> </table> */ public static final int maskedWalletDetailsLogoImageType=0x7f010024; /** Color of the Google Wallet logo text in masked wallet details view <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 maskedWalletDetailsLogoTextColor=0x7f010023; /** TextAppearance for masked wallet details <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 maskedWalletDetailsTextAppearance=0x7f01001e; /** <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 max=0x7f01002e; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int move_outside_circle=0x7f01002f; /** Color of the filled circles that represents pages. <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 pageColor=0x7f01004d; /** <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 pointer_alpha_ontouch=0x7f01003e; /** <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 pointer_color=0x7f01003b; /** <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 pointer_halo_border_width=0x7f010038; /** <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 pointer_halo_color=0x7f01003c; /** <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 pointer_halo_color_ontouch=0x7f01003d; /** <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 pointer_halo_width=0x7f010037; /** <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 pointer_radius=0x7f010036; /** <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 progress=0x7f01002d; /** Radius of the circles. This is also the spacing between circles. <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 radius=0x7f01004e; /** <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 riv_border_color=0x7f010027; /** <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 riv_border_width=0x7f010026; /** <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 riv_corner_radius=0x7f010025; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int riv_mutate_background=0x7f010028; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int riv_oval=0x7f010029; /** <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>clamp</code></td><td>0</td><td></td></tr> <tr><td><code>repeat</code></td><td>1</td><td></td></tr> <tr><td><code>mirror</code></td><td>2</td><td></td></tr> </table> */ public static final int riv_tile_mode=0x7f01002a; /** <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>clamp</code></td><td>0</td><td></td></tr> <tr><td><code>repeat</code></td><td>1</td><td></td></tr> <tr><td><code>mirror</code></td><td>2</td><td></td></tr> </table> */ public static final int riv_tile_mode_x=0x7f01002b; /** <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>clamp</code></td><td>0</td><td></td></tr> <tr><td><code>repeat</code></td><td>1</td><td></td></tr> <tr><td><code>mirror</code></td><td>2</td><td></td></tr> </table> */ public static final int riv_tile_mode_y=0x7f01002c; /** Whether or not the selected item is displayed as bold. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int selectedBold=0x7f01005b; /** <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 selectedColor=0x7f010049; /** Whether or not the selected indicator snaps to the circles. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int snap=0x7f01004f; /** <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 start_angle=0x7f01003f; /** Color of the open circles. <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=0x7f010050; /** <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 strokeWidth=0x7f01004a; /** Padding between titles when bumping into each other. <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 titlePadding=0x7f01005c; /** Padding between titles and the top of the View. <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 topPadding=0x7f01005d; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int uiCompass=0x7f01000d; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int uiMapToolbar=0x7f010015; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int uiRotateGestures=0x7f01000e; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int uiScrollGestures=0x7f01000f; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int uiTiltGestures=0x7f010010; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int uiZoomControls=0x7f010011; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int uiZoomGestures=0x7f010012; /** <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 unselectedColor=0x7f01004b; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int useViewLifecycle=0x7f010013; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int use_custom_radii=0x7f010031; /** Style of the circle indicator. <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 vpiCirclePageIndicatorStyle=0x7f010042; /** Style of the icon indicator's views. <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 vpiIconPageIndicatorStyle=0x7f010043; /** Style of the line indicator. <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 vpiLinePageIndicatorStyle=0x7f010044; /** Style of the tab indicator's tabs. <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 vpiTabPageIndicatorStyle=0x7f010046; /** Style of the title indicator. <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 vpiTitlePageIndicatorStyle=0x7f010045; /** Style of the underline indicator. <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 vpiUnderlinePageIndicatorStyle=0x7f010047; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int zOrderOnTop=0x7f010014; } public static final class color { public static final int bg_item_pressed=0x7f090019; public static final int bg_nav_normal=0x7f090018; public static final int bg_nav_pressed=0x7f090017; /** #3097d9 */ public static final int bg_play_item_song_normal=0x7f090021; /** #3097d9 */ public static final int bg_play_item_song_press=0x7f090020; /** #3097d9 */ public static final int bg_title_bar=0x7f09001f; public static final int black=0x7f090024; public static final int blue=0x7f09001a; public static final int blue_new=0x7f090026; public static final int blue_new_light=0x7f09002b; public static final int blue_press=0x7f09001b; public static final int common_action_bar_splitter=0x7f090009; /** Sign-in Button Colors */ public static final int common_signin_btn_dark_text_default=0x7f090000; public static final int common_signin_btn_dark_text_disabled=0x7f090002; public static final int common_signin_btn_dark_text_focused=0x7f090003; public static final int common_signin_btn_dark_text_pressed=0x7f090001; public static final int common_signin_btn_default_background=0x7f090008; public static final int common_signin_btn_light_text_default=0x7f090004; public static final int common_signin_btn_light_text_disabled=0x7f090006; public static final int common_signin_btn_light_text_focused=0x7f090007; public static final int common_signin_btn_light_text_pressed=0x7f090005; public static final int common_signin_btn_text_dark=0x7f090032; public static final int common_signin_btn_text_light=0x7f090033; public static final int default_screen_bg=0x7f09002d; public static final int grey=0x7f090029; public static final int light_gray_custom=0x7f09001c; public static final int light_gray_header_color=0x7f090030; public static final int list_divider_grey=0x7f090027; public static final int list_divider_grey1=0x7f09002a; public static final int rounded_container_bg=0x7f09002e; public static final int rounded_container_border=0x7f09002f; public static final int settings_bg=0x7f090028; public static final int settings_font=0x7f090031; public static final int text_blue=0x7f09001d; public static final int text_match=0x7f090023; /** #3097d9 */ public static final int text_no_belong=0x7f09001e; /** #3097d9 */ public static final int text_other=0x7f090022; public static final int wallet_bright_foreground_disabled_holo_light=0x7f09000f; /** Wallet colors to support consistent Wallet fragment holo dark UI in client application regardless of the theme and device type */ public static final int wallet_bright_foreground_holo_dark=0x7f09000a; public static final int wallet_bright_foreground_holo_light=0x7f090010; public static final int wallet_dim_foreground_disabled_holo_dark=0x7f09000c; public static final int wallet_dim_foreground_holo_dark=0x7f09000b; public static final int wallet_dim_foreground_inverse_disabled_holo_dark=0x7f09000e; public static final int wallet_dim_foreground_inverse_holo_dark=0x7f09000d; public static final int wallet_highlighted_text_holo_dark=0x7f090014; public static final int wallet_highlighted_text_holo_light=0x7f090013; public static final int wallet_hint_foreground_holo_dark=0x7f090012; public static final int wallet_hint_foreground_holo_light=0x7f090011; public static final int wallet_holo_blue_light=0x7f090015; public static final int wallet_link_text_light=0x7f090016; public static final int wallet_primary_text_holo_light=0x7f090034; public static final int wallet_secondary_text_holo_dark=0x7f090035; public static final int white=0x7f090025; public static final int yellow_new=0x7f09002c; } public static final class dimen { /** Default screen margins, per the Android Design guidelines. Example customization of dimensions originally defined in res/values/dimens.xml (such as screen margins) for screens with more than 820dp of available width. This would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively). */ public static final int activity_horizontal_margin=0x7f0b0000; public static final int activity_vertical_margin=0x7f0b0001; public static final int sizeRadius=0x7f0b0002; } public static final class drawable { public static final int aaa=0x7f020000; public static final int ab_solid_style=0x7f020001; public static final int ab_texture_tile_style=0x7f020002; public static final int action_item_btn=0x7f020003; public static final int action_item_selected=0x7f020004; public static final int add=0x7f020005; public static final int add_icon=0x7f020006; public static final int add_icon1=0x7f020007; public static final int add_playlist_selector=0x7f020008; public static final int addplay=0x7f020009; public static final int all_playlist_selector=0x7f02000a; public static final int all_tracks=0x7f02000b; public static final int all_tracks_pressed=0x7f02000c; public static final int appicon=0x7f02000d; public static final int apptheme_scrubber_control_disabled_holo=0x7f02000e; public static final int apptheme_scrubber_control_focused_holo=0x7f02000f; public static final int apptheme_scrubber_control_normal_holo=0x7f020010; public static final int apptheme_scrubber_control_pressed_holo=0x7f020011; public static final int apptheme_scrubber_control_selector_holo_dark=0x7f020012; public static final int apptheme_scrubber_primary_holo=0x7f020013; public static final int apptheme_scrubber_progress_horizontal_holo_dark=0x7f020014; public static final int apptheme_scrubber_secondary_holo=0x7f020015; public static final int apptheme_scrubber_track_holo_dark=0x7f020016; public static final int aroundme=0x7f020017; public static final int arrow_down=0x7f020018; public static final int arrow_up=0x7f020019; public static final int arrowblue=0x7f02001a; public static final int back=0x7f02001b; public static final int back_youtube=0x7f02001c; public static final int backward=0x7f02001d; public static final int backward_artist=0x7f02001e; public static final int backwardpressed=0x7f02001f; public static final int backwardwhite=0x7f020020; public static final int bg_aaaa=0x7f020021; public static final int bg_base_item=0x7f020022; public static final int bg_base_item_normal=0x7f020023; public static final int bg_bottom=0x7f020024; public static final int bg_btn_login_fb=0x7f020025; public static final int bg_btn_tab=0x7f020026; public static final int bg_btn_tab_pressed=0x7f020027; public static final int bg_button=0x7f020028; public static final int bg_button_unfollow=0x7f020029; public static final int bg_circle_current=0x7f02002a; public static final int bg_circle_finish=0x7f02002b; public static final int bg_circle_future=0x7f02002c; public static final int bg_custom_cb=0x7f02002d; public static final int bg_edt_search=0x7f02002e; public static final int bg_item_group=0x7f02002f; public static final int bg_item_list=0x7f020030; public static final int bg_item_list_invite=0x7f020031; public static final int bg_item_list_normal=0x7f020032; public static final int bg_item_list_tranparent=0x7f020033; public static final int bg_login=0x7f020034; public static final int bg_logo=0x7f020035; public static final int bg_main=0x7f020036; public static final int bg_menu_item=0x7f020037; public static final int bg_nav=0x7f020038; public static final int bg_nav_divider=0x7f020039; public static final int bg_navigation=0x7f02003a; public static final int bg_play_item_song=0x7f02003b; public static final int bg_splash=0x7f02003c; public static final int bg_stick_blue=0x7f02003d; public static final int bg_tab_press=0x7f02003e; public static final int bg_title=0x7f02003f; public static final int books=0x7f020040; public static final int border=0x7f020041; public static final int border_avatar=0x7f020042; public static final int btn_cab_done_pressed_style=0x7f020043; public static final int btn_color_default=0x7f020044; public static final int btn_color_default_unfollow=0x7f020045; public static final int btn_color_pressed=0x7f020046; public static final int btn_dislike=0x7f020047; public static final int btn_like=0x7f020048; public static final int btn_white_like=0x7f020049; public static final int checked=0x7f02004a; public static final int common_full_open_on_phone=0x7f02004b; public static final int common_ic_googleplayservices=0x7f02004c; public static final int common_signin_btn_icon_dark=0x7f02004d; public static final int common_signin_btn_icon_disabled_dark=0x7f02004e; public static final int common_signin_btn_icon_disabled_focus_dark=0x7f02004f; public static final int common_signin_btn_icon_disabled_focus_light=0x7f020050; public static final int common_signin_btn_icon_disabled_light=0x7f020051; public static final int common_signin_btn_icon_focus_dark=0x7f020052; public static final int common_signin_btn_icon_focus_light=0x7f020053; public static final int common_signin_btn_icon_light=0x7f020054; public static final int common_signin_btn_icon_normal_dark=0x7f020055; public static final int common_signin_btn_icon_normal_light=0x7f020056; public static final int common_signin_btn_icon_pressed_dark=0x7f020057; public static final int common_signin_btn_icon_pressed_light=0x7f020058; public static final int common_signin_btn_text_dark=0x7f020059; public static final int common_signin_btn_text_disabled_dark=0x7f02005a; public static final int common_signin_btn_text_disabled_focus_dark=0x7f02005b; public static final int common_signin_btn_text_disabled_focus_light=0x7f02005c; public static final int common_signin_btn_text_disabled_light=0x7f02005d; public static final int common_signin_btn_text_focus_dark=0x7f02005e; public static final int common_signin_btn_text_focus_light=0x7f02005f; public static final int common_signin_btn_text_light=0x7f020060; public static final int common_signin_btn_text_normal_dark=0x7f020061; public static final int common_signin_btn_text_normal_light=0x7f020062; public static final int common_signin_btn_text_pressed_dark=0x7f020063; public static final int common_signin_btn_text_pressed_light=0x7f020064; public static final int default_avatar=0x7f020065; public static final int default_btn_selector=0x7f020066; public static final int devider_icon=0x7f020067; public static final int dislike=0x7f020068; public static final int dislike_pressed=0x7f020069; public static final int dot=0x7f02006a; public static final int download=0x7f02006b; public static final int download_pressed=0x7f02006c; public static final int download_selector=0x7f02006d; public static final int downloadwhite=0x7f02006e; public static final int drawer_icon_selector=0x7f02006f; public static final int drawerbutton=0x7f020070; public static final int expand=0x7f020071; public static final int facebookbutton=0x7f020072; public static final int facebooklogin=0x7f020073; public static final int fbfriends=0x7f020074; public static final int forward=0x7f020075; public static final int forward_artist=0x7f020076; public static final int forward_btn_selector=0x7f020077; public static final int forward_youtube=0x7f020078; public static final int forwardpressed=0x7f020079; public static final int forwardwhite=0x7f02007a; public static final int frame=0x7f02007b; public static final int games=0x7f02007c; public static final int genre=0x7f02007d; public static final int gradient_spinner=0x7f02007e; public static final int headphone=0x7f02007f; public static final int home=0x7f020080; public static final int ic_arround_me=0x7f020081; public static final int ic_arrow=0x7f020082; public static final int ic_arrow_line=0x7f020083; public static final int ic_arrow_right=0x7f020084; public static final int ic_book=0x7f020085; public static final int ic_buy=0x7f020086; public static final int ic_circle_current=0x7f020087; public static final int ic_circle_finish=0x7f020088; public static final int ic_circle_next=0x7f020089; public static final int ic_close_search=0x7f02008a; public static final int ic_exit=0x7f02008b; public static final int ic_follow=0x7f02008c; public static final int ic_follow_nav=0x7f02008d; public static final int ic_game=0x7f02008e; public static final int ic_global=0x7f02008f; public static final int ic_home=0x7f020090; public static final int ic_invite_fb=0x7f020091; public static final int ic_leader_stat=0x7f020092; public static final int ic_movie=0x7f020093; public static final int ic_next=0x7f020094; public static final int ic_no_song=0x7f020095; public static final int ic_note_light=0x7f020096; public static final int ic_other=0x7f020097; public static final int ic_pause=0x7f020098; public static final int ic_percen_match=0x7f020099; public static final int ic_play=0x7f02009a; public static final int ic_player_next=0x7f02009b; public static final int ic_player_playpause=0x7f02009c; public static final int ic_player_prev=0x7f02009d; public static final int ic_plusone_medium_off_client=0x7f02009e; public static final int ic_plusone_small_off_client=0x7f02009f; public static final int ic_plusone_standard_off_client=0x7f0200a0; public static final int ic_plusone_tall_off_client=0x7f0200a1; public static final int ic_prev=0x7f0200a2; public static final int ic_refresh=0x7f0200a3; public static final int ic_refresh_normal=0x7f0200a4; public static final int ic_refresh_pressed=0x7f0200a5; public static final int ic_school=0x7f0200a6; public static final int ic_search=0x7f0200a7; public static final int ic_settings=0x7f0200a8; public static final int ic_share=0x7f0200a9; public static final int ic_similar_me=0x7f0200aa; public static final int ic_splash=0x7f0200ab; public static final int ic_three_line=0x7f0200ac; public static final int icon=0x7f0200ad; public static final int icon_app=0x7f0200ae; public static final int icon_app_1=0x7f0200af; public static final int img_bg_title=0x7f0200b0; public static final int img_btn_login_facebook_normal=0x7f0200b1; public static final int img_btn_login_facebook_pressed=0x7f0200b2; public static final int img_no_image=0x7f0200b3; public static final int img_seekbar_bg=0x7f0200b4; public static final int img_seekbar_progress_blue=0x7f0200b5; public static final int img_three_line=0x7f0200b6; public static final int imv_buy=0x7f0200b7; public static final int imv_tick=0x7f0200b8; public static final int imv_untick=0x7f0200b9; public static final int item_playlist_selector=0x7f0200ba; public static final int like=0x7f0200bb; public static final int like_pressed=0x7f0200bc; public static final int loading=0x7f0200bd; public static final int loadingdisc=0x7f0200be; public static final int loadingdisc1=0x7f0200bf; public static final int loadingdisc2=0x7f0200c0; public static final int loadingdisc3=0x7f0200c1; public static final int loadingdisc4=0x7f0200c2; public static final int log=0x7f0200c3; public static final int logo=0x7f0200c4; public static final int logout=0x7f0200c5; public static final int magnifyingpressed=0x7f0200c6; public static final int main_background=0x7f0200c7; public static final int main_background1=0x7f0200c8; public static final int media_pause=0x7f0200c9; public static final int media_play=0x7f0200ca; public static final int menu_cancel=0x7f0200cb; public static final int menu_down_arrow=0x7f0200cc; public static final int menu_eraser=0x7f0200cd; public static final int menu_info=0x7f0200ce; public static final int menu_ok=0x7f0200cf; public static final int menu_search=0x7f0200d0; public static final int menu_up_arrow=0x7f0200d1; public static final int movies=0x7f0200d2; public static final int myprogressbar=0x7f0200d3; public static final int new_banner=0x7f0200d4; public static final int no_service=0x7f0200d5; public static final int no_service_icon=0x7f0200d6; public static final int off=0x7f0200d7; public static final int on=0x7f0200d8; public static final int others=0x7f0200d9; public static final int pause=0x7f0200da; public static final int pause_youtube=0x7f0200db; public static final int pausewhite=0x7f0200dc; public static final int picon=0x7f0200dd; public static final int picon_header=0x7f0200de; public static final int picon_header_pressed=0x7f0200df; public static final int piconpressed=0x7f0200e0; public static final int play=0x7f0200e1; public static final int play_all_selector=0x7f0200e2; public static final int play_pressed=0x7f0200e3; public static final int play_selector=0x7f0200e4; public static final int play_youtube=0x7f0200e5; public static final int playall=0x7f0200e6; public static final int playlist=0x7f0200e7; public static final int playlist_btn_selector=0x7f0200e8; public static final int playlistpressed=0x7f0200e9; public static final int playlistr=0x7f0200ea; public static final int playlistr_header=0x7f0200eb; public static final int playlists=0x7f0200ec; public static final int playwhite=0x7f0200ed; public static final int popup=0x7f0200ee; public static final int powered_by_google_dark=0x7f0200ef; public static final int powered_by_google_light=0x7f0200f0; public static final int prev_btn_selector=0x7f0200f1; public static final int profilepic=0x7f0200f2; public static final int progress_bar_progress=0x7f0200f3; public static final int progress_bg_holo_dark=0x7f0200f4; public static final int progress_primary_holo_dark=0x7f0200f5; public static final int progress_secondary_holo_dark=0x7f0200f6; public static final int progressbar=0x7f0200f7; public static final int progressbar_dot=0x7f0200f8; public static final int progressbar_seek=0x7f0200f9; public static final int progressbar_youtube=0x7f0200fa; public static final int rectangle_black=0x7f0200fb; public static final int rectangle_blue=0x7f0200fc; public static final int rectangle_search=0x7f0200fd; public static final int rectangle_transperent=0x7f0200fe; public static final int refresh=0x7f0200ff; public static final int review_icon=0x7f020100; public static final int round_corners_image=0x7f020101; public static final int school=0x7f020102; public static final int scrollbarstyle=0x7f020103; public static final int scrubber_control_normal_holo=0x7f020104; public static final int scrubber_control_pressed_holo=0x7f020105; public static final int search_icon_selector=0x7f020106; public static final int searchbutton=0x7f020107; public static final int seek_handler=0x7f020108; public static final int seekbar_progress=0x7f020109; public static final int seekbar_progress_bg=0x7f02010a; public static final int settings=0x7f02010b; public static final int seven_d=0x7f02010c; public static final int share=0x7f02010d; public static final int share_icon_selector=0x7f02010e; public static final int shareblue=0x7f02010f; public static final int sharepressed=0x7f020110; public static final int shares=0x7f020111; public static final int spinner_item=0x7f020112; public static final int stop=0x7f020113; public static final int stop_btn_selector=0x7f020114; public static final int stoppressed=0x7f020115; public static final int strings=0x7f020116; public static final int tab_indicator_ab_example=0x7f020117; public static final int tab_normal=0x7f020118; public static final int tab_selected=0x7f020119; public static final int tab_selected_example=0x7f02011a; public static final int tab_selected_focused_example=0x7f02011b; public static final int tab_selected_pressed_example=0x7f02011c; public static final int tab_selector=0x7f02011d; public static final int tab_unselected_example=0x7f02011e; public static final int tab_unselected_focused_example=0x7f02011f; public static final int tab_unselected_pressed_example=0x7f020120; public static final int test=0x7f020121; public static final int text_color_state=0x7f020122; public static final int title_bar_background=0x7f020123; public static final int toggle_btn=0x7f020124; public static final int uncheck=0x7f020125; public static final int unlike=0x7f020126; public static final int unreview_icon=0x7f020127; public static final int verticalseprater=0x7f020128; public static final int volume=0x7f020129; public static final int volumedot=0x7f02012a; public static final int volumeselected=0x7f02012b; public static final int whiteheadphone=0x7f02012c; public static final int whotofollow=0x7f02012d; public static final int youttube_bg=0x7f02012e; public static final int youtubeicon=0x7f02012f; } public static final class id { public static final int LinearLayout1=0x7f0e00a9; public static final int RelativeLayout1=0x7f0e0093; public static final int action_share=0x7f0e00ea; public static final int adjust_height=0x7f0e0000; public static final int adjust_width=0x7f0e0001; public static final int arrow_down=0x7f0e00da; public static final int arrow_up=0x7f0e00d9; public static final int artistName=0x7f0e007e; public static final int book_now=0x7f0e0010; public static final int bottom=0x7f0e001c; public static final int btnBack=0x7f0e0087; public static final int btnForword=0x7f0e0089; public static final int btnFullScreen=0x7f0e00d5; public static final int btnOkSplash=0x7f0e0072; public static final int btnPlay=0x7f0e0088; public static final int btnPlay1=0x7f0e00d6; public static final int btnShare=0x7f0e0062; public static final int btnSkip=0x7f0e0071; public static final int btn_addplaylist=0x7f0e008f; public static final int btn_find_by_name=0x7f0e00a1; public static final int btn_find_fb_friend=0x7f0e00a0; public static final int btn_find_similar=0x7f0e009f; public static final int btn_follow=0x7f0e0056; public static final int btn_invite=0x7f0e003b; public static final int btn_login=0x7f0e00b8; public static final int btn_playall=0x7f0e0049; public static final int btn_rename=0x7f0e0091; public static final int btn_skip=0x7f0e003a; public static final int buttonContainer=0x7f0e0090; public static final int buttonPrompt=0x7f0e0061; public static final int buyButton=0x7f0e000c; public static final int buy_now=0x7f0e0011; public static final int buy_with_google=0x7f0e0012; public static final int cancel_rename=0x7f0e0092; public static final int cb_item_list_invite=0x7f0e00ad; public static final int child_id=0x7f0e0095; public static final int clamp=0x7f0e0017; public static final int classic=0x7f0e0014; public static final int container=0x7f0e004f; public static final int create_playlist=0x7f0e008c; public static final int customText=0x7f0e0096; public static final int delete=0x7f0e00e9; public static final int dialogButtonOK=0x7f0e0094; public static final int discover_heading=0x7f0e0074; public static final int donate_with_google=0x7f0e0013; public static final int editTextResult=0x7f0e0060; public static final int edt_search=0x7f0e00ce; public static final int edt_search1=0x7f0e005b; public static final int et_playlist_name=0x7f0e008e; public static final int existing_playlists_container=0x7f0e008b; public static final int existing_playlists_header=0x7f0e008a; public static final int frame_content=0x7f0e0042; public static final int frontImage=0x7f0e005f; public static final int grayscale=0x7f0e0015; public static final int groupAvatar=0x7f0e00a8; public static final int groupPlayBuy=0x7f0e00a2; public static final int groupSongName=0x7f0e00a4; public static final int group_added_time=0x7f0e0057; public static final int group_btn=0x7f0e00cf; public static final int group_button_invite=0x7f0e0039; public static final int group_control_player=0x7f0e00c7; public static final int group_find=0x7f0e007f; public static final int group_loadmore=0x7f0e005c; public static final int group_player=0x7f0e003e; public static final int group_refresh=0x7f0e00bb; public static final int holo_dark=0x7f0e0007; public static final int holo_light=0x7f0e0008; public static final int horiScroll=0x7f0e00a7; public static final int hybrid=0x7f0e0003; public static final int ic_book=0x7f0e0029; public static final int ic_book1=0x7f0e002b; public static final int ic_book2=0x7f0e002d; public static final int ic_book3=0x7f0e002f; public static final int ic_book4=0x7f0e0031; public static final int icon=0x7f0e00dd; public static final int imageView1=0x7f0e007a; public static final int imvAddPlaylist=0x7f0e00cb; public static final int imvShare=0x7f0e00cd; public static final int imv_buy=0x7f0e00b1; public static final int imv_icon=0x7f0e009d; public static final int imv_image=0x7f0e00a3; public static final int imv_like=0x7f0e0022; public static final int imv_musician_av=0x7f0e0020; public static final int imv_note=0x7f0e00a5; public static final int imv_play=0x7f0e0024; public static final int imv_play_headphone=0x7f0e0026; public static final int imv_play_headphones=0x7f0e0032; public static final int imv_player=0x7f0e00c8; public static final int imv_player_next=0x7f0e004d; public static final int imv_player_prev=0x7f0e004b; public static final int imv_refresh=0x7f0e00bc; public static final int imv_stop=0x7f0e004c; public static final int imv_three_line=0x7f0e00ca; public static final int indicator=0x7f0e009a; public static final int info=0x7f0e00de; public static final int ivThumb=0x7f0e0053; public static final int iv_icon=0x7f0e001e; public static final int layoutLoading=0x7f0e006e; public static final int layout_artist=0x7f0e0047; public static final int layout_artist_detail=0x7f0e0021; public static final int layout_section=0x7f0e007d; public static final int layout_splash_hidden=0x7f0e0043; public static final int lblListHeader=0x7f0e00d3; public static final int line1=0x7f0e00b5; public static final int line2=0x7f0e00b7; public static final int listView=0x7f0e009c; public static final int list_category_detail=0x7f0e0037; public static final int list_invite=0x7f0e003c; public static final int list_like=0x7f0e0098; public static final int list_like_detail=0x7f0e0099; public static final int list_playlist_stats=0x7f0e005a; public static final int list_song_of_musician=0x7f0e003d; public static final int list_splash=0x7f0e006f; public static final int list_you_follow=0x7f0e0038; public static final int list_you_follow_detail=0x7f0e0078; public static final int listdetail=0x7f0e00e3; public static final int listview_background_shape=0x7f0e00e7; public static final int ll_arroundme=0x7f0e00c4; public static final int ll_invite=0x7f0e00c5; public static final int ll_main=0x7f0e0040; public static final int ll_people=0x7f0e00c2; public static final int ll_right=0x7f0e00ab; public static final int ll_settings=0x7f0e00c6; public static final int ll_similar=0x7f0e00c3; public static final int loadingDisc=0x7f0e0044; public static final int loadingDisc2=0x7f0e0046; public static final int loadingLayout=0x7f0e0033; public static final int loadingMain=0x7f0e0041; public static final int loadingMain1=0x7f0e0045; public static final int loading_text=0x7f0e0075; public static final int loading_video_layout=0x7f0e0051; public static final int logout_fb=0x7f0e006a; public static final int match_parent=0x7f0e000e; public static final int mirror=0x7f0e0018; public static final int monochrome=0x7f0e0016; public static final int navigationMenu=0x7f0e00b9; public static final int no_data=0x7f0e0070; public static final int none=0x7f0e0002; public static final int normal=0x7f0e0004; public static final int openlink=0x7f0e006b; public static final int openmylink=0x7f0e0063; public static final int pageId=0x7f0e0073; public static final int pager=0x7f0e009b; public static final int playlistImage=0x7f0e0048; public static final int production=0x7f0e0009; public static final int profile_pic_item_list_icon_use_app=0x7f0e00ac; public static final int profile_pic_item_list_invite=0x7f0e00aa; public static final int profile_pic_menu=0x7f0e00ba; public static final int progLoading=0x7f0e00b2; public static final int prog_loadmore=0x7f0e005d; public static final int prog_syncing_nav=0x7f0e00bd; public static final int progress=0x7f0e00df; public static final int progressBar1=0x7f0e0034; public static final int quickscroll=0x7f0e0079; public static final int rename=0x7f0e00e8; public static final int repeat=0x7f0e0019; public static final int resultLayout=0x7f0e0035; public static final int rl_book=0x7f0e0028; public static final int rl_game=0x7f0e002e; public static final int rl_movie=0x7f0e002a; public static final int rl_other=0x7f0e0030; public static final int rl_school=0x7f0e002c; public static final int sandbox=0x7f0e000a; public static final int satellite=0x7f0e0005; public static final int scroller=0x7f0e00d7; public static final int selectionDetails=0x7f0e000d; public static final int setting_about=0x7f0e006c; public static final int setting_around_me_radius=0x7f0e0066; public static final int setting_auto_update_location=0x7f0e0067; public static final int setting_my_data=0x7f0e0064; public static final int setting_my_user_like_data=0x7f0e0065; public static final int setting_notification=0x7f0e0069; public static final int setting_update_location_sequent=0x7f0e0068; public static final int sliding_std_en=0x7f0e003f; public static final int songProgressBar=0x7f0e0085; public static final int song_title=0x7f0e0082; public static final int spinner1=0x7f0e004e; public static final int spinner_img=0x7f0e00dc; public static final int spinner_sort=0x7f0e0077; public static final int strict_sandbox=0x7f0e000b; public static final int terrain=0x7f0e0006; public static final int text=0x7f0e005e; public static final int textView01=0x7f0e00db; public static final int textView1=0x7f0e0036; public static final int text_playall=0x7f0e004a; public static final int three_line=0x7f0e00d0; public static final int thumbnail=0x7f0e00e4; public static final int title=0x7f0e008d; public static final int title_bar=0x7f0e00cc; public static final int top=0x7f0e001d; public static final int topContainer=0x7f0e0076; public static final int tracks=0x7f0e00d8; public static final int triangle=0x7f0e001a; public static final int tvGlobalNoSong=0x7f0e0027; public static final int tvLastUDArtist=0x7f0e0059; public static final int tvName=0x7f0e00a6; public static final int tvNoFollowYou=0x7f0e00c1; public static final int tvNoSong=0x7f0e0025; public static final int tvNoSongShare=0x7f0e00c0; public static final int tvNumSong=0x7f0e0055; public static final int tvTotalSong=0x7f0e00bf; public static final int tvUserName=0x7f0e0054; public static final int tv_follow_msg=0x7f0e007b; public static final int tv_gps_notify=0x7f0e007c; public static final int tv_likes=0x7f0e00b0; public static final int tv_match=0x7f0e00b4; public static final int tv_name=0x7f0e009e; public static final int tv_name_invite=0x7f0e00ae; public static final int tv_name_musician=0x7f0e0023; public static final int tv_name_nav=0x7f0e00be; public static final int tv_name_user=0x7f0e00d2; public static final int tv_section=0x7f0e00b6; public static final int tv_songName=0x7f0e00b3; public static final int tv_song_artist=0x7f0e00c9; public static final int tv_splash=0x7f0e006d; public static final int tv_tab_item_count=0x7f0e00e1; public static final int tv_tab_tag=0x7f0e00e0; public static final int tv_title=0x7f0e001f; public static final int tv_title_bar=0x7f0e0081; public static final int tvline=0x7f0e00af; public static final int txtAlertText=0x7f0e00e5; public static final int txtVideoDate=0x7f0e00e6; public static final int txt_endtime=0x7f0e0086; public static final int txt_starttime=0x7f0e0084; public static final int underline=0x7f0e001b; public static final int update_time=0x7f0e0058; public static final int user_img=0x7f0e00d1; public static final int video_box=0x7f0e0050; public static final int video_fragment_container=0x7f0e0052; public static final int webView=0x7f0e00e2; public static final int webView1=0x7f0e0097; public static final int wrap_content=0x7f0e000f; public static final int youtube_container=0x7f0e0080; public static final int youtube_video_container=0x7f0e00d4; public static final int youtube_view=0x7f0e0083; } public static final class integer { public static final int google_play_services_version=0x7f0a0000; } public static final class layout { public static final int action_item_horizontal=0x7f030000; public static final int action_item_vertical=0x7f030001; public static final int activity_category=0x7f030002; public static final int activity_category_detail=0x7f030003; public static final int activity_global_user=0x7f030004; public static final int activity_invite_friends=0x7f030005; public static final int activity_leader_state=0x7f030006; public static final int activity_leaderdetail=0x7f030007; public static final int activity_loading=0x7f030008; public static final int activity_main=0x7f030009; public static final int activity_musician=0x7f03000a; public static final int activity_playlist_stats=0x7f03000b; public static final int activity_search=0x7f03000c; public static final int activity_search_youtube=0x7f03000d; public static final int activity_settings=0x7f03000e; public static final int activity_splash=0x7f03000f; public static final int activity_splash_playlistr=0x7f030010; public static final int activity_user_detail=0x7f030011; public static final int activity_you_follow=0x7f030012; public static final int activity_youtube_player=0x7f030013; public static final int brand_subview=0x7f030014; public static final int choose_playlist_dialog=0x7f030015; public static final int create_playlist_dialog=0x7f030016; public static final int custom_dialog=0x7f030017; public static final int custom_textview=0x7f030018; public static final int digital_track_fragment=0x7f030019; public static final int fragment_about=0x7f03001a; public static final int fragment_like=0x7f03001b; public static final int fragment_like_detail=0x7f03001c; public static final int fragment_main=0x7f03001d; public static final int genre_fragment=0x7f03001e; public static final int horiz_separator=0x7f03001f; public static final int item_artist=0x7f030020; public static final int item_catedetail=0x7f030021; public static final int item_find_more=0x7f030022; public static final int item_genre=0x7f030023; public static final int item_like=0x7f030024; public static final int item_like_detail=0x7f030025; public static final int item_list_invite=0x7f030026; public static final int item_list_leader=0x7f030027; public static final int item_playlists=0x7f030028; public static final int item_song=0x7f030029; public static final int item_user=0x7f03002a; public static final int item_user_artist=0x7f03002b; public static final int layout_login_facebook=0x7f03002c; public static final int layout_navigation=0x7f03002d; public static final int layout_player=0x7f03002e; public static final int layout_progressdialog=0x7f03002f; public static final int layout_title_bar=0x7f030030; public static final int like_user_details=0x7f030031; public static final int list_group=0x7f030032; public static final int list_item=0x7f030033; public static final int main=0x7f030034; public static final int playlist_fragment=0x7f030035; public static final int popup_horizontal=0x7f030036; public static final int popup_vertical=0x7f030037; public static final int simple_spinner_dropdown_item=0x7f030038; public static final int skip_dialog=0x7f030039; public static final int syncing_layout=0x7f03003a; public static final int tab_item=0x7f03003b; public static final int user_playlist_fragment=0x7f03003c; public static final int youtube_list=0x7f03003d; public static final int youtube_list_item=0x7f03003e; } public static final class menu { public static final int context_menu=0x7f0d0000; public static final int main_menu=0x7f0d0001; } public static final class raw { public static final int gtm_analytics=0x7f060000; } public static final class string { public static final int accept=0x7f070004; public static final int action_settings=0x7f070025; public static final int app_name=0x7f070001; public static final int arround_nodata_msg=0x7f07004e; public static final int artist_detail_playlist=0x7f070046; public static final int artist_detail_playlists=0x7f070047; public static final int artist_math_with_you=0x7f070038; public static final int artist_others=0x7f070039; /** Text for notification shown when the Android Wear apps needs to be updated. Only shown on the wearable. [CHAR LIMIT=NONE] */ public static final int common_android_wear_notification_needs_update_text=0x7f07000b; /** Message in confirmation dialog informing user that they need to update the Android Wear app [CHAR LIMIT=NONE] */ public static final int common_android_wear_update_text=0x7f070018; /** Title of confirmation dialog informing user that they need to update the Android Wear app (from Play Store) [CHAR LIMIT=40] */ public static final int common_android_wear_update_title=0x7f070016; /** Button in confirmation dialog to enable Google Play services. Clicking it will direct user to application settings of Google Play services where they can enable it [CHAR LIMIT=40] */ public static final int common_google_play_services_enable_button=0x7f070014; /** Message in confirmation dialog informing user they need to enable Google Play services in application settings [CHAR LIMIT=NONE] */ public static final int common_google_play_services_enable_text=0x7f070013; /** Title of confirmation dialog informing user they need to enable Google Play services in application settings [CHAR LIMIT=40] */ public static final int common_google_play_services_enable_title=0x7f070012; /** Requested by string saying which app requested the notification. [CHAR LIMIT=42] */ public static final int common_google_play_services_error_notification_requested_by_msg=0x7f07000d; /** Button in confirmation dialog for installing Google Play services [CHAR LIMIT=40] */ public static final int common_google_play_services_install_button=0x7f070011; /** (For phones) Message in confirmation dialog informing user that they need to install Google Play services (from Play Store) [CHAR LIMIT=NONE] */ public static final int common_google_play_services_install_text_phone=0x7f07000f; /** (For tablets) Message in confirmation dialog informing user that they need to install Google Play services (from Play Store) [CHAR LIMIT=NONE] */ public static final int common_google_play_services_install_text_tablet=0x7f070010; /** Title of confirmation dialog informing user that they need to install Google Play services (from Play Store) [CHAR LIMIT=40] */ public static final int common_google_play_services_install_title=0x7f07000e; /** Message in confirmation dialog informing the user that they provided an invalid account. [CHAR LIMIT=NONE] */ public static final int common_google_play_services_invalid_account_text=0x7f07001c; /** Title of confirmation dialog informing the user that they provided an invalid account. [CHAR LIMIT=40] */ public static final int common_google_play_services_invalid_account_title=0x7f07001b; /** Title for notification shown when GooglePlayServices needs to be enabled for an application to work. [CHAR LIMIT=70] */ public static final int common_google_play_services_needs_enabling_title=0x7f07000c; /** Message in confirmation dialog informing the user that a network error occurred. [CHAR LIMIT=NONE] */ public static final int common_google_play_services_network_error_text=0x7f07001a; /** Title of confirmation dialog informing the user that a network error occurred. [CHAR LIMIT=40] */ public static final int common_google_play_services_network_error_title=0x7f070019; /** Title for notification shown when GooglePlayServices needs to be installed for an application to work. [CHAR LIMIT=70] */ public static final int common_google_play_services_notification_needs_installation_title=0x7f070009; /** Title for notification shown when GooglePlayServices needs to be updated for an application to work. [CHAR LIMIT=70] */ public static final int common_google_play_services_notification_needs_update_title=0x7f07000a; /** Title for notification shown when GooglePlayServices is unavailable [CHAR LIMIT=42] */ public static final int common_google_play_services_notification_ticker=0x7f070008; /** Message in confirmation dialog informing user there is an unknown issue in Google Play services [CHAR LIMIT=NONE] */ public static final int common_google_play_services_unknown_issue=0x7f07001d; /** Message in confirmation dialog informing user that Google Play services is not supported on their device [CHAR LIMIT=NONE] */ public static final int common_google_play_services_unsupported_text=0x7f07001f; /** Title of confirmation dialog informing user that Google Play services is not supported on their device [CHAR LIMIT=40] */ public static final int common_google_play_services_unsupported_title=0x7f07001e; /** Button in confirmation dialog for updating Google Play services [CHAR LIMIT=40] */ public static final int common_google_play_services_update_button=0x7f070020; /** Message in confirmation dialog informing user that they need to update Google Play services (from Play Store) [CHAR LIMIT=NONE] */ public static final int common_google_play_services_update_text=0x7f070017; /** Title of confirmation dialog informing user that they need to update Google Play services (from Play Store) [CHAR LIMIT=40] */ public static final int common_google_play_services_update_title=0x7f070015; /** Label for an action to open a notifications content on the phone [CHAR LIMIT=25] */ public static final int common_open_on_phone=0x7f070023; /** Sign-in button text [CHAR LIMIT=15] */ public static final int common_signin_button_text=0x7f070021; /** Long form sign-in button text [CHAR LIMIT=30] */ public static final int common_signin_button_text_long=0x7f070022; public static final int copyright=0x7f070027; public static final int create_calendar_message=0x7f070007; public static final int create_calendar_title=0x7f070006; public static final int decline=0x7f070005; public static final int error=0x7f07002b; public static final int error_no_saved_data=0x7f07004a; /** KEY <string name="face_book_app_id">473289186111381</string> AN <string name="face_book_app_id">604723272907722</string> */ public static final int face_book_app_id=0x7f07002c; public static final int hello=0x7f070000; public static final int hello_user=0x7f070028; public static final int hello_world=0x7f070026; public static final int main_shared_songs_msg_1=0x7f07004f; public static final int main_shared_songs_msg_2=0x7f070050; public static final int main_shared_songs_msg_3=0x7f070051; public static final int main_shared_songs_msg_4=0x7f070052; public static final int main_shared_songs_msg_5=0x7f070053; public static final int main_shared_songs_msg_6=0x7f070054; public static final int main_shared_songs_msg_7=0x7f070055; public static final int mn_item_share=0x7f070036; public static final int no_user_or_artists_found=0x7f070056; public static final int setting_arround_me_radius=0x7f070049; public static final int setting_auto_update_location=0x7f07004c; public static final int setting_location=0x7f070048; public static final int setting_update_location_schedule=0x7f07004d; public static final int share_artist_current_user=0x7f07003e; public static final int share_artist_other_user=0x7f07003f; public static final int share_user_current_user=0x7f07003c; public static final int share_user_current_user_=0x7f07003d; public static final int share_user_other_user=0x7f07003a; public static final int share_user_other_user_=0x7f07003b; public static final int splash_desc=0x7f070059; public static final int splash_loading=0x7f07005a; public static final int store_picture_message=0x7f070003; public static final int store_picture_title=0x7f070002; public static final int success=0x7f070029; public static final int successfully_posted_post=0x7f07002a; public static final int title_activity_splash=0x7f070058; public static final int title_activity_test=0x7f070037; public static final int title_activity_youtube_player=0x7f070057; public static final int title_add_a_playlist=0x7f070035; public static final int title_around_me=0x7f070031; public static final int title_artist_belong_to=0x7f070030; public static final int title_home=0x7f07002d; public static final int title_invite_friend=0x7f070033; public static final int title_my_play_stats=0x7f07002e; public static final int title_my_profile=0x7f07002f; public static final int title_setting=0x7f070034; public static final int title_who_to_follow=0x7f070032; public static final int txt_not_internet=0x7f07004b; public static final int user_details_artist=0x7f070042; public static final int user_details_artists=0x7f070043; public static final int user_details_track=0x7f070044; public static final int user_details_tracks=0x7f070045; public static final int user_follow_msg=0x7f070040; public static final int user_follow_user=0x7f070041; /** Text on a placeholder buy button when Google Play services is not available or up-to-date */ public static final int wallet_buy_button_place_holder=0x7f070024; } public static final class style { /** <style name="spinner_style" parent="Fill_Wrap"> <item name="android:background">@drawable/gradient_spinner</item> <item name="android:layout_marginLeft">10dp</item> <item name="android:layout_marginRight">10dp</item> <item name="android:layout_marginBottom">10dp</item> <item name="android:paddingLeft">8dp</item> <item name="android:paddingTop">5dp</item> <item name="android:paddingBottom">5dp</item> <item name="android:popupBackground">#DFFFFFFF</item> </style> <style name="MySpinnerStyle" parent="android:style/Widget.ListView.DropDown"> <item name="android:divider">#FFEEEEEE</item> <item name="android:dividerHeight">1dp</item> <item name="android:dropDownHeight">70dp</item> </style> */ public static final int Animations=0x7f080000; /** PopDownMenu PopDownMenu */ public static final int Animations_PopDownMenu=0x7f080001; public static final int Animations_PopDownMenu_Center=0x7f080002; public static final int Animations_PopDownMenu_Left=0x7f080003; public static final int Animations_PopDownMenu_Reflect=0x7f080005; public static final int Animations_PopDownMenu_Right=0x7f080004; /** PopUpMenu PopUpMenu */ public static final int Animations_PopUpMenu=0x7f080006; public static final int Animations_PopUpMenu_Center=0x7f080007; public static final int Animations_PopUpMenu_Left=0x7f080008; public static final int Animations_PopUpMenu_Reflect=0x7f08000a; public static final int Animations_PopUpMenu_Right=0x7f080009; /** Base application theme, dependent on API level. This theme is replaced by AppBaseTheme from res/values-vXX/styles.xml on newer devices. Theme customizations available in newer API levels can go in res/values-vXX/styles.xml, while customizations related to backward-compatibility can go here. Base application theme for API 11+. This theme completely replaces AppBaseTheme from res/values/styles.xml on API 11+ devices. API 11 theme customizations can go here. Base application theme for API 14+. This theme completely replaces AppBaseTheme from BOTH res/values/styles.xml and res/values-v11/styles.xml on API 14+ devices. API 14 theme customizations can go here. */ public static final int AppBaseTheme=0x7f080010; /** Application theme. All customizations that are NOT specific to a particular API-level can go here. */ public static final int AppTheme=0x7f080011; public static final int CustomCirclePageIndicator=0x7f08001a; public static final int CustomLinePageIndicator=0x7f080019; public static final int CustomTabPageIndicator=0x7f08001b; public static final int CustomTabPageIndicator_Text=0x7f08001c; public static final int CustomTitlePageIndicator=0x7f080018; public static final int CustomUnderlinePageIndicator=0x7f08001d; public static final int Fill_Fill=0x7f080015; public static final int Fill_Wrap=0x7f080014; public static final int StyledIndicators=0x7f080017; public static final int Theme_IAPTheme=0x7f08000b; public static final int WalletFragmentDefaultButtonTextAppearance=0x7f08000e; public static final int WalletFragmentDefaultDetailsHeaderTextAppearance=0x7f08000d; public static final int WalletFragmentDefaultDetailsTextAppearance=0x7f08000c; /** Default style of the wallet fragment that will be used if not set explicitly when fragment is created */ public static final int WalletFragmentDefaultStyle=0x7f08000f; public static final int Wrap_Fill=0x7f080013; public static final int Wrap_Wrap=0x7f080012; public static final int padding=0x7f080016; } public static final class xml { public static final int preferences=0x7f050000; } public static final class styleable { /** Attributes that can be used with a AdsAttrs. <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 #AdsAttrs_adSize com.ved.musicmapapp:adSize}</code></td><td> The size of the ad.</td></tr> <tr><td><code>{@link #AdsAttrs_adSizes com.ved.musicmapapp:adSizes}</code></td><td> A comma-separated list of the supported ad sizes.</td></tr> <tr><td><code>{@link #AdsAttrs_adUnitId com.ved.musicmapapp:adUnitId}</code></td><td> The ad unit ID.</td></tr> </table> @see #AdsAttrs_adSize @see #AdsAttrs_adSizes @see #AdsAttrs_adUnitId */ public static final int[] AdsAttrs = { 0x7f010000, 0x7f010001, 0x7f010002 }; /** <p> @attr description The size of the ad. It must be one of BANNER, FULL_BANNER, LEADERBOARD, MEDIUM_RECTANGLE, SMART_BANNER, WIDE_SKYSCRAPER, or <width>x<height>. <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 com.ved.musicmapapp:adSize */ public static final int AdsAttrs_adSize = 0; /** <p> @attr description A comma-separated list of the supported ad sizes. The sizes must be one of BANNER, FULL_BANNER, LEADERBOARD, MEDIUM_RECTANGLE, SMART_BANNER, WIDE_SKYSCRAPER, or <width>x<height>. <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 com.ved.musicmapapp:adSizes */ public static final int AdsAttrs_adSizes = 1; /** <p> @attr description The ad unit ID. <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 com.ved.musicmapapp:adUnitId */ public static final int AdsAttrs_adUnitId = 2; /** Attributes that can be used with a CirclePageIndicator. <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 #CirclePageIndicator_android_background android:background}</code></td><td> View background </td></tr> <tr><td><code>{@link #CirclePageIndicator_android_orientation android:orientation}</code></td><td> Orientation of the indicator.</td></tr> <tr><td><code>{@link #CirclePageIndicator_centered com.ved.musicmapapp:centered}</code></td><td> Whether or not the indicators should be centered.</td></tr> <tr><td><code>{@link #CirclePageIndicator_fillColor com.ved.musicmapapp:fillColor}</code></td><td> Color of the filled circle that represents the current page.</td></tr> <tr><td><code>{@link #CirclePageIndicator_pageColor com.ved.musicmapapp:pageColor}</code></td><td> Color of the filled circles that represents pages.</td></tr> <tr><td><code>{@link #CirclePageIndicator_radius com.ved.musicmapapp:radius}</code></td><td> Radius of the circles.</td></tr> <tr><td><code>{@link #CirclePageIndicator_snap com.ved.musicmapapp:snap}</code></td><td> Whether or not the selected indicator snaps to the circles.</td></tr> <tr><td><code>{@link #CirclePageIndicator_strokeColor com.ved.musicmapapp:strokeColor}</code></td><td> Color of the open circles.</td></tr> <tr><td><code>{@link #CirclePageIndicator_strokeWidth com.ved.musicmapapp:strokeWidth}</code></td><td> Width of the stroke used to draw the circles.</td></tr> </table> @see #CirclePageIndicator_android_background @see #CirclePageIndicator_android_orientation @see #CirclePageIndicator_centered @see #CirclePageIndicator_fillColor @see #CirclePageIndicator_pageColor @see #CirclePageIndicator_radius @see #CirclePageIndicator_snap @see #CirclePageIndicator_strokeColor @see #CirclePageIndicator_strokeWidth */ public static final int[] CirclePageIndicator = { 0x010100c4, 0x010100d4, 0x7f010048, 0x7f01004a, 0x7f01004c, 0x7f01004d, 0x7f01004e, 0x7f01004f, 0x7f010050 }; /** <p> @attr description View background <p>This corresponds to the global attribute resource symbol {@link android.R.attr#background}. @attr name android:background */ public static final int CirclePageIndicator_android_background = 1; /** <p> @attr description Orientation of the indicator. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#orientation}. @attr name android:orientation */ public static final int CirclePageIndicator_android_orientation = 0; /** <p> @attr description Whether or not the indicators should be centered. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.ved.musicmapapp:centered */ public static final int CirclePageIndicator_centered = 2; /** <p> @attr description Color of the filled circle that represents the current page. <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 com.ved.musicmapapp:fillColor */ public static final int CirclePageIndicator_fillColor = 4; /** <p> @attr description Color of the filled circles that represents pages. <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 com.ved.musicmapapp:pageColor */ public static final int CirclePageIndicator_pageColor = 5; /** <p> @attr description Radius of the circles. This is also the spacing between circles. <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 com.ved.musicmapapp:radius */ public static final int CirclePageIndicator_radius = 6; /** <p> @attr description Whether or not the selected indicator snaps to the circles. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.ved.musicmapapp:snap */ public static final int CirclePageIndicator_snap = 7; /** <p> @attr description Color of the open circles. <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 com.ved.musicmapapp:strokeColor */ public static final int CirclePageIndicator_strokeColor = 8; /** <p> @attr description Width of the stroke used to draw the circles. <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 com.ved.musicmapapp:strokeWidth */ public static final int CirclePageIndicator_strokeWidth = 3; /** Attributes that can be used with a CircularSeekBar. <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 #CircularSeekBar_circle_color com.ved.musicmapapp:circle_color}</code></td><td></td></tr> <tr><td><code>{@link #CircularSeekBar_circle_fill com.ved.musicmapapp:circle_fill}</code></td><td></td></tr> <tr><td><code>{@link #CircularSeekBar_circle_progress_color com.ved.musicmapapp:circle_progress_color}</code></td><td></td></tr> <tr><td><code>{@link #CircularSeekBar_circle_stroke_width com.ved.musicmapapp:circle_stroke_width}</code></td><td></td></tr> <tr><td><code>{@link #CircularSeekBar_circle_x_radius com.ved.musicmapapp:circle_x_radius}</code></td><td></td></tr> <tr><td><code>{@link #CircularSeekBar_circle_y_radius com.ved.musicmapapp:circle_y_radius}</code></td><td></td></tr> <tr><td><code>{@link #CircularSeekBar_end_angle com.ved.musicmapapp:end_angle}</code></td><td></td></tr> <tr><td><code>{@link #CircularSeekBar_lock_enabled com.ved.musicmapapp:lock_enabled}</code></td><td></td></tr> <tr><td><code>{@link #CircularSeekBar_maintain_equal_circle com.ved.musicmapapp:maintain_equal_circle}</code></td><td></td></tr> <tr><td><code>{@link #CircularSeekBar_max com.ved.musicmapapp:max}</code></td><td></td></tr> <tr><td><code>{@link #CircularSeekBar_move_outside_circle com.ved.musicmapapp:move_outside_circle}</code></td><td></td></tr> <tr><td><code>{@link #CircularSeekBar_pointer_alpha_ontouch com.ved.musicmapapp:pointer_alpha_ontouch}</code></td><td></td></tr> <tr><td><code>{@link #CircularSeekBar_pointer_color com.ved.musicmapapp:pointer_color}</code></td><td></td></tr> <tr><td><code>{@link #CircularSeekBar_pointer_halo_border_width com.ved.musicmapapp:pointer_halo_border_width}</code></td><td></td></tr> <tr><td><code>{@link #CircularSeekBar_pointer_halo_color com.ved.musicmapapp:pointer_halo_color}</code></td><td></td></tr> <tr><td><code>{@link #CircularSeekBar_pointer_halo_color_ontouch com.ved.musicmapapp:pointer_halo_color_ontouch}</code></td><td></td></tr> <tr><td><code>{@link #CircularSeekBar_pointer_halo_width com.ved.musicmapapp:pointer_halo_width}</code></td><td></td></tr> <tr><td><code>{@link #CircularSeekBar_pointer_radius com.ved.musicmapapp:pointer_radius}</code></td><td></td></tr> <tr><td><code>{@link #CircularSeekBar_progress com.ved.musicmapapp:progress}</code></td><td></td></tr> <tr><td><code>{@link #CircularSeekBar_start_angle com.ved.musicmapapp:start_angle}</code></td><td></td></tr> <tr><td><code>{@link #CircularSeekBar_use_custom_radii com.ved.musicmapapp:use_custom_radii}</code></td><td></td></tr> </table> @see #CircularSeekBar_circle_color @see #CircularSeekBar_circle_fill @see #CircularSeekBar_circle_progress_color @see #CircularSeekBar_circle_stroke_width @see #CircularSeekBar_circle_x_radius @see #CircularSeekBar_circle_y_radius @see #CircularSeekBar_end_angle @see #CircularSeekBar_lock_enabled @see #CircularSeekBar_maintain_equal_circle @see #CircularSeekBar_max @see #CircularSeekBar_move_outside_circle @see #CircularSeekBar_pointer_alpha_ontouch @see #CircularSeekBar_pointer_color @see #CircularSeekBar_pointer_halo_border_width @see #CircularSeekBar_pointer_halo_color @see #CircularSeekBar_pointer_halo_color_ontouch @see #CircularSeekBar_pointer_halo_width @see #CircularSeekBar_pointer_radius @see #CircularSeekBar_progress @see #CircularSeekBar_start_angle @see #CircularSeekBar_use_custom_radii */ public static final int[] CircularSeekBar = { 0x7f01002d, 0x7f01002e, 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041 }; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#circle_color} attribute's value can be found in the {@link #CircularSeekBar} 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 com.ved.musicmapapp:circle_color */ public static final int CircularSeekBar_circle_color = 12; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#circle_fill} attribute's value can be found in the {@link #CircularSeekBar} 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 com.ved.musicmapapp:circle_fill */ public static final int CircularSeekBar_circle_fill = 20; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#circle_progress_color} attribute's value can be found in the {@link #CircularSeekBar} 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 com.ved.musicmapapp:circle_progress_color */ public static final int CircularSeekBar_circle_progress_color = 13; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#circle_stroke_width} attribute's value can be found in the {@link #CircularSeekBar} array. <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. @attr name com.ved.musicmapapp:circle_stroke_width */ public static final int CircularSeekBar_circle_stroke_width = 8; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#circle_x_radius} attribute's value can be found in the {@link #CircularSeekBar} array. <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. @attr name com.ved.musicmapapp:circle_x_radius */ public static final int CircularSeekBar_circle_x_radius = 6; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#circle_y_radius} attribute's value can be found in the {@link #CircularSeekBar} array. <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. @attr name com.ved.musicmapapp:circle_y_radius */ public static final int CircularSeekBar_circle_y_radius = 7; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#end_angle} attribute's value can be found in the {@link #CircularSeekBar} array. <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. @attr name com.ved.musicmapapp:end_angle */ public static final int CircularSeekBar_end_angle = 19; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#lock_enabled} attribute's value can be found in the {@link #CircularSeekBar} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.ved.musicmapapp:lock_enabled */ public static final int CircularSeekBar_lock_enabled = 5; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#maintain_equal_circle} attribute's value can be found in the {@link #CircularSeekBar} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.ved.musicmapapp:maintain_equal_circle */ public static final int CircularSeekBar_maintain_equal_circle = 3; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#max} attribute's value can be found in the {@link #CircularSeekBar} array. <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. @attr name com.ved.musicmapapp:max */ public static final int CircularSeekBar_max = 1; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#move_outside_circle} attribute's value can be found in the {@link #CircularSeekBar} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.ved.musicmapapp:move_outside_circle */ public static final int CircularSeekBar_move_outside_circle = 2; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#pointer_alpha_ontouch} attribute's value can be found in the {@link #CircularSeekBar} array. <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. @attr name com.ved.musicmapapp:pointer_alpha_ontouch */ public static final int CircularSeekBar_pointer_alpha_ontouch = 17; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#pointer_color} attribute's value can be found in the {@link #CircularSeekBar} 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 com.ved.musicmapapp:pointer_color */ public static final int CircularSeekBar_pointer_color = 14; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#pointer_halo_border_width} attribute's value can be found in the {@link #CircularSeekBar} array. <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. @attr name com.ved.musicmapapp:pointer_halo_border_width */ public static final int CircularSeekBar_pointer_halo_border_width = 11; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#pointer_halo_color} attribute's value can be found in the {@link #CircularSeekBar} 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 com.ved.musicmapapp:pointer_halo_color */ public static final int CircularSeekBar_pointer_halo_color = 15; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#pointer_halo_color_ontouch} attribute's value can be found in the {@link #CircularSeekBar} 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 com.ved.musicmapapp:pointer_halo_color_ontouch */ public static final int CircularSeekBar_pointer_halo_color_ontouch = 16; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#pointer_halo_width} attribute's value can be found in the {@link #CircularSeekBar} array. <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. @attr name com.ved.musicmapapp:pointer_halo_width */ public static final int CircularSeekBar_pointer_halo_width = 10; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#pointer_radius} attribute's value can be found in the {@link #CircularSeekBar} array. <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. @attr name com.ved.musicmapapp:pointer_radius */ public static final int CircularSeekBar_pointer_radius = 9; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#progress} attribute's value can be found in the {@link #CircularSeekBar} array. <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. @attr name com.ved.musicmapapp:progress */ public static final int CircularSeekBar_progress = 0; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#start_angle} attribute's value can be found in the {@link #CircularSeekBar} array. <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. @attr name com.ved.musicmapapp:start_angle */ public static final int CircularSeekBar_start_angle = 18; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#use_custom_radii} attribute's value can be found in the {@link #CircularSeekBar} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.ved.musicmapapp:use_custom_radii */ public static final int CircularSeekBar_use_custom_radii = 4; /** Attributes that can be used with a LinePageIndicator. <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 #LinePageIndicator_android_background android:background}</code></td><td> View background </td></tr> <tr><td><code>{@link #LinePageIndicator_centered com.ved.musicmapapp:centered}</code></td><td> Whether or not the indicators should be centered.</td></tr> <tr><td><code>{@link #LinePageIndicator_gapWidth com.ved.musicmapapp:gapWidth}</code></td><td> Width of the gap between each indicator line.</td></tr> <tr><td><code>{@link #LinePageIndicator_lineWidth com.ved.musicmapapp:lineWidth}</code></td><td> Width of each indicator line.</td></tr> <tr><td><code>{@link #LinePageIndicator_selectedColor com.ved.musicmapapp:selectedColor}</code></td><td> Color of the selected line that represents the current page.</td></tr> <tr><td><code>{@link #LinePageIndicator_strokeWidth com.ved.musicmapapp:strokeWidth}</code></td><td> Width of each indicator line's stroke.</td></tr> <tr><td><code>{@link #LinePageIndicator_unselectedColor com.ved.musicmapapp:unselectedColor}</code></td><td> Color of the unselected lines that represent the pages.</td></tr> </table> @see #LinePageIndicator_android_background @see #LinePageIndicator_centered @see #LinePageIndicator_gapWidth @see #LinePageIndicator_lineWidth @see #LinePageIndicator_selectedColor @see #LinePageIndicator_strokeWidth @see #LinePageIndicator_unselectedColor */ public static final int[] LinePageIndicator = { 0x010100d4, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f010051, 0x7f010052 }; /** <p> @attr description View background <p>This corresponds to the global attribute resource symbol {@link android.R.attr#background}. @attr name android:background */ public static final int LinePageIndicator_android_background = 0; /** <p> @attr description Whether or not the indicators should be centered. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.ved.musicmapapp:centered */ public static final int LinePageIndicator_centered = 1; /** <p> @attr description Width of the gap between each indicator line. <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 com.ved.musicmapapp:gapWidth */ public static final int LinePageIndicator_gapWidth = 6; /** <p> @attr description Width of each indicator line. <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 com.ved.musicmapapp:lineWidth */ public static final int LinePageIndicator_lineWidth = 5; /** <p> @attr description Color of the selected line that represents the current page. <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 com.ved.musicmapapp:selectedColor */ public static final int LinePageIndicator_selectedColor = 2; /** <p> @attr description Width of each indicator line's stroke. <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 com.ved.musicmapapp:strokeWidth */ public static final int LinePageIndicator_strokeWidth = 3; /** <p> @attr description Color of the unselected lines that represent the pages. <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 com.ved.musicmapapp:unselectedColor */ public static final int LinePageIndicator_unselectedColor = 4; /** Attributes for LoadingImageView <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 #LoadingImageView_circleCrop com.ved.musicmapapp:circleCrop}</code></td><td> Whether or not this view should have a circular clip applied </td></tr> <tr><td><code>{@link #LoadingImageView_imageAspectRatio com.ved.musicmapapp:imageAspectRatio}</code></td><td> The fixed aspect ratio to use in aspect ratio adjustments.</td></tr> <tr><td><code>{@link #LoadingImageView_imageAspectRatioAdjust com.ved.musicmapapp:imageAspectRatioAdjust}</code></td><td> What kind of aspect ratio adjustment to do.</td></tr> </table> @see #LoadingImageView_circleCrop @see #LoadingImageView_imageAspectRatio @see #LoadingImageView_imageAspectRatioAdjust */ public static final int[] LoadingImageView = { 0x7f010003, 0x7f010004, 0x7f010005 }; /** <p> @attr description Whether or not this view should have a circular clip applied <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.ved.musicmapapp:circleCrop */ public static final int LoadingImageView_circleCrop = 2; /** <p> @attr description The fixed aspect ratio to use in aspect ratio adjustments. <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 com.ved.musicmapapp:imageAspectRatio */ public static final int LoadingImageView_imageAspectRatio = 1; /** <p> @attr description What kind of aspect ratio adjustment to do. It must be one of "none", "adjust_width", or "adjust_height". <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>none</code></td><td>0</td><td></td></tr> <tr><td><code>adjust_width</code></td><td>1</td><td></td></tr> <tr><td><code>adjust_height</code></td><td>2</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.ved.musicmapapp:imageAspectRatioAdjust */ public static final int LoadingImageView_imageAspectRatioAdjust = 0; /** Attributes that can be used with a MapAttrs. <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 #MapAttrs_cameraBearing com.ved.musicmapapp:cameraBearing}</code></td><td></td></tr> <tr><td><code>{@link #MapAttrs_cameraTargetLat com.ved.musicmapapp:cameraTargetLat}</code></td><td></td></tr> <tr><td><code>{@link #MapAttrs_cameraTargetLng com.ved.musicmapapp:cameraTargetLng}</code></td><td></td></tr> <tr><td><code>{@link #MapAttrs_cameraTilt com.ved.musicmapapp:cameraTilt}</code></td><td></td></tr> <tr><td><code>{@link #MapAttrs_cameraZoom com.ved.musicmapapp:cameraZoom}</code></td><td></td></tr> <tr><td><code>{@link #MapAttrs_liteMode com.ved.musicmapapp:liteMode}</code></td><td></td></tr> <tr><td><code>{@link #MapAttrs_mapType com.ved.musicmapapp:mapType}</code></td><td></td></tr> <tr><td><code>{@link #MapAttrs_uiCompass com.ved.musicmapapp:uiCompass}</code></td><td></td></tr> <tr><td><code>{@link #MapAttrs_uiMapToolbar com.ved.musicmapapp:uiMapToolbar}</code></td><td></td></tr> <tr><td><code>{@link #MapAttrs_uiRotateGestures com.ved.musicmapapp:uiRotateGestures}</code></td><td></td></tr> <tr><td><code>{@link #MapAttrs_uiScrollGestures com.ved.musicmapapp:uiScrollGestures}</code></td><td></td></tr> <tr><td><code>{@link #MapAttrs_uiTiltGestures com.ved.musicmapapp:uiTiltGestures}</code></td><td></td></tr> <tr><td><code>{@link #MapAttrs_uiZoomControls com.ved.musicmapapp:uiZoomControls}</code></td><td></td></tr> <tr><td><code>{@link #MapAttrs_uiZoomGestures com.ved.musicmapapp:uiZoomGestures}</code></td><td></td></tr> <tr><td><code>{@link #MapAttrs_useViewLifecycle com.ved.musicmapapp:useViewLifecycle}</code></td><td></td></tr> <tr><td><code>{@link #MapAttrs_zOrderOnTop com.ved.musicmapapp:zOrderOnTop}</code></td><td></td></tr> </table> @see #MapAttrs_cameraBearing @see #MapAttrs_cameraTargetLat @see #MapAttrs_cameraTargetLng @see #MapAttrs_cameraTilt @see #MapAttrs_cameraZoom @see #MapAttrs_liteMode @see #MapAttrs_mapType @see #MapAttrs_uiCompass @see #MapAttrs_uiMapToolbar @see #MapAttrs_uiRotateGestures @see #MapAttrs_uiScrollGestures @see #MapAttrs_uiTiltGestures @see #MapAttrs_uiZoomControls @see #MapAttrs_uiZoomGestures @see #MapAttrs_useViewLifecycle @see #MapAttrs_zOrderOnTop */ public static final int[] MapAttrs = { 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015 }; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#cameraBearing} attribute's value can be found in the {@link #MapAttrs} array. <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. @attr name com.ved.musicmapapp:cameraBearing */ public static final int MapAttrs_cameraBearing = 1; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#cameraTargetLat} attribute's value can be found in the {@link #MapAttrs} array. <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. @attr name com.ved.musicmapapp:cameraTargetLat */ public static final int MapAttrs_cameraTargetLat = 2; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#cameraTargetLng} attribute's value can be found in the {@link #MapAttrs} array. <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. @attr name com.ved.musicmapapp:cameraTargetLng */ public static final int MapAttrs_cameraTargetLng = 3; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#cameraTilt} attribute's value can be found in the {@link #MapAttrs} array. <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. @attr name com.ved.musicmapapp:cameraTilt */ public static final int MapAttrs_cameraTilt = 4; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#cameraZoom} attribute's value can be found in the {@link #MapAttrs} array. <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. @attr name com.ved.musicmapapp:cameraZoom */ public static final int MapAttrs_cameraZoom = 5; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#liteMode} attribute's value can be found in the {@link #MapAttrs} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.ved.musicmapapp:liteMode */ public static final int MapAttrs_liteMode = 6; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#mapType} attribute's value can be found in the {@link #MapAttrs} array. <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>none</code></td><td>0</td><td></td></tr> <tr><td><code>normal</code></td><td>1</td><td></td></tr> <tr><td><code>satellite</code></td><td>2</td><td></td></tr> <tr><td><code>terrain</code></td><td>3</td><td></td></tr> <tr><td><code>hybrid</code></td><td>4</td><td></td></tr> </table> @attr name com.ved.musicmapapp:mapType */ public static final int MapAttrs_mapType = 0; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#uiCompass} attribute's value can be found in the {@link #MapAttrs} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.ved.musicmapapp:uiCompass */ public static final int MapAttrs_uiCompass = 7; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#uiMapToolbar} attribute's value can be found in the {@link #MapAttrs} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.ved.musicmapapp:uiMapToolbar */ public static final int MapAttrs_uiMapToolbar = 15; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#uiRotateGestures} attribute's value can be found in the {@link #MapAttrs} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.ved.musicmapapp:uiRotateGestures */ public static final int MapAttrs_uiRotateGestures = 8; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#uiScrollGestures} attribute's value can be found in the {@link #MapAttrs} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.ved.musicmapapp:uiScrollGestures */ public static final int MapAttrs_uiScrollGestures = 9; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#uiTiltGestures} attribute's value can be found in the {@link #MapAttrs} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.ved.musicmapapp:uiTiltGestures */ public static final int MapAttrs_uiTiltGestures = 10; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#uiZoomControls} attribute's value can be found in the {@link #MapAttrs} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.ved.musicmapapp:uiZoomControls */ public static final int MapAttrs_uiZoomControls = 11; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#uiZoomGestures} attribute's value can be found in the {@link #MapAttrs} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.ved.musicmapapp:uiZoomGestures */ public static final int MapAttrs_uiZoomGestures = 12; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#useViewLifecycle} attribute's value can be found in the {@link #MapAttrs} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.ved.musicmapapp:useViewLifecycle */ public static final int MapAttrs_useViewLifecycle = 13; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#zOrderOnTop} attribute's value can be found in the {@link #MapAttrs} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.ved.musicmapapp:zOrderOnTop */ public static final int MapAttrs_zOrderOnTop = 14; /** Attributes that can be used with a RoundedImageView. <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 #RoundedImageView_android_scaleType android:scaleType}</code></td><td></td></tr> <tr><td><code>{@link #RoundedImageView_riv_border_color com.ved.musicmapapp:riv_border_color}</code></td><td></td></tr> <tr><td><code>{@link #RoundedImageView_riv_border_width com.ved.musicmapapp:riv_border_width}</code></td><td></td></tr> <tr><td><code>{@link #RoundedImageView_riv_corner_radius com.ved.musicmapapp:riv_corner_radius}</code></td><td></td></tr> <tr><td><code>{@link #RoundedImageView_riv_mutate_background com.ved.musicmapapp:riv_mutate_background}</code></td><td></td></tr> <tr><td><code>{@link #RoundedImageView_riv_oval com.ved.musicmapapp:riv_oval}</code></td><td></td></tr> <tr><td><code>{@link #RoundedImageView_riv_tile_mode com.ved.musicmapapp:riv_tile_mode}</code></td><td></td></tr> <tr><td><code>{@link #RoundedImageView_riv_tile_mode_x com.ved.musicmapapp:riv_tile_mode_x}</code></td><td></td></tr> <tr><td><code>{@link #RoundedImageView_riv_tile_mode_y com.ved.musicmapapp:riv_tile_mode_y}</code></td><td></td></tr> </table> @see #RoundedImageView_android_scaleType @see #RoundedImageView_riv_border_color @see #RoundedImageView_riv_border_width @see #RoundedImageView_riv_corner_radius @see #RoundedImageView_riv_mutate_background @see #RoundedImageView_riv_oval @see #RoundedImageView_riv_tile_mode @see #RoundedImageView_riv_tile_mode_x @see #RoundedImageView_riv_tile_mode_y */ public static final int[] RoundedImageView = { 0x0101011d, 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c }; /** <p>This symbol is the offset where the {@link android.R.attr#scaleType} attribute's value can be found in the {@link #RoundedImageView} array. @attr name android:scaleType */ public static final int RoundedImageView_android_scaleType = 0; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#riv_border_color} attribute's value can be found in the {@link #RoundedImageView} array. <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. @attr name com.ved.musicmapapp:riv_border_color */ public static final int RoundedImageView_riv_border_color = 3; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#riv_border_width} attribute's value can be found in the {@link #RoundedImageView} 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 com.ved.musicmapapp:riv_border_width */ public static final int RoundedImageView_riv_border_width = 2; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#riv_corner_radius} attribute's value can be found in the {@link #RoundedImageView} 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 com.ved.musicmapapp:riv_corner_radius */ public static final int RoundedImageView_riv_corner_radius = 1; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#riv_mutate_background} attribute's value can be found in the {@link #RoundedImageView} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.ved.musicmapapp:riv_mutate_background */ public static final int RoundedImageView_riv_mutate_background = 4; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#riv_oval} attribute's value can be found in the {@link #RoundedImageView} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.ved.musicmapapp:riv_oval */ public static final int RoundedImageView_riv_oval = 5; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#riv_tile_mode} attribute's value can be found in the {@link #RoundedImageView} array. <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>clamp</code></td><td>0</td><td></td></tr> <tr><td><code>repeat</code></td><td>1</td><td></td></tr> <tr><td><code>mirror</code></td><td>2</td><td></td></tr> </table> @attr name com.ved.musicmapapp:riv_tile_mode */ public static final int RoundedImageView_riv_tile_mode = 6; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#riv_tile_mode_x} attribute's value can be found in the {@link #RoundedImageView} array. <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>clamp</code></td><td>0</td><td></td></tr> <tr><td><code>repeat</code></td><td>1</td><td></td></tr> <tr><td><code>mirror</code></td><td>2</td><td></td></tr> </table> @attr name com.ved.musicmapapp:riv_tile_mode_x */ public static final int RoundedImageView_riv_tile_mode_x = 7; /** <p>This symbol is the offset where the {@link com.ved.musicmapapp.R.attr#riv_tile_mode_y} attribute's value can be found in the {@link #RoundedImageView} array. <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>clamp</code></td><td>0</td><td></td></tr> <tr><td><code>repeat</code></td><td>1</td><td></td></tr> <tr><td><code>mirror</code></td><td>2</td><td></td></tr> </table> @attr name com.ved.musicmapapp:riv_tile_mode_y */ public static final int RoundedImageView_riv_tile_mode_y = 8; /** Attributes that can be used with a TitlePageIndicator. <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 #TitlePageIndicator_android_background android:background}</code></td><td> View background </td></tr> <tr><td><code>{@link #TitlePageIndicator_android_textColor android:textColor}</code></td><td> Color of regular titles.</td></tr> <tr><td><code>{@link #TitlePageIndicator_android_textSize android:textSize}</code></td><td> Size of title text.</td></tr> <tr><td><code>{@link #TitlePageIndicator_clipPadding com.ved.musicmapapp:clipPadding}</code></td><td> Screen edge padding.</td></tr> <tr><td><code>{@link #TitlePageIndicator_footerColor com.ved.musicmapapp:footerColor}</code></td><td> Color of the footer line and indicator.</td></tr> <tr><td><code>{@link #TitlePageIndicator_footerIndicatorHeight com.ved.musicmapapp:footerIndicatorHeight}</code></td><td> Height of the indicator above the footer line.</td></tr> <tr><td><code>{@link #TitlePageIndicator_footerIndicatorStyle com.ved.musicmapapp:footerIndicatorStyle}</code></td><td> Style of the indicator.</td></tr> <tr><td><code>{@link #TitlePageIndicator_footerIndicatorUnderlinePadding com.ved.musicmapapp:footerIndicatorUnderlinePadding}</code></td><td> Left and right padding of the underline indicator.</td></tr> <tr><td><code>{@link #TitlePageIndicator_footerLineHeight com.ved.musicmapapp:footerLineHeight}</code></td><td> Height of the footer line.</td></tr> <tr><td><code>{@link #TitlePageIndicator_footerPadding com.ved.musicmapapp:footerPadding}</code></td><td> Padding between the bottom of the title and the footer.</td></tr> <tr><td><code>{@link #TitlePageIndicator_linePosition com.ved.musicmapapp:linePosition}</code></td><td> Position of the line.</td></tr> <tr><td><code>{@link #TitlePageIndicator_selectedBold com.ved.musicmapapp:selectedBold}</code></td><td> Whether or not the selected item is displayed as bold.</td></tr> <tr><td><code>{@link #TitlePageIndicator_selectedColor com.ved.musicmapapp:selectedColor}</code></td><td> Color of the selected title.</td></tr> <tr><td><code>{@link #TitlePageIndicator_titlePadding com.ved.musicmapapp:titlePadding}</code></td><td> Padding between titles when bumping into each other.</td></tr> <tr><td><code>{@link #TitlePageIndicator_topPadding com.ved.musicmapapp:topPadding}</code></td><td> Padding between titles and the top of the View.</td></tr> </table> @see #TitlePageIndicator_android_background @see #TitlePageIndicator_android_textColor @see #TitlePageIndicator_android_textSize @see #TitlePageIndicator_clipPadding @see #TitlePageIndicator_footerColor @see #TitlePageIndicator_footerIndicatorHeight @see #TitlePageIndicator_footerIndicatorStyle @see #TitlePageIndicator_footerIndicatorUnderlinePadding @see #TitlePageIndicator_footerLineHeight @see #TitlePageIndicator_footerPadding @see #TitlePageIndicator_linePosition @see #TitlePageIndicator_selectedBold @see #TitlePageIndicator_selectedColor @see #TitlePageIndicator_titlePadding @see #TitlePageIndicator_topPadding */ public static final int[] TitlePageIndicator = { 0x01010095, 0x01010098, 0x010100d4, 0x7f010049, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d }; /** <p> @attr description View background <p>This corresponds to the global attribute resource symbol {@link android.R.attr#background}. @attr name android:background */ public static final int TitlePageIndicator_android_background = 2; /** <p> @attr description Color of regular titles. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#textColor}. @attr name android:textColor */ public static final int TitlePageIndicator_android_textColor = 1; /** <p> @attr description Size of title text. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#textSize}. @attr name android:textSize */ public static final int TitlePageIndicator_android_textSize = 0; /** <p> @attr description Screen edge padding. <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 com.ved.musicmapapp:clipPadding */ public static final int TitlePageIndicator_clipPadding = 4; /** <p> @attr description Color of the footer line and indicator. <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 com.ved.musicmapapp:footerColor */ public static final int TitlePageIndicator_footerColor = 5; /** <p> @attr description Height of the indicator above the footer line. <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 com.ved.musicmapapp:footerIndicatorHeight */ public static final int TitlePageIndicator_footerIndicatorHeight = 8; /** <p> @attr description Style of the indicator. Default is triangle. <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>none</code></td><td>0</td><td></td></tr> <tr><td><code>triangle</code></td><td>1</td><td></td></tr> <tr><td><code>underline</code></td><td>2</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.ved.musicmapapp:footerIndicatorStyle */ public static final int TitlePageIndicator_footerIndicatorStyle = 7; /** <p> @attr description Left and right padding of the underline indicator. <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 com.ved.musicmapapp:footerIndicatorUnderlinePadding */ public static final int TitlePageIndicator_footerIndicatorUnderlinePadding = 9; /** <p> @attr description Height of the footer line. <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 com.ved.musicmapapp:footerLineHeight */ public static final int TitlePageIndicator_footerLineHeight = 6; /** <p> @attr description Padding between the bottom of the title and the footer. <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 com.ved.musicmapapp:footerPadding */ public static final int TitlePageIndicator_footerPadding = 10; /** <p> @attr description Position of the line. <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>bottom</code></td><td>0</td><td></td></tr> <tr><td><code>top</code></td><td>1</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.ved.musicmapapp:linePosition */ public static final int TitlePageIndicator_linePosition = 11; /** <p> @attr description Whether or not the selected item is displayed as bold. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.ved.musicmapapp:selectedBold */ public static final int TitlePageIndicator_selectedBold = 12; /** <p> @attr description Color of the selected title. <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 com.ved.musicmapapp:selectedColor */ public static final int TitlePageIndicator_selectedColor = 3; /** <p> @attr description Padding between titles when bumping into each other. <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 com.ved.musicmapapp:titlePadding */ public static final int TitlePageIndicator_titlePadding = 13; /** <p> @attr description Padding between titles and the top of the View. <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 com.ved.musicmapapp:topPadding */ public static final int TitlePageIndicator_topPadding = 14; /** Attributes that can be used with a UnderlinePageIndicator. <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 #UnderlinePageIndicator_android_background android:background}</code></td><td> View background </td></tr> <tr><td><code>{@link #UnderlinePageIndicator_fadeDelay com.ved.musicmapapp:fadeDelay}</code></td><td> Length of the delay to fade the indicator.</td></tr> <tr><td><code>{@link #UnderlinePageIndicator_fadeLength com.ved.musicmapapp:fadeLength}</code></td><td> Length of the indicator fade to transparent.</td></tr> <tr><td><code>{@link #UnderlinePageIndicator_fades com.ved.musicmapapp:fades}</code></td><td> Whether or not the selected indicator fades.</td></tr> <tr><td><code>{@link #UnderlinePageIndicator_selectedColor com.ved.musicmapapp:selectedColor}</code></td><td> Color of the selected line that represents the current page.</td></tr> </table> @see #UnderlinePageIndicator_android_background @see #UnderlinePageIndicator_fadeDelay @see #UnderlinePageIndicator_fadeLength @see #UnderlinePageIndicator_fades @see #UnderlinePageIndicator_selectedColor */ public static final int[] UnderlinePageIndicator = { 0x010100d4, 0x7f010049, 0x7f01005e, 0x7f01005f, 0x7f010060 }; /** <p> @attr description View background <p>This corresponds to the global attribute resource symbol {@link android.R.attr#background}. @attr name android:background */ public static final int UnderlinePageIndicator_android_background = 0; /** <p> @attr description Length of the delay to fade the indicator. <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 com.ved.musicmapapp:fadeDelay */ public static final int UnderlinePageIndicator_fadeDelay = 3; /** <p> @attr description Length of the indicator fade to transparent. <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 com.ved.musicmapapp:fadeLength */ public static final int UnderlinePageIndicator_fadeLength = 4; /** <p> @attr description Whether or not the selected indicator fades. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.ved.musicmapapp:fades */ public static final int UnderlinePageIndicator_fades = 2; /** <p> @attr description Color of the selected line that represents the current page. <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 com.ved.musicmapapp:selectedColor */ public static final int UnderlinePageIndicator_selectedColor = 1; /** Attributes that can be used with a ViewPagerIndicator. <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 #ViewPagerIndicator_vpiCirclePageIndicatorStyle com.ved.musicmapapp:vpiCirclePageIndicatorStyle}</code></td><td> Style of the circle indicator.</td></tr> <tr><td><code>{@link #ViewPagerIndicator_vpiIconPageIndicatorStyle com.ved.musicmapapp:vpiIconPageIndicatorStyle}</code></td><td> Style of the icon indicator's views.</td></tr> <tr><td><code>{@link #ViewPagerIndicator_vpiLinePageIndicatorStyle com.ved.musicmapapp:vpiLinePageIndicatorStyle}</code></td><td> Style of the line indicator.</td></tr> <tr><td><code>{@link #ViewPagerIndicator_vpiTabPageIndicatorStyle com.ved.musicmapapp:vpiTabPageIndicatorStyle}</code></td><td> Style of the tab indicator's tabs.</td></tr> <tr><td><code>{@link #ViewPagerIndicator_vpiTitlePageIndicatorStyle com.ved.musicmapapp:vpiTitlePageIndicatorStyle}</code></td><td> Style of the title indicator.</td></tr> <tr><td><code>{@link #ViewPagerIndicator_vpiUnderlinePageIndicatorStyle com.ved.musicmapapp:vpiUnderlinePageIndicatorStyle}</code></td><td> Style of the underline indicator.</td></tr> </table> @see #ViewPagerIndicator_vpiCirclePageIndicatorStyle @see #ViewPagerIndicator_vpiIconPageIndicatorStyle @see #ViewPagerIndicator_vpiLinePageIndicatorStyle @see #ViewPagerIndicator_vpiTabPageIndicatorStyle @see #ViewPagerIndicator_vpiTitlePageIndicatorStyle @see #ViewPagerIndicator_vpiUnderlinePageIndicatorStyle */ public static final int[] ViewPagerIndicator = { 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047 }; /** <p> @attr description Style of the circle indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.ved.musicmapapp:vpiCirclePageIndicatorStyle */ public static final int ViewPagerIndicator_vpiCirclePageIndicatorStyle = 0; /** <p> @attr description Style of the icon indicator's views. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.ved.musicmapapp:vpiIconPageIndicatorStyle */ public static final int ViewPagerIndicator_vpiIconPageIndicatorStyle = 1; /** <p> @attr description Style of the line indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.ved.musicmapapp:vpiLinePageIndicatorStyle */ public static final int ViewPagerIndicator_vpiLinePageIndicatorStyle = 2; /** <p> @attr description Style of the tab indicator's tabs. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.ved.musicmapapp:vpiTabPageIndicatorStyle */ public static final int ViewPagerIndicator_vpiTabPageIndicatorStyle = 4; /** <p> @attr description Style of the title indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.ved.musicmapapp:vpiTitlePageIndicatorStyle */ public static final int ViewPagerIndicator_vpiTitlePageIndicatorStyle = 3; /** <p> @attr description Style of the underline indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.ved.musicmapapp:vpiUnderlinePageIndicatorStyle */ public static final int ViewPagerIndicator_vpiUnderlinePageIndicatorStyle = 5; /** Attributes for the WalletFragment <fragment> tag <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 #WalletFragmentOptions_appTheme com.ved.musicmapapp:appTheme}</code></td><td> Theme to be used for the Wallet selector </td></tr> <tr><td><code>{@link #WalletFragmentOptions_environment com.ved.musicmapapp:environment}</code></td><td> Google Wallet environment to use </td></tr> <tr><td><code>{@link #WalletFragmentOptions_fragmentMode com.ved.musicmapapp:fragmentMode}</code></td><td> Fragment mode </td></tr> <tr><td><code>{@link #WalletFragmentOptions_fragmentStyle com.ved.musicmapapp:fragmentStyle}</code></td><td> A style resource specifing attributes to customize the look and feel of WalletFragment </td></tr> </table> @see #WalletFragmentOptions_appTheme @see #WalletFragmentOptions_environment @see #WalletFragmentOptions_fragmentMode @see #WalletFragmentOptions_fragmentStyle */ public static final int[] WalletFragmentOptions = { 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019 }; /** <p> @attr description Theme to be used for the Wallet selector <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>holo_dark</code></td><td>0</td><td></td></tr> <tr><td><code>holo_light</code></td><td>1</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.ved.musicmapapp:appTheme */ public static final int WalletFragmentOptions_appTheme = 0; /** <p> @attr description Google Wallet environment to use <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>production</code></td><td>1</td><td></td></tr> <tr><td><code>sandbox</code></td><td>0</td><td></td></tr> <tr><td><code>strict_sandbox</code></td><td>2</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.ved.musicmapapp:environment */ public static final int WalletFragmentOptions_environment = 1; /** <p> @attr description Fragment mode <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>buyButton</code></td><td>1</td><td></td></tr> <tr><td><code>selectionDetails</code></td><td>2</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.ved.musicmapapp:fragmentMode */ public static final int WalletFragmentOptions_fragmentMode = 3; /** <p> @attr description A style resource specifing attributes to customize the look and feel of WalletFragment <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.ved.musicmapapp:fragmentStyle */ public static final int WalletFragmentOptions_fragmentStyle = 2; /** Attributes that may be specified in a style resource to customize the look and feel of WalletFragment <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 #WalletFragmentStyle_buyButtonAppearance com.ved.musicmapapp:buyButtonAppearance}</code></td><td> The appearance of the buy button </td></tr> <tr><td><code>{@link #WalletFragmentStyle_buyButtonHeight com.ved.musicmapapp:buyButtonHeight}</code></td><td> Height of the buy button.</td></tr> <tr><td><code>{@link #WalletFragmentStyle_buyButtonText com.ved.musicmapapp:buyButtonText}</code></td><td> The text on the buy button </td></tr> <tr><td><code>{@link #WalletFragmentStyle_buyButtonWidth com.ved.musicmapapp:buyButtonWidth}</code></td><td> Width of the buy button.</td></tr> <tr><td><code>{@link #WalletFragmentStyle_maskedWalletDetailsBackground com.ved.musicmapapp:maskedWalletDetailsBackground}</code></td><td> Masked wallet details background </td></tr> <tr><td><code>{@link #WalletFragmentStyle_maskedWalletDetailsButtonBackground com.ved.musicmapapp:maskedWalletDetailsButtonBackground}</code></td><td> "Change" button background in masked wallet details view </td></tr> <tr><td><code>{@link #WalletFragmentStyle_maskedWalletDetailsButtonTextAppearance com.ved.musicmapapp:maskedWalletDetailsButtonTextAppearance}</code></td><td> TextAppearance for the "Change" button in masked wallet details view </td></tr> <tr><td><code>{@link #WalletFragmentStyle_maskedWalletDetailsHeaderTextAppearance com.ved.musicmapapp:maskedWalletDetailsHeaderTextAppearance}</code></td><td> TextAppearance for headers describing masked wallet details </td></tr> <tr><td><code>{@link #WalletFragmentStyle_maskedWalletDetailsLogoImageType com.ved.musicmapapp:maskedWalletDetailsLogoImageType}</code></td><td> Type of the wallet logo image in masked wallet details view </td></tr> <tr><td><code>{@link #WalletFragmentStyle_maskedWalletDetailsLogoTextColor com.ved.musicmapapp:maskedWalletDetailsLogoTextColor}</code></td><td> Color of the Google Wallet logo text in masked wallet details view </td></tr> <tr><td><code>{@link #WalletFragmentStyle_maskedWalletDetailsTextAppearance com.ved.musicmapapp:maskedWalletDetailsTextAppearance}</code></td><td> TextAppearance for masked wallet details </td></tr> </table> @see #WalletFragmentStyle_buyButtonAppearance @see #WalletFragmentStyle_buyButtonHeight @see #WalletFragmentStyle_buyButtonText @see #WalletFragmentStyle_buyButtonWidth @see #WalletFragmentStyle_maskedWalletDetailsBackground @see #WalletFragmentStyle_maskedWalletDetailsButtonBackground @see #WalletFragmentStyle_maskedWalletDetailsButtonTextAppearance @see #WalletFragmentStyle_maskedWalletDetailsHeaderTextAppearance @see #WalletFragmentStyle_maskedWalletDetailsLogoImageType @see #WalletFragmentStyle_maskedWalletDetailsLogoTextColor @see #WalletFragmentStyle_maskedWalletDetailsTextAppearance */ public static final int[] WalletFragmentStyle = { 0x7f01001a, 0x7f01001b, 0x7f01001c, 0x7f01001d, 0x7f01001e, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023, 0x7f010024 }; /** <p> @attr description The appearance of the buy button <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>classic</code></td><td>1</td><td></td></tr> <tr><td><code>grayscale</code></td><td>2</td><td></td></tr> <tr><td><code>monochrome</code></td><td>3</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.ved.musicmapapp:buyButtonAppearance */ public static final int WalletFragmentStyle_buyButtonAppearance = 3; /** <p> @attr description Height of the buy button. This includes an 8dp padding (4dp on each side) used for pressed and focused states of the button. The value can be a specific height, e.g. "48dp", or special values "match_parent" and "wrap_content". <p>May 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>May 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>match_parent</code></td><td>-1</td><td></td></tr> <tr><td><code>wrap_content</code></td><td>-2</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.ved.musicmapapp:buyButtonHeight */ public static final int WalletFragmentStyle_buyButtonHeight = 0; /** <p> @attr description The text on the buy button <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>buy_with_google</code></td><td>1</td><td></td></tr> <tr><td><code>buy_now</code></td><td>2</td><td></td></tr> <tr><td><code>book_now</code></td><td>3</td><td></td></tr> <tr><td><code>donate_with_google</code></td><td>4</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.ved.musicmapapp:buyButtonText */ public static final int WalletFragmentStyle_buyButtonText = 2; /** <p> @attr description Width of the buy button. This includes an 8dp padding (4dp on each side) used for pressed and focused states of the button. The value can be a specific width, e.g. "300dp", or special values "match_parent" and "wrap_content". <p>May 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>May 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>match_parent</code></td><td>-1</td><td></td></tr> <tr><td><code>wrap_content</code></td><td>-2</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.ved.musicmapapp:buyButtonWidth */ public static final int WalletFragmentStyle_buyButtonWidth = 1; /** <p> @attr description Masked wallet details background <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May 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 is a private symbol. @attr name com.ved.musicmapapp:maskedWalletDetailsBackground */ public static final int WalletFragmentStyle_maskedWalletDetailsBackground = 6; /** <p> @attr description "Change" button background in masked wallet details view <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May 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 is a private symbol. @attr name com.ved.musicmapapp:maskedWalletDetailsButtonBackground */ public static final int WalletFragmentStyle_maskedWalletDetailsButtonBackground = 8; /** <p> @attr description TextAppearance for the "Change" button in masked wallet details view <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.ved.musicmapapp:maskedWalletDetailsButtonTextAppearance */ public static final int WalletFragmentStyle_maskedWalletDetailsButtonTextAppearance = 7; /** <p> @attr description TextAppearance for headers describing masked wallet details <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.ved.musicmapapp:maskedWalletDetailsHeaderTextAppearance */ public static final int WalletFragmentStyle_maskedWalletDetailsHeaderTextAppearance = 5; /** <p> @attr description Type of the wallet logo image in masked wallet details view <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>classic</code></td><td>1</td><td></td></tr> <tr><td><code>monochrome</code></td><td>2</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.ved.musicmapapp:maskedWalletDetailsLogoImageType */ public static final int WalletFragmentStyle_maskedWalletDetailsLogoImageType = 10; /** <p> @attr description Color of the Google Wallet logo text in masked wallet details view <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 com.ved.musicmapapp:maskedWalletDetailsLogoTextColor */ public static final int WalletFragmentStyle_maskedWalletDetailsLogoTextColor = 9; /** <p> @attr description TextAppearance for masked wallet details <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.ved.musicmapapp:maskedWalletDetailsTextAppearance */ public static final int WalletFragmentStyle_maskedWalletDetailsTextAppearance = 4; }; }