com.facebook.android
Class R.styleable

java.lang.Object
  extended by com.facebook.android.R.styleable
Enclosing class:
R

public static final class R.styleable
extends Object


Field Summary
static int[] com_facebook_friend_picker_fragment
          Attributes that can be used with a com_facebook_friend_picker_fragment.
static int com_facebook_friend_picker_fragment_multi_select
          This symbol is the offset where the R.attr.multi_select attribute's value can be found in the com_facebook_friend_picker_fragment array.
static int[] com_facebook_login_view
          Attributes that can be used with a com_facebook_login_view.
static int com_facebook_login_view_confirm_logout
          This symbol is the offset where the R.attr.confirm_logout attribute's value can be found in the com_facebook_login_view array.
static int com_facebook_login_view_fetch_user_info
          This symbol is the offset where the R.attr.fetch_user_info attribute's value can be found in the com_facebook_login_view array.
static int com_facebook_login_view_login_text
          This symbol is the offset where the R.attr.login_text attribute's value can be found in the com_facebook_login_view array.
static int com_facebook_login_view_logout_text
          This symbol is the offset where the R.attr.logout_text attribute's value can be found in the com_facebook_login_view array.
static int[] com_facebook_picker_fragment
          Attributes that can be used with a com_facebook_picker_fragment.
static int com_facebook_picker_fragment_done_button_background
          This symbol is the offset where the R.attr.done_button_background attribute's value can be found in the com_facebook_picker_fragment array.
static int com_facebook_picker_fragment_done_button_text
          This symbol is the offset where the R.attr.done_button_text attribute's value can be found in the com_facebook_picker_fragment array.
static int com_facebook_picker_fragment_extra_fields
          This symbol is the offset where the R.attr.extra_fields attribute's value can be found in the com_facebook_picker_fragment array.
static int com_facebook_picker_fragment_show_pictures
          This symbol is the offset where the R.attr.show_pictures attribute's value can be found in the com_facebook_picker_fragment array.
static int com_facebook_picker_fragment_show_title_bar
          This symbol is the offset where the R.attr.show_title_bar attribute's value can be found in the com_facebook_picker_fragment array.
static int com_facebook_picker_fragment_title_bar_background
          This symbol is the offset where the R.attr.title_bar_background attribute's value can be found in the com_facebook_picker_fragment array.
static int com_facebook_picker_fragment_title_text
          This symbol is the offset where the R.attr.title_text attribute's value can be found in the com_facebook_picker_fragment array.
static int[] com_facebook_place_picker_fragment
          Attributes that can be used with a com_facebook_place_picker_fragment.
static int com_facebook_place_picker_fragment_radius_in_meters
          This symbol is the offset where the R.attr.radius_in_meters attribute's value can be found in the com_facebook_place_picker_fragment array.
static int com_facebook_place_picker_fragment_results_limit
          This symbol is the offset where the R.attr.results_limit attribute's value can be found in the com_facebook_place_picker_fragment array.
static int com_facebook_place_picker_fragment_search_text
          This symbol is the offset where the R.attr.search_text attribute's value can be found in the com_facebook_place_picker_fragment array.
static int com_facebook_place_picker_fragment_show_search_box
          This symbol is the offset where the R.attr.show_search_box attribute's value can be found in the com_facebook_place_picker_fragment array.
static int[] com_facebook_profile_picture_view
          Attributes that can be used with a com_facebook_profile_picture_view.
static int com_facebook_profile_picture_view_is_cropped
          This symbol is the offset where the R.attr.is_cropped attribute's value can be found in the com_facebook_profile_picture_view array.
static int com_facebook_profile_picture_view_preset_size
          This symbol is the offset where the R.attr.preset_size attribute's value can be found in the com_facebook_profile_picture_view array.
 
Constructor Summary
R.styleable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

com_facebook_friend_picker_fragment

public static final int[] com_facebook_friend_picker_fragment
Attributes that can be used with a com_facebook_friend_picker_fragment.

Includes the following attributes:

AttributeDescription
com.facebook.android:multi_select

See Also:
com_facebook_friend_picker_fragment_multi_select

com_facebook_friend_picker_fragment_multi_select

public static final int com_facebook_friend_picker_fragment_multi_select

This symbol is the offset where the R.attr.multi_select attribute's value can be found in the com_facebook_friend_picker_fragment array.

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

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

com_facebook_login_view

public static final int[] com_facebook_login_view
Attributes that can be used with a com_facebook_login_view.

Includes the following attributes:

AttributeDescription
com.facebook.android:confirm_logout
com.facebook.android:fetch_user_info
com.facebook.android:login_text
com.facebook.android:logout_text

See Also:
com_facebook_login_view_confirm_logout, com_facebook_login_view_fetch_user_info, com_facebook_login_view_login_text, com_facebook_login_view_logout_text

com_facebook_login_view_confirm_logout

public static final int com_facebook_login_view_confirm_logout

This symbol is the offset where the R.attr.confirm_logout attribute's value can be found in the com_facebook_login_view array.

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

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

com_facebook_login_view_fetch_user_info

public static final int com_facebook_login_view_fetch_user_info

This symbol is the offset where the R.attr.fetch_user_info attribute's value can be found in the com_facebook_login_view array.

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

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

com_facebook_login_view_login_text

