File "R.java"
Path: /WAF - Wireless Android Framework/WAF_0.1_Android/gen/rfo/mougino/waf/R.java
File size: 70.97 KB
MIME-type:
Charset: utf-8
/* 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 rfo.mougino.waf;
public final class R {
public static final class array {
public static final int base_drive_names=0x7f0a0008;
public static final int base_drive_values=0x7f0a0009;
public static final int csf_list_preference=0x7f0a0006;
public static final int csfvalues_list_preference=0x7f0a0007;
public static final int es_list_preference=0x7f0a0004;
public static final int esvalues_list_preference=0x7f0a0005;
public static final int font_list_preference=0x7f0a0000;
public static final int fontvalues_list_preference=0x7f0a0001;
/**
If there are any resources or assets that your app wants to have copied
into the file system, list them here as <item>file_name</item> tags.
The default path for most files is <app_path>/data/
The default path for files ending in ".db" is <app_path>/databases/
This list is for standalone APKs only; standard BASIC! does not use it.
Most apps can leave this empty, using files directly from assets.
*/
public static final int load_file_names=0x7f0a000b;
/**
Message lines displayed on the opening screen while files are loading.
There must be at least one line, even if it is just an empty string.
*/
public static final int loading_msg=0x7f0a000a;
public static final int orientation_list_preference=0x7f0a0002;
public static final int orientationvalues_list_preference=0x7f0a0003;
}
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;
/** Appearance of the buy button. Must be one of "classic", "grayscale" and "monochrome"
<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=0x7f010018;
/** 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=0x7f010015;
/** Text on the buy button. Must be one of "buy_with_google", "buy_now" and "book_now"
<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>
</table>
*/
public static final int buyButtonText=0x7f010017;
/** 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=0x7f010016;
/** <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=0x7f010004;
/** <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=0x7f010005;
/** <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=0x7f010006;
/** <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=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 cameraZoom=0x7f010008;
/** 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=0x7f010012;
/** 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=0x7f010014;
/** 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=0x7f010013;
/** <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=0x7f010003;
/** 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=0x7f01001b;
/** "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=0x7f01001d;
/** 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=0x7f01001c;
/** 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=0x7f01001a;
/** 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=0x7f01001f;
/** 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=0x7f01001e;
/** 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=0x7f010019;
/** 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 theme=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 uiCompass=0x7f010009;
/** <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=0x7f01000a;
/** <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=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 uiTiltGestures=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 uiZoomControls=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 uiZoomGestures=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 useViewLifecycle=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 zOrderOnTop=0x7f010010;
}
public static final class bool {
/** If APK needs a /data/ directory, set true
*/
public static final int apk_create_data_dir=0x7f0b0001;
/** If APK needs a /database/ directory, set true
*/
public static final int apk_create_database_dir=0x7f0b0002;
/** If building APK, set true
*/
public static final int is_apk=0x7f0b0000;
}
public static final class color {
public static final int common_action_bar_splitter=0x7f060009;
/** Sign-in Button Colors
*/
public static final int common_signin_btn_dark_text_default=0x7f060000;
public static final int common_signin_btn_dark_text_disabled=0x7f060002;
public static final int common_signin_btn_dark_text_focused=0x7f060003;
public static final int common_signin_btn_dark_text_pressed=0x7f060001;
public static final int common_signin_btn_default_background=0x7f060008;
public static final int common_signin_btn_light_text_default=0x7f060004;
public static final int common_signin_btn_light_text_disabled=0x7f060006;
public static final int common_signin_btn_light_text_focused=0x7f060007;
public static final int common_signin_btn_light_text_pressed=0x7f060005;
public static final int common_signin_btn_text_dark=0x7f060017;
public static final int common_signin_btn_text_light=0x7f060018;
public static final int wallet_bright_foreground_disabled_holo_light=0x7f06000f;
/**
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=0x7f06000a;
public static final int wallet_bright_foreground_holo_light=0x7f060010;
public static final int wallet_dim_foreground_disabled_holo_dark=0x7f06000c;
public static final int wallet_dim_foreground_holo_dark=0x7f06000b;
public static final int wallet_dim_foreground_inverse_disabled_holo_dark=0x7f06000e;
public static final int wallet_dim_foreground_inverse_holo_dark=0x7f06000d;
public static final int wallet_highlighted_text_holo_dark=0x7f060014;
public static final int wallet_highlighted_text_holo_light=0x7f060013;
public static final int wallet_hint_foreground_holo_dark=0x7f060012;
public static final int wallet_hint_foreground_holo_light=0x7f060011;
public static final int wallet_holo_blue_light=0x7f060015;
public static final int wallet_link_text_light=0x7f060016;
public static final int wallet_primary_text_holo_light=0x7f060019;
public static final int wallet_secondary_text_holo_dark=0x7f06001a;
}
public static final class drawable {
public static final int common_signin_btn_icon_dark=0x7f020000;
public static final int common_signin_btn_icon_disabled_dark=0x7f020001;
public static final int common_signin_btn_icon_disabled_focus_dark=0x7f020002;
public static final int common_signin_btn_icon_disabled_focus_light=0x7f020003;
public static final int common_signin_btn_icon_disabled_light=0x7f020004;
public static final int common_signin_btn_icon_focus_dark=0x7f020005;
public static final int common_signin_btn_icon_focus_light=0x7f020006;
public static final int common_signin_btn_icon_light=0x7f020007;
public static final int common_signin_btn_icon_normal_dark=0x7f020008;
public static final int common_signin_btn_icon_normal_light=0x7f020009;
public static final int common_signin_btn_icon_pressed_dark=0x7f02000a;
public static final int common_signin_btn_icon_pressed_light=0x7f02000b;
public static final int common_signin_btn_text_dark=0x7f02000c;
public static final int common_signin_btn_text_disabled_dark=0x7f02000d;
public static final int common_signin_btn_text_disabled_focus_dark=0x7f02000e;
public static final int common_signin_btn_text_disabled_focus_light=0x7f02000f;
public static final int common_signin_btn_text_disabled_light=0x7f020010;
public static final int common_signin_btn_text_focus_dark=0x7f020011;
public static final int common_signin_btn_text_focus_light=0x7f020012;
public static final int common_signin_btn_text_light=0x7f020013;
public static final int common_signin_btn_text_normal_dark=0x7f020014;
public static final int common_signin_btn_text_normal_light=0x7f020015;
public static final int common_signin_btn_text_pressed_dark=0x7f020016;
public static final int common_signin_btn_text_pressed_light=0x7f020017;
public static final int ic_plusone_medium_off_client=0x7f020018;
public static final int ic_plusone_small_off_client=0x7f020019;
public static final int ic_plusone_standard_off_client=0x7f02001a;
public static final int ic_plusone_tall_off_client=0x7f02001b;
public static final int icon=0x7f02001c;
public static final int powered_by_google_dark=0x7f02001d;
public static final int powered_by_google_light=0x7f02001e;
}
public static final class id {
public static final int about=0x7f070040;
public static final int basic_screen=0x7f070044;
public static final int basic_text=0x7f07001d;
public static final int book_now=0x7f070010;
public static final int button_scan=0x7f07001c;
public static final int buyButton=0x7f07000a;
public static final int buy_now=0x7f07000f;
public static final int buy_with_google=0x7f07000e;
public static final int camera_screen=0x7f070052;
public static final int cancel_button=0x7f070024;
public static final int classic=0x7f070011;
public static final int clear=0x7f07003a;
public static final int controls_group=0x7f07002f;
public static final int debug_list=0x7f070015;
public static final int debug_list_s=0x7f070017;
public static final int delete=0x7f07003d;
public static final int delete_screen=0x7f070048;
public static final int device_list_screen=0x7f070054;
public static final int done_button=0x7f070028;
public static final int editor=0x7f070043;
public static final int editor_screen=0x7f070045;
public static final int enter_text=0x7f07001e;
public static final int enter_text2=0x7f070020;
public static final int enter_text3=0x7f070022;
public static final int exit=0x7f070041;
public static final int finished_button=0x7f070035;
public static final int format=0x7f07003c;
public static final int format_screen=0x7f07004b;
public static final int gr_screen=0x7f07004d;
public static final int grayscale=0x7f070012;
public static final int help=0x7f07003f;
public static final int help_screen=0x7f07004c;
public static final int holo_dark=0x7f070005;
public static final int holo_light=0x7f070006;
public static final int hybrid=0x7f070004;
public static final int load=0x7f070038;
public static final int load_screen=0x7f070047;
public static final int match_parent=0x7f07000c;
public static final int monochrome=0x7f070013;
public static final int new_devices=0x7f07001b;
public static final int next_button=0x7f070027;
public static final int none=0x7f070000;
public static final int normal=0x7f070001;
public static final int notify_screen=0x7f070053;
public static final int ok_button=0x7f070025;
public static final int paired_devices=0x7f070019;
public static final int production=0x7f070007;
public static final int replace_all_button=0x7f07002a;
public static final int replace_button=0x7f070029;
public static final int replace_buttons=0x7f070034;
public static final int replace_fields=0x7f07002b;
public static final int replace_group=0x7f070032;
public static final int replace_text=0x7f07002c;
public static final int replace_with=0x7f070033;
public static final int run=0x7f070037;
public static final int run_screen=0x7f070049;
public static final int sandbox=0x7f070008;
public static final int satellite=0x7f070002;
public static final int save=0x7f070039;
public static final int search=0x7f07003b;
public static final int search_buttons=0x7f070026;
public static final int search_fields=0x7f07002d;
public static final int search_for=0x7f070031;
public static final int search_group=0x7f070030;
public static final int search_screen=0x7f07004a;
public static final int search_text=0x7f07002e;
public static final int select_screen=0x7f07004e;
public static final int selectionDetails=0x7f07000b;
public static final int settings=0x7f07003e;
public static final int settings_screen=0x7f070046;
public static final int stop=0x7f070042;
public static final int strict_sandbox=0x7f070009;
public static final int surface_camera=0x7f070014;
public static final int terrain=0x7f070003;
public static final int text_get_screen=0x7f070050;
public static final int text_input_screen=0x7f07004f;
public static final int the_text=0x7f070016;
public static final int the_text1=0x7f07001f;
public static final int the_text2=0x7f070021;
public static final int the_text3=0x7f070023;
public static final int title_new_devices=0x7f07001a;
public static final int title_paired_devices=0x7f070018;
public static final int web_engine=0x7f070036;
public static final int web_view_screen=0x7f070051;
public static final int wrap_content=0x7f07000d;
}
public static final class integer {
/** The default text and background colors selected in Preferences
*/
public static final int color1=0x7f080001;
public static final int color2=0x7f080002;
public static final int color3=0x7f080003;
public static final int google_play_services_version=0x7f080000;
}
public static final class layout {
public static final int camera=0x7f030000;
public static final int debug_dialog_layout=0x7f030001;
public static final int debug_list_layout=0x7f030002;
public static final int debug_list_s_layout=0x7f030003;
public static final int device_list=0x7f030004;
public static final int device_name=0x7f030005;
public static final int editor=0x7f030006;
public static final int get_sc_parms=0x7f030007;
public static final int main=0x7f030008;
public static final int search=0x7f030009;
public static final int simple_list_layout=0x7f03000a;
public static final int simple_list_layout_1=0x7f03000b;
public static final int simple_list_layout_l=0x7f03000c;
public static final int simple_list_layout_m=0x7f03000d;
public static final int simple_list_layout_s=0x7f03000e;
public static final int text_input=0x7f03000f;
public static final int tget=0x7f030010;
public static final int web=0x7f030011;
}
public static final class menu {
public static final int main=0x7f0c0000;
public static final int run=0x7f0c0001;
}
public static final class string {
public static final int about=0x7f050050;
/** The application name displayed in the Launcher
*/
public static final int app_name=0x7f050021;
/** The path name for application directories
*/
public static final int app_path=0x7f050022;
public static final int auth_client_needs_enabling_title=0x7f050001;
public static final int auth_client_needs_installation_title=0x7f050002;
public static final int auth_client_needs_update_title=0x7f050003;
public static final int auth_client_play_services_err_notification_msg=0x7f050004;
public static final int auth_client_requested_by_msg=0x7f050005;
public static final int auth_client_using_bad_version_title=0x7f050000;
public static final int auto_run_name=0x7f050032;
public static final int button_scan=0x7f050039;
public static final int cancel_button_label=0x7f050044;
public static final int clear=0x7f05004c;
/** 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=0x7f050011;
/** 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=0x7f050010;
/** 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=0x7f05000f;
/** 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=0x7f05000a;
/** Button in confirmation dialog for installing Google Play services [CHAR LIMIT=40]
*/
public static final int common_google_play_services_install_button=0x7f05000e;
/** (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=0x7f05000c;
/** (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=0x7f05000d;
/** 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=0x7f05000b;
/** 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=0x7f050017;
/** 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=0x7f050016;
/** 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=0x7f050009;
/** 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=0x7f050015;
/** 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=0x7f050014;
/** 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=0x7f050007;
/** 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=0x7f050008;
/** Title for notification shown when GooglePlayServices is unavailable [CHAR LIMIT=42]
*/
public static final int common_google_play_services_notification_ticker=0x7f050006;
/** 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=0x7f050018;
/** Message in confirmation dialog informing user that date on the device is not correct,
causing certificate checks to fail. [CHAR LIMIT=NONE]
*/
public static final int common_google_play_services_unsupported_date_text=0x7f05001b;
/** 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=0x7f05001a;
/** 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=0x7f050019;
/** Button in confirmation dialog for updating Google Play services [CHAR LIMIT=40]
*/
public static final int common_google_play_services_update_button=0x7f05001c;
/** 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=0x7f050013;
/** 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=0x7f050012;
/** Sign-in button text [CHAR LIMIT=15]
*/
public static final int common_signin_button_text=0x7f05001d;
/** Long form sign-in button text [CHAR LIMIT=30]
*/
public static final int common_signin_button_text_long=0x7f05001e;
public static final int crash_dialog_comment_prompt=0x7f050069;
public static final int crash_dialog_ok_toast=0x7f05006a;
public static final int crash_dialog_text=0x7f050068;
public static final int crash_dialog_title=0x7f050067;
public static final int crash_notif_text=0x7f050066;
public static final int crash_notif_ticker_text=0x7f050064;
public static final int crash_notif_title=0x7f050065;
public static final int crash_toast_text=0x7f050063;
public static final int cs_name=0x7f050031;
public static final int debug_name=0x7f050034;
public static final int delete=0x7f050049;
public static final int delete_button_label=0x7f050041;
public static final int delete_name=0x7f05002b;
public static final int echo=0x7f05005f;
public static final int echo_summary=0x7f050060;
public static final int edit_button_label=0x7f050040;
public static final int editor=0x7f050053;
/** Activity labels; for "run_name" and "textinput_name" see setup.xml
*/
public static final int editor_name=0x7f050029;
public static final int enter_text2_label=0x7f050042;
public static final int enter_text3_label=0x7f050043;
public static final int enter_text_label=0x7f05003f;
public static final int exit=0x7f050051;
public static final int format=0x7f05004b;
public static final int format_name=0x7f05002f;
public static final int gr_name=0x7f050030;
/** For "app_name" and "version" see setup.xml
*/
public static final int hello=0x7f050028;
public static final int help=0x7f05004f;
public static final int help_name=0x7f05002c;
public static final int instr_1=0x7f05005b;
public static final int instr_2=0x7f05005c;
public static final int intro_getline=0x7f05003e;
public static final int load=0x7f050047;
public static final int load_name=0x7f05002a;
/** The BASIC! program resource to build into the APK
Default path is assets/<app_path>/source/
*/
public static final int my_program=0x7f050023;
public static final int no_icon=0x7f05005a;
public static final int no_icon_file=0x7f050059;
public static final int no_icon_name=0x7f050056;
public static final int no_prog_file=0x7f050058;
/** Shortcut warnings
*/
public static final int no_prog_name=0x7f050055;
public static final int no_shortcut_name=0x7f050057;
public static final int none_found=0x7f05003a;
public static final int none_paired=0x7f05003c;
public static final int ok_button_label=0x7f050045;
public static final int pause=0x7f050054;
public static final int play_sound_name=0x7f050035;
/** String to be displayed as a unit of progress while files are loading
*/
public static final int progress_marker=0x7f050027;
public static final int restricted=0x7f050061;
public static final int restricted_summary=0x7f050062;
public static final int run=0x7f050046;
/** The default Console, SELECT, TEXT.INPUT, and TGET titles
*/
public static final int run_name=0x7f050024;
public static final int save=0x7f050048;
public static final int scanning=0x7f05003b;
public static final int search=0x7f05004a;
public static final int search_name=0x7f05002e;
public static final int select_device=0x7f050036;
public static final int select_name=0x7f050025;
public static final int sensors_name=0x7f050033;
public static final int settings=0x7f05004d;
public static final int settings_name=0x7f05002d;
public static final int spawn=0x7f05004e;
public static final int stop=0x7f050052;
public static final int textinput_name=0x7f050026;
public static final int title_other_devices=0x7f050038;
public static final int title_paired_devices=0x7f050037;
public static final int use_sdcard=0x7f05005d;
public static final int use_sdcard_summary=0x7f05005e;
public static final int version=0x7f050020;
/** 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=0x7f05001f;
public static final int web_view_name=0x7f05003d;
}
public static final class style {
public static final int WalletFragmentDefaultButtonTextAppearance=0x7f090002;
public static final int WalletFragmentDefaultDetailsHeaderTextAppearance=0x7f090001;
public static final int WalletFragmentDefaultDetailsTextAppearance=0x7f090000;
/**
Default style of the wallet fragment that will be used if not set explicitly
when fragment is created
*/
public static final int WalletFragmentDefaultStyle=0x7f090003;
public static final int edit_text=0x7f090006;
public static final int edit_text_l=0x7f090009;
public static final int intro_getline=0x7f090004;
public static final int intro_getline_l=0x7f090007;
public static final int label=0x7f090005;
public static final int label_l=0x7f090008;
/** this is the style for the container ListView, not the rows
the rows are defined in code, see ReviewAdapter.ReviewListView
*/
public static final int review_list=0x7f09000a;
}
public static final class xml {
public static final int settings=0x7f040000;
}
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 rfo.mougino.waf:adSize}</code></td><td>
The size of the ad.</td></tr>
<tr><td><code>{@link #AdsAttrs_adSizes rfo.mougino.waf:adSizes}</code></td><td>
A comma-separated list of the supported ad sizes.</td></tr>
<tr><td><code>{@link #AdsAttrs_adUnitId rfo.mougino.waf: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 rfo.mougino.waf: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 rfo.mougino.waf: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 rfo.mougino.waf:adUnitId
*/
public static final int AdsAttrs_adUnitId = 2;
/** 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 rfo.mougino.waf:cameraBearing}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_cameraTargetLat rfo.mougino.waf:cameraTargetLat}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_cameraTargetLng rfo.mougino.waf:cameraTargetLng}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_cameraTilt rfo.mougino.waf:cameraTilt}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_cameraZoom rfo.mougino.waf:cameraZoom}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_mapType rfo.mougino.waf:mapType}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_uiCompass rfo.mougino.waf:uiCompass}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_uiRotateGestures rfo.mougino.waf:uiRotateGestures}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_uiScrollGestures rfo.mougino.waf:uiScrollGestures}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_uiTiltGestures rfo.mougino.waf:uiTiltGestures}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_uiZoomControls rfo.mougino.waf:uiZoomControls}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_uiZoomGestures rfo.mougino.waf:uiZoomGestures}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_useViewLifecycle rfo.mougino.waf:useViewLifecycle}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_zOrderOnTop rfo.mougino.waf:zOrderOnTop}</code></td><td></td></tr>
</table>
@see #MapAttrs_cameraBearing
@see #MapAttrs_cameraTargetLat
@see #MapAttrs_cameraTargetLng
@see #MapAttrs_cameraTilt
@see #MapAttrs_cameraZoom
@see #MapAttrs_mapType
@see #MapAttrs_uiCompass
@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 = {
0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006,
0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a,
0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e,
0x7f01000f, 0x7f010010
};
/**
<p>This symbol is the offset where the {@link rfo.mougino.waf.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 rfo.mougino.waf:cameraBearing
*/
public static final int MapAttrs_cameraBearing = 1;
/**
<p>This symbol is the offset where the {@link rfo.mougino.waf.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 rfo.mougino.waf:cameraTargetLat
*/
public static final int MapAttrs_cameraTargetLat = 2;
/**
<p>This symbol is the offset where the {@link rfo.mougino.waf.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 rfo.mougino.waf:cameraTargetLng
*/
public static final int MapAttrs_cameraTargetLng = 3;
/**
<p>This symbol is the offset where the {@link rfo.mougino.waf.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 rfo.mougino.waf:cameraTilt
*/
public static final int MapAttrs_cameraTilt = 4;
/**
<p>This symbol is the offset where the {@link rfo.mougino.waf.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 rfo.mougino.waf:cameraZoom
*/
public static final int MapAttrs_cameraZoom = 5;
/**
<p>This symbol is the offset where the {@link rfo.mougino.waf.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 rfo.mougino.waf:mapType
*/
public static final int MapAttrs_mapType = 0;
/**
<p>This symbol is the offset where the {@link rfo.mougino.waf.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 rfo.mougino.waf:uiCompass
*/
public static final int MapAttrs_uiCompass = 6;
/**
<p>This symbol is the offset where the {@link rfo.mougino.waf.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 rfo.mougino.waf:uiRotateGestures
*/
public static final int MapAttrs_uiRotateGestures = 7;
/**
<p>This symbol is the offset where the {@link rfo.mougino.waf.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 rfo.mougino.waf:uiScrollGestures
*/
public static final int MapAttrs_uiScrollGestures = 8;
/**
<p>This symbol is the offset where the {@link rfo.mougino.waf.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 rfo.mougino.waf:uiTiltGestures
*/
public static final int MapAttrs_uiTiltGestures = 9;
/**
<p>This symbol is the offset where the {@link rfo.mougino.waf.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 rfo.mougino.waf:uiZoomControls
*/
public static final int MapAttrs_uiZoomControls = 10;
/**
<p>This symbol is the offset where the {@link rfo.mougino.waf.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 rfo.mougino.waf:uiZoomGestures
*/
public static final int MapAttrs_uiZoomGestures = 11;
/**
<p>This symbol is the offset where the {@link rfo.mougino.waf.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 rfo.mougino.waf:useViewLifecycle
*/
public static final int MapAttrs_useViewLifecycle = 12;
/**
<p>This symbol is the offset where the {@link rfo.mougino.waf.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 rfo.mougino.waf:zOrderOnTop
*/
public static final int MapAttrs_zOrderOnTop = 13;
/** 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_environment rfo.mougino.waf:environment}</code></td><td> Google Wallet environment to use </td></tr>
<tr><td><code>{@link #WalletFragmentOptions_fragmentMode rfo.mougino.waf:fragmentMode}</code></td><td> Fragment mode </td></tr>
<tr><td><code>{@link #WalletFragmentOptions_fragmentStyle rfo.mougino.waf:fragmentStyle}</code></td><td> A style resource specifing attributes to customize the look and feel of WalletFragment </td></tr>
<tr><td><code>{@link #WalletFragmentOptions_theme rfo.mougino.waf:theme}</code></td><td> Theme to be used for the Wallet selector </td></tr>
</table>
@see #WalletFragmentOptions_environment
@see #WalletFragmentOptions_fragmentMode
@see #WalletFragmentOptions_fragmentStyle
@see #WalletFragmentOptions_theme
*/
public static final int[] WalletFragmentOptions = {
0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014
};
/**
<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 rfo.mougino.waf: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 rfo.mougino.waf: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 rfo.mougino.waf:fragmentStyle
*/
public static final int WalletFragmentOptions_fragmentStyle = 2;
/**
<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 rfo.mougino.waf:theme
*/
public static final int WalletFragmentOptions_theme = 0;
/** 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 rfo.mougino.waf:buyButtonAppearance}</code></td><td> Appearance of the buy button.</td></tr>
<tr><td><code>{@link #WalletFragmentStyle_buyButtonHeight rfo.mougino.waf:buyButtonHeight}</code></td><td> Height of the buy button.</td></tr>
<tr><td><code>{@link #WalletFragmentStyle_buyButtonText rfo.mougino.waf:buyButtonText}</code></td><td> Text on the buy button.</td></tr>
<tr><td><code>{@link #WalletFragmentStyle_buyButtonWidth rfo.mougino.waf:buyButtonWidth}</code></td><td> Width of the buy button.</td></tr>
<tr><td><code>{@link #WalletFragmentStyle_maskedWalletDetailsBackground rfo.mougino.waf:maskedWalletDetailsBackground}</code></td><td> Masked wallet details background </td></tr>
<tr><td><code>{@link #WalletFragmentStyle_maskedWalletDetailsButtonBackground rfo.mougino.waf:maskedWalletDetailsButtonBackground}</code></td><td> "Change" button background in masked wallet details view </td></tr>
<tr><td><code>{@link #WalletFragmentStyle_maskedWalletDetailsButtonTextAppearance rfo.mougino.waf:maskedWalletDetailsButtonTextAppearance}</code></td><td> TextAppearance for the "Change" button in masked wallet details view </td></tr>
<tr><td><code>{@link #WalletFragmentStyle_maskedWalletDetailsHeaderTextAppearance rfo.mougino.waf:maskedWalletDetailsHeaderTextAppearance}</code></td><td> TextAppearance for headers describing masked wallet details </td></tr>
<tr><td><code>{@link #WalletFragmentStyle_maskedWalletDetailsLogoImageType rfo.mougino.waf:maskedWalletDetailsLogoImageType}</code></td><td> Type of the wallet logo image in masked wallet details view </td></tr>
<tr><td><code>{@link #WalletFragmentStyle_maskedWalletDetailsLogoTextColor rfo.mougino.waf:maskedWalletDetailsLogoTextColor}</code></td><td> Color of the Google Wallet logo text in masked wallet details view </td></tr>
<tr><td><code>{@link #WalletFragmentStyle_maskedWalletDetailsTextAppearance rfo.mougino.waf: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 = {
0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018,
0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01001c,
0x7f01001d, 0x7f01001e, 0x7f01001f
};
/**
<p>
@attr description
Appearance of the buy button. Must be one of "classic", "grayscale" and "monochrome"
<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 rfo.mougino.waf: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 rfo.mougino.waf:buyButtonHeight
*/
public static final int WalletFragmentStyle_buyButtonHeight = 0;
/**
<p>
@attr description
Text on the buy button. Must be one of "buy_with_google", "buy_now" and "book_now"
<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>
</table>
<p>This is a private symbol.
@attr name rfo.mougino.waf: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 rfo.mougino.waf: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 rfo.mougino.waf: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 rfo.mougino.waf: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 rfo.mougino.waf: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 rfo.mougino.waf: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 rfo.mougino.waf: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 rfo.mougino.waf: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 rfo.mougino.waf:maskedWalletDetailsTextAppearance
*/
public static final int WalletFragmentStyle_maskedWalletDetailsTextAppearance = 4;
};
}