com.twofortyfouram.locale.platform
Class R.string

java.lang.Object
  extended by com.twofortyfouram.locale.platform.R.string
Enclosing class:
R

public static final class R.string
extends java.lang.Object


Field Summary
static int twofortyfouram_locale_application_not_available
          A toast message that appears if an application that is being launched isn't available.
static int twofortyfouram_locale_breadcrumb_format
          A format string for breadcrumbs.
static int twofortyfouram_locale_breadcrumb_separator
          The separator character for breadcrumbs
static int twofortyfouram_locale_marketactivity_dialog_button_install
          The button that performs a search for the app on the Market or on .
static int twofortyfouram_locale_marketactivity_dialog_primary_message
          The primary message of the MarketActivity dialog.
static int twofortyfouram_locale_marketactivity_dialog_secondary_message
          The secondary message of the MarketActivity dialog.
static int twofortyfouram_locale_marketactivity_dialog_title
          The title of the MarketActivity.
 
Constructor Summary
R.string()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

twofortyfouram_locale_application_not_available

public static final int twofortyfouram_locale_application_not_available
A toast message that appears if an application that is being launched isn't available. There is no character length maximum, although this message will only appear on the screen for about 5 seconds in a Toast message so it should be short enough to be comprehended before it disappears

See Also:
Constant Field Values

twofortyfouram_locale_breadcrumb_format

public static final int twofortyfouram_locale_breadcrumb_format
A format string for breadcrumbs. For left to right languages, such as English, the format will look something like "Main Activity > Sub Activity > Sub Activity 2". Item #1 is the previous path, item #2 is the separator, and item #3 is the current item

See Also:
Constant Field Values

twofortyfouram_locale_breadcrumb_separator

public static final int twofortyfouram_locale_breadcrumb_separator
The separator character for breadcrumbs

See Also:
Constant Field Values

twofortyfouram_locale_marketactivity_dialog_button_install

public static final int twofortyfouram_locale_marketactivity_dialog_button_install
The button that performs a search for the app on the Market or on . MDPI 17 character maximum

See Also:
Constant Field Values

twofortyfouram_locale_marketactivity_dialog_primary_message

public static final int twofortyfouram_locale_marketactivity_dialog_primary_message
The primary message of the MarketActivity dialog. There is no character length maximum

See Also:
Constant Field Values

twofortyfouram_locale_marketactivity_dialog_secondary_message

public static final int twofortyfouram_locale_marketactivity_dialog_secondary_message
The secondary message of the MarketActivity dialog. The word "Install" should match the twofortyfouram_locale_marketactivity_dialog_button_install string. There is no character length maximum

See Also:
Constant Field Values

twofortyfouram_locale_marketactivity_dialog_title

public static final int twofortyfouram_locale_marketactivity_dialog_title
The title of the MarketActivity. MDPI 21 character maximum

See Also:
Constant Field Values
Constructor Detail

R.string

public R.string()