public static final int com_facebook_login_view_login_text

This symbol is the offset where the R.attr.login_text attribute's value can be found in the com_facebook_login_view array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

com_facebook_login_view_logout_text

public static final int com_facebook_login_view_logout_text

This symbol is the offset where the R.attr.logout_text attribute's value can be found in the com_facebook_login_view array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

com_facebook_picker_fragment

public static final int[] com_facebook_picker_fragment
Attributes that can be used with a com_facebook_picker_fragment.

Includes the following attributes:

AttributeDescription
com.facebook.android:done_button_background
com.facebook.android:done_button_text
com.facebook.android:extra_fields
com.facebook.android:show_pictures
com.facebook.android:show_title_bar
com.facebook.android:title_bar_background
com.facebook.android:title_text

See Also:
com_facebook_picker_fragment_done_button_background, com_facebook_picker_fragment_done_button_text, com_facebook_picker_fragment_extra_fields, com_facebook_picker_fragment_show_pictures, com_facebook_picker_fragment_show_title_bar, com_facebook_picker_fragment_title_bar_background, com_facebook_picker_fragment_title_text

com_facebook_picker_fragment_done_button_background

public static final int com_facebook_picker_fragment_done_button_background

This symbol is the offset where the R.attr.done_button_background attribute's value can be found in the com_facebook_picker_fragment array.

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

See Also:
Constant Field Values

com_facebook_picker_fragment_done_button_text

public static final int com_facebook_picker_fragment_done_button_text

This symbol is the offset where the R.attr.done_button_text attribute's value can be found in the com_facebook_picker_fragment array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

com_facebook_picker_fragment_extra_fields

public static final int com_facebook_picker_fragment_extra_fields

This symbol is the offset where the R.attr.extra_fields attribute's value can be found in the com_facebook_picker_fragment array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

com_facebook_picker_fragment_show_pictures

public static final int com_facebook_picker_fragment_show_pictures

This symbol is the offset where the R.attr.show_pictures attribute's value can be found in the com_facebook_picker_fragment array.

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

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

com_facebook_picker_fragment_show_title_bar

public static final int com_facebook_picker_fragment_show_title_bar

This symbol is the offset where the R.attr.show_title_bar attribute's value can be found in the com_facebook_picker_fragment array.

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

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

com_facebook_picker_fragment_title_bar_background

public static final int com_facebook_picker_fragment_title_bar_background

This symbol is the offset where the R.attr.title_bar_background attribute's value can be found in the com_facebook_picker_fragment array.

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

See Also:
Constant Field Values

com_facebook_picker_fragment_title_text

public static final int com_facebook_picker_fragment_title_text

This symbol is the offset where the R.attr.title_text attribute's value can be found in the com_facebook_picker_fragment array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

com_facebook_place_picker_fragment

public static final int[] com_facebook_place_picker_fragment
Attributes that can be used with a com_facebook_place_picker_fragment.

Includes the following attributes:

AttributeDescription
com.facebook.android:radius_in_meters
com.facebook.android:results_limit
com.facebook.android:search_text
com.facebook.android:show_search_box

See Also:
com_facebook_place_picker_fragment_radius_in_meters, com_facebook_place_picker_fragment_results_limit, com_facebook_place_picker_fragment_search_text, com_facebook_place_picker_fragment_show_search_box

com_facebook_place_picker_fragment_radius_in_meters

public static final int com_facebook_place_picker_fragment_radius_in_meters

This symbol is the offset where the R.attr.radius_in_meters attribute's value can be found in the com_facebook_place_picker_fragment array.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

com_facebook_place_picker_fragment_results_limit

public static final int com_facebook_place_picker_fragment_results_limit

This symbol is the offset where the R.attr.results_limit attribute's value can be found in the com_facebook_place_picker_fragment array.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

com_facebook_place_picker_fragment_search_text

public static final int com_facebook_place_picker_fragment_search_text

This symbol is the offset where the R.attr.search_text attribute's value can be found in the com_facebook_place_picker_fragment array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

com_facebook_place_picker_fragment_show_search_box

public static final int com_facebook_place_picker_fragment_show_search_box

This symbol is the offset where the R.attr.show_search_box attribute's value can be found in the com_facebook_place_picker_fragment array.

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

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

com_facebook_profile_picture_view

public static final int[] com_facebook_profile_picture_view
Attributes that can be used with a com_facebook_profile_picture_view.

Includes the following attributes:

AttributeDescription
com.facebook.android:is_cropped
com.facebook.android:preset_size

See Also:
com_facebook_profile_picture_view_is_cropped, com_facebook_profile_picture_view_preset_size

com_facebook_profile_picture_view_is_cropped

public static final int com_facebook_profile_picture_view_is_cropped

This symbol is the offset where the R.attr.is_cropped attribute's value can be found in the com_facebook_profile_picture_view array.

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

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

com_facebook_profile_picture_view_preset_size

public static final int com_facebook_profile_picture_view_preset_size

This symbol is the offset where the R.attr.preset_size attribute's value can be found in the com_facebook_profile_picture_view array.

Must be one of the following constant values.

ConstantValueDescription
small-2 Keep in sync with constants in ProfilePictureView
normal-3
large-4

See Also:
Constant Field Values
Constructor Detail

R.styleable

public R.styleable()