org.jboss.aerogear.android.unifiedpush.test.R Maven / Gradle / Ivy
/* 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 org.jboss.aerogear.android.unifiedpush.test;
public final class R {
public static final class attr {
/** Must be a boolean value, either "true
" or "false
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
*/
public static final int circleCrop=0x7f010002;
/**
Must be a floating point value, such as "1.2
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
*/
public static final int imageAspectRatio=0x7f010001;
/**
Must be one of the following constant values.
Constant Value Description
none
0
adjust_width
1
adjust_height
2
*/
public static final int imageAspectRatioAdjust=0x7f010000;
}
public static final class dimen {
/** Default screen margins, per the Android Design guidelines.
Customize dimensions originally defined in res/values/dimens.xml (such as
screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here.
*/
public static final int activity_horizontal_margin=0x7f060000;
public static final int activity_vertical_margin=0x7f060001;
}
public static final class drawable {
public static final int ic_launcher=0x7f020000;
}
public static final class id {
public static final int action_settings=0x7f080003;
public static final int adjust_height=0x7f080000;
public static final int adjust_width=0x7f080001;
public static final int none=0x7f080002;
}
public static final class integer {
public static final int google_play_services_version=0x7f050000;
}
public static final class layout {
public static final int activity_main=0x7f030000;
}
public static final class menu {
public static final int main=0x7f070000;
}
public static final class string {
public static final int action_settings=0x7f040003;
public static final int app_name=0x7f040000;
public static final int common_google_play_services_unknown_issue=0x7f040001;
public static final int hello_world=0x7f040004;
public static final int title_activity_main=0x7f040002;
}
public static final class styleable {
/** Attributes that can be used with a LoadingImageView.
Includes the following attributes:
Attribute Description
{@link #LoadingImageView_circleCrop org.jboss.aerogear.android.unifiedpush.test:circleCrop}
{@link #LoadingImageView_imageAspectRatio org.jboss.aerogear.android.unifiedpush.test:imageAspectRatio}
{@link #LoadingImageView_imageAspectRatioAdjust org.jboss.aerogear.android.unifiedpush.test:imageAspectRatioAdjust}
@see #LoadingImageView_circleCrop
@see #LoadingImageView_imageAspectRatio
@see #LoadingImageView_imageAspectRatioAdjust
*/
public static final int[] LoadingImageView = {
0x7f010000, 0x7f010001, 0x7f010002
};
/**
This symbol is the offset where the {@link org.jboss.aerogear.android.unifiedpush.test.R.attr#circleCrop}
attribute's value can be found in the {@link #LoadingImageView} array.
Must be a boolean value, either "true
" or "false
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
@attr name org.jboss.aerogear.android.unifiedpush.test:circleCrop
*/
public static final int LoadingImageView_circleCrop = 2;
/**
This symbol is the offset where the {@link org.jboss.aerogear.android.unifiedpush.test.R.attr#imageAspectRatio}
attribute's value can be found in the {@link #LoadingImageView} array.
Must be a floating point value, such as "1.2
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
@attr name org.jboss.aerogear.android.unifiedpush.test:imageAspectRatio
*/
public static final int LoadingImageView_imageAspectRatio = 1;
/**
This symbol is the offset where the {@link org.jboss.aerogear.android.unifiedpush.test.R.attr#imageAspectRatioAdjust}
attribute's value can be found in the {@link #LoadingImageView} array.
Must be one of the following constant values.
Constant Value Description
none
0
adjust_width
1
adjust_height
2
@attr name org.jboss.aerogear.android.unifiedpush.test:imageAspectRatioAdjust
*/
public static final int LoadingImageView_imageAspectRatioAdjust = 0;
};
}