diff --git a/AutoBackups/Backup Rocklogger 2020-06-24 21.49.zip b/AutoBackups/Backup Rocklogger 2020-06-24 21.49.zip
new file mode 100644
index 0000000..a098058
Binary files /dev/null and b/AutoBackups/Backup Rocklogger 2020-06-24 21.49.zip differ
diff --git a/AutoBackups/Backup Rocklogger 2020-06-29 23.17.zip b/AutoBackups/Backup Rocklogger 2020-06-29 23.17.zip
new file mode 100644
index 0000000..7d6aabc
Binary files /dev/null and b/AutoBackups/Backup Rocklogger 2020-06-29 23.17.zip differ
diff --git a/AutoBackups/Backup Rocklogger 2020-07-02 00.01.zip b/AutoBackups/Backup Rocklogger 2020-07-02 00.01.zip
new file mode 100644
index 0000000..eaa8ce2
Binary files /dev/null and b/AutoBackups/Backup Rocklogger 2020-07-02 00.01.zip differ
diff --git a/AutoBackups/Backup Rocklogger 2020-07-04 20.52.zip b/AutoBackups/Backup Rocklogger 2020-07-04 20.52.zip
new file mode 100644
index 0000000..f0e3af3
Binary files /dev/null and b/AutoBackups/Backup Rocklogger 2020-07-04 20.52.zip differ
diff --git a/AutoBackups/Backup Rocklogger 2020-07-04 21.58.zip b/AutoBackups/Backup Rocklogger 2020-07-04 21.58.zip
new file mode 100644
index 0000000..c16f913
Binary files /dev/null and b/AutoBackups/Backup Rocklogger 2020-07-04 21.58.zip differ
diff --git a/AutoBackups/Backup Rocklogger 2020-07-04 23.48.zip b/AutoBackups/Backup Rocklogger 2020-07-04 23.48.zip
new file mode 100644
index 0000000..ac6fc9e
Binary files /dev/null and b/AutoBackups/Backup Rocklogger 2020-07-04 23.48.zip differ
diff --git a/AutoBackups/Backup Rocklogger 2020-07-05 00.14.zip b/AutoBackups/Backup Rocklogger 2020-07-05 00.14.zip
new file mode 100644
index 0000000..1fc7022
Binary files /dev/null and b/AutoBackups/Backup Rocklogger 2020-07-05 00.14.zip differ
diff --git a/AutoBackups/Backup Rocklogger 2020-07-05 00.25.zip b/AutoBackups/Backup Rocklogger 2020-07-05 00.25.zip
new file mode 100644
index 0000000..ae76d31
Binary files /dev/null and b/AutoBackups/Backup Rocklogger 2020-07-05 00.25.zip differ
diff --git a/Files/mapfrag.bal b/Files/mapfrag.bal
new file mode 100644
index 0000000..4bf6e1a
Binary files /dev/null and b/Files/mapfrag.bal differ
diff --git a/Files/marker1.png b/Files/marker1.png
new file mode 100644
index 0000000..e5bbe9a
Binary files /dev/null and b/Files/marker1.png differ
diff --git a/Files/marker2.png b/Files/marker2.png
new file mode 100644
index 0000000..60c2d31
Binary files /dev/null and b/Files/marker2.png differ
diff --git a/Files/overlay (1).png b/Files/overlay (1).png
new file mode 100644
index 0000000..781eefd
Binary files /dev/null and b/Files/overlay (1).png differ
diff --git a/Files/overlay.png b/Files/overlay.png
new file mode 100644
index 0000000..f53c059
Binary files /dev/null and b/Files/overlay.png differ
diff --git a/Files/overlaywhite.png b/Files/overlaywhite.png
new file mode 100644
index 0000000..3b127bd
Binary files /dev/null and b/Files/overlaywhite.png differ
diff --git a/Files/rockloggervisual.bal b/Files/rockloggervisual.bal
new file mode 100644
index 0000000..803da66
Binary files /dev/null and b/Files/rockloggervisual.bal differ
diff --git a/Mapmod.bas b/Mapmod.bas
new file mode 100644
index 0000000..9e06a5f
--- /dev/null
+++ b/Mapmod.bas
@@ -0,0 +1,139 @@
+B4A=true
+Group=Default Group
+ModulesStructureVersion=1
+Type=Activity
+Version=9.801
+@EndOfDesignText@
+#Region Activity Attributes
+ #FullScreen: False
+ #IncludeTitle: True
+#End Region
+
+Sub Process_Globals
+ Private rp As RuntimePermissions
+End Sub
+
+Sub Globals
+ Private gmap As GoogleMap
+ Private MapFragment1 As MapFragment
+ Private centerloc As CameraPosition
+ Private bmp As Bitmap
+ Private gmapx As GoogleMapsExtras
+
+End Sub
+
+Sub Activity_Create(FirstTime As Boolean)
+ 'Do not forget to load the layout file created with the visual designer. For example:
+ Activity.LoadLayout("mapfrag")
+ bmp = LoadBitmapResize(File.DirAssets, "marker2.png", 20dip, 20dip, True)
+ Wait For MapFragment1_Ready
+ gmap = MapFragment1.GetMap
+ rp.CheckAndRequest(rp.PERMISSION_ACCESS_FINE_LOCATION)
+ Wait For Activity_PermissionResult (Permission As String, Result As Boolean)
+ If Result Then
+ gmap.MyLocationEnabled = True
+ Else
+ Log("No permission!")
+ End If
+
+'matchingsub
+add_line
+ 'gmap.mMoveCamera(-centerloc)
+End Sub
+
+Sub Log_Markers
+ 'Regex.
+ 'For Main.rocklist
+
+End Sub
+
+Sub matchingsub 'currently pulls location
+ Do Until MapFragment1.GetMap.IsInitialized 'necissary to prevent 'googlemaps not initialized' error, which is misleading
+ Sleep(100)
+ Loop
+gmap.MapType = gmap.MAP_TYPE_SATELLITE
+centerloc.initialize (-32.676910,118.211034,14)
+gmap.MoveCamera(centerloc)
+ '\d*\.?\d*(L|ml|kg|g])\s(\w+\s?\w*)\s?(\$?\d*\.?\d*)[\n]
+ If Main.headerlist.Size >0 Then
+ For i = 0 To Main.headerlist.Size - 1
+' sb.Append(headerlist.get(i)).Append(CRLF)
+' sb.Append(Main.locationstringlist.get(i+1)).Append(CRLF)
+ Next
+ For i = 0 To Main.headerlist.size-1
+ Dim m As Matcher =Regex.Matcher(",(.+?) (.+?),", Main.locationstringlist.Get(i+1))
+ Do While m.Find
+ gmap.AddMarker3(m.group(1),m.group(2),Main.headerlist.get(i),bmp)
+ Loop
+ Next
+ End If
+' For i = 1 To Main.PointList.Size-1
+' Dim m As Matcher =Regex.Matcher("(?<=,)(.+) (.+)(?=,)", Main.PointList.Get(i))
+' Do While m.Find
+' gmap.AddMarker(m.group(1),m.group(2),"Point")
+' Loop
+' Next
+' For i = 1 To Main.WeedList.Size-1
+' Dim m As Matcher =Regex.Matcher("(?<=,)(.+) (.+)(?=,)", Main.WeedList.Get(i))
+' Do While m.Find
+' gmap.AddMarker(m.group(1),m.group(2),"Weed")
+' Loop
+' Next
+End Sub
+
+Sub add_line
+ Dim line As Polyline
+ Dim points As List
+ Dim point As LatLng
+ Dim grpvop As GroundOverlayOptions
+ Dim grov As GroundOverlay
+ Dim overlay4 As Bitmap
+ Dim centr As LatLng
+ grpvop.Initialize
+ overlay4 = LoadBitmap(File.DirAssets, "overlaywhite.png")
+ grpvop.Image(overlay4)
+ centr.Initialize(-32.6972,118.1908)
+ grpvop.Position(centr,29000,16000)
+ grpvop.SetTransparency(.5)
+
+ gmapx.AddGroundOverlay(gmap,grpvop)
+ line=gmap.AddPolyline
+ points.Initialize
+
+ line.Color=Colors.Red
+ line.Visible=True
+ line.Width=2
+ point.Initialize(-32.6758, 118.1967)
+ points.Add(point)
+ point.Initialize(-32.6757, 118.1756)
+ points.Add(point)
+ point.Initialize(-32.6608, 118.1756)
+ points.Add(point)
+ point.Initialize(-32.6564, 118.182)
+ points.Add(point)
+ point.Initialize(-32.6564, 118.1963)
+ points.Add(point)
+ point.Initialize(-32.6758, 118.1967)
+ points.Add(point)
+ line.Points=points
+
+End Sub
+
+Sub MapFragment1_Click (Point As LatLng)
+ gmap.AddMarker(Point.Latitude, Point.Longitude, "New Marker")
+ Log(Point)
+
+End Sub
+
+Sub Activity_Resume
+'add_line
+matchingsub
+End Sub
+
+Sub Activity_Pause (UserClosed As Boolean)
+
+End Sub
+
+Sub button1_Click
+ StartActivity(Main)
+End Sub
diff --git a/Objects/AndroidManifest.xml b/Objects/AndroidManifest.xml
new file mode 100644
index 0000000..155a2f7
--- /dev/null
+++ b/Objects/AndroidManifest.xml
@@ -0,0 +1,58 @@
+
+
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 alpha=0x7f010027;
+ /**
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 ambientEnabled=0x7f010017;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
standard | 0 | |
wide | 1 | |
icon_only | 2 |
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 cameraBearing=0x7f010007;
+ /**
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 cameraMaxZoomPreference=0x7f010019;
+ /**
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 cameraMinZoomPreference=0x7f010018;
+ /**
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 cameraTargetLat=0x7f010008;
+ /**
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 cameraTargetLng=0x7f010009;
+ /**
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 cameraTilt=0x7f01000a;
+ /**
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 cameraZoom=0x7f01000b;
+ /**
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;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
dark | 0 | |
light | 1 | |
auto | 2 |
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int coordinatorLayoutStyle=0x7f01001e;
+ /** The reference to the font file to be used. This should be a file in the res/font folder
+ and should therefore have an R reference value. E.g. @font/myfont
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int font=0x7f01002f;
+ /** The authority of the Font Provider to be used for the request.
+
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.
+ */
+ public static final int fontProviderAuthority=0x7f010028;
+ /** The sets of hashes for the certificates the provider should be signed with. This is
+ used to verify the identity of the provider, and is only required if the provider is not
+ part of the system image. This value may point to one list or a list of lists, where each
+ individual list represents one collection of signature hashes. Refer to your font provider's
+ documentation for these values.
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int fontProviderCerts=0x7f01002b;
+ /** The strategy to be used when fetching font data from a font provider in XML layouts.
+ This attribute is ignored when the resource is loaded from code, as it is equivalent to the
+ choice of API between {@link
+ androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and
+ {@link
+ androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)}
+ (async).
+
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
blocking | 0 | The blocking font fetch works as follows. + First, check the local cache, then if the requested font is not cached, request the + font from the provider and wait until it is finished. You can change the length of + the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the + default typeface will be used instead. |
async | 1 | The async font fetch works as follows. + First, check the local cache, then if the requeted font is not cached, trigger a + request the font and continue with layout inflation. Once the font fetch succeeds, the + target text view will be refreshed with the downloaded font data. The + fontProviderFetchTimeout will be ignored if async loading is specified. |
May 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.
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
forever | -1 | A special value for the timeout. In this case, the blocking font fetching will not + timeout and wait until a reply is received from the font provider. |
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.
+ */
+ public static final int fontProviderPackage=0x7f010029;
+ /** The query to be sent over to the provider. Refer to your font provider's documentation
+ on the format of this string.
+
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.
+ */
+ public static final int fontProviderQuery=0x7f01002a;
+ /** The style of the given font file. This will be used when the font is being loaded into
+ the font stack and will override any style information in the font's header tables. If
+ unspecified, the value in the font's header tables will be used.
+
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
normal | 0 | |
italic | 1 |
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.
+ */
+ public static final int fontVariationSettings=0x7f010031;
+ /** The weight of the given font file. This will be used when the font is being loaded into
+ the font stack and will override any weight information in the font's header tables. Must
+ be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most
+ common values are 400 for regular weight and 700 for bold weight. If unspecified, the value
+ in the font's header tables will be used.
+
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.
+ */
+ public static final int fontWeight=0x7f010030;
+ /**
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 |
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int keylines=0x7f01001f;
+ /**
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 latLngBoundsNorthEastLatitude=0x7f01001c;
+ /**
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 latLngBoundsNorthEastLongitude=0x7f01001d;
+ /**
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 latLngBoundsSouthWestLatitude=0x7f01001a;
+ /**
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 latLngBoundsSouthWestLongitude=0x7f01001b;
+ /** The id of an anchor view that this view should position relative to.
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int layout_anchor=0x7f010022;
+ /** Specifies how an object should position relative to an anchor, on both the X and Y axes,
+ within its parent's bounds.
+
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of + the child clipped to its container's bounds. + The clip will be based on the vertical gravity: a top gravity will clip the bottom + edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of + the child clipped to its container's bounds. + The clip will be based on the horizontal gravity: a left gravity will clip the right + edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
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.
+ */
+ public static final int layout_behavior=0x7f010021;
+ /** Specifies how this view dodges the inset edges of the CoordinatorLayout.
+
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't dodge any edges |
top | 0x30 | Dodge the top inset edge. |
bottom | 0x50 | Dodge the bottom inset edge. |
left | 0x03 | Dodge the left inset edge. |
right | 0x05 | Dodge the right inset edge. |
start | 0x00800003 | Dodge the start inset edge. |
end | 0x00800005 | Dodge the end inset edge. |
all | 0x77 | Dodge all the inset edges. |
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't inset. |
top | 0x30 | Inset the top edge. |
bottom | 0x50 | Inset the bottom edge. |
left | 0x03 | Inset the left edge. |
right | 0x05 | Inset the right edge. |
start | 0x00800003 | Inset the start edge. |
end | 0x00800005 | Inset the end edge. |
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.
+ */
+ public static final int layout_keyline=0x7f010023;
+ /**
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 liteMode=0x7f01000c;
+ /**
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0 | |
normal | 1 | |
satellite | 2 | |
terrain | 3 | |
hybrid | 4 |
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. + */ + public static final int scopeUris=0x7f010005; + /** Drawable to display behind the status bar when the view is set to draw behind it. +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int statusBarBackground=0x7f010020;
+ /** The index of the font in the tcc font file. If the font file referenced is not in the
+ tcc format, this attribute needs not be specified.
+
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.
+ */
+ public static final int ttcIndex=0x7f010032;
+ /**
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 uiCompass=0x7f01000d;
+ /**
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 uiMapToolbar=0x7f010016;
+ /**
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 uiRotateGestures=0x7f01000e;
+ /**
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 uiScrollGestures=0x7f01000f;
+ /**
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 uiScrollGesturesDuringRotateOrZoom=0x7f010010;
+ /**
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 uiTiltGestures=0x7f010011;
+ /**
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 uiZoomControls=0x7f010012;
+ /**
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 uiZoomGestures=0x7f010013;
+ /**
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 useViewLifecycle=0x7f010014;
+ /**
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 zOrderOnTop=0x7f010015;
+ }
+ public static final class color {
+ public static final int common_google_signin_btn_text_dark=0x7f08000f;
+ public static final int common_google_signin_btn_text_dark_default=0x7f080000;
+ public static final int common_google_signin_btn_text_dark_disabled=0x7f080001;
+ public static final int common_google_signin_btn_text_dark_focused=0x7f080002;
+ public static final int common_google_signin_btn_text_dark_pressed=0x7f080003;
+ public static final int common_google_signin_btn_text_light=0x7f080010;
+ public static final int common_google_signin_btn_text_light_default=0x7f080004;
+ public static final int common_google_signin_btn_text_light_disabled=0x7f080005;
+ public static final int common_google_signin_btn_text_light_focused=0x7f080006;
+ public static final int common_google_signin_btn_text_light_pressed=0x7f080007;
+ public static final int common_google_signin_btn_tint=0x7f080011;
+ public static final int notification_action_color_filter=0x7f08000b;
+ public static final int notification_icon_bg_color=0x7f08000c;
+ public static final int notification_material_background_media_default_color=0x7f080008;
+ public static final int primary_text_default_material_dark=0x7f080009;
+ public static final int ripple_material_light=0x7f08000d;
+ public static final int secondary_text_default_material_dark=0x7f08000a;
+ public static final int secondary_text_default_material_light=0x7f08000e;
+ }
+ public static final class dimen {
+ public static final int compat_button_inset_horizontal_material=0x7f0b0008;
+ public static final int compat_button_inset_vertical_material=0x7f0b0009;
+ public static final int compat_button_padding_horizontal_material=0x7f0b000a;
+ public static final int compat_button_padding_vertical_material=0x7f0b000b;
+ public static final int compat_control_corner_material=0x7f0b000c;
+ public static final int compat_notification_large_icon_max_height=0x7f0b000d;
+ public static final int compat_notification_large_icon_max_width=0x7f0b000e;
+ public static final int notification_action_icon_size=0x7f0b000f;
+ public static final int notification_action_text_size=0x7f0b0010;
+ public static final int notification_big_circle_margin=0x7f0b0011;
+ public static final int notification_content_margin_start=0x7f0b0005;
+ public static final int notification_large_icon_height=0x7f0b0012;
+ public static final int notification_large_icon_width=0x7f0b0013;
+ public static final int notification_main_column_padding_top=0x7f0b0006;
+ public static final int notification_media_narrow_margin=0x7f0b0007;
+ public static final int notification_right_icon_size=0x7f0b0014;
+ public static final int notification_right_side_padding_top=0x7f0b0004;
+ public static final int notification_small_icon_background_padding=0x7f0b0015;
+ public static final int notification_small_icon_size_as_large=0x7f0b0016;
+ public static final int notification_subtext_size=0x7f0b0017;
+ public static final int notification_top_pad=0x7f0b0018;
+ public static final int notification_top_pad_large_text=0x7f0b0019;
+ public static final int subtitle_corner_radius=0x7f0b0000;
+ public static final int subtitle_outline_width=0x7f0b0001;
+ public static final int subtitle_shadow_offset=0x7f0b0002;
+ public static final int subtitle_shadow_radius=0x7f0b0003;
+ }
+ public static final class drawable {
+ public static final int common_full_open_on_phone=0x7f020000;
+ public static final int common_google_signin_btn_icon_dark=0x7f020001;
+ public static final int common_google_signin_btn_icon_dark_focused=0x7f020002;
+ public static final int common_google_signin_btn_icon_dark_normal=0x7f020003;
+ public static final int common_google_signin_btn_icon_dark_normal_background=0x7f020004;
+ public static final int common_google_signin_btn_icon_disabled=0x7f020005;
+ public static final int common_google_signin_btn_icon_light=0x7f020006;
+ public static final int common_google_signin_btn_icon_light_focused=0x7f020007;
+ public static final int common_google_signin_btn_icon_light_normal=0x7f020008;
+ public static final int common_google_signin_btn_icon_light_normal_background=0x7f020009;
+ public static final int common_google_signin_btn_text_dark=0x7f02000a;
+ public static final int common_google_signin_btn_text_dark_focused=0x7f02000b;
+ public static final int common_google_signin_btn_text_dark_normal=0x7f02000c;
+ public static final int common_google_signin_btn_text_dark_normal_background=0x7f02000d;
+ public static final int common_google_signin_btn_text_disabled=0x7f02000e;
+ public static final int common_google_signin_btn_text_light=0x7f02000f;
+ public static final int common_google_signin_btn_text_light_focused=0x7f020010;
+ public static final int common_google_signin_btn_text_light_normal=0x7f020011;
+ public static final int common_google_signin_btn_text_light_normal_background=0x7f020012;
+ public static final int googleg_disabled_color_18=0x7f020013;
+ public static final int googleg_standard_color_18=0x7f020014;
+ public static final int icon=0x7f020015;
+ public static final int notification_action_background=0x7f020016;
+ public static final int notification_bg=0x7f020017;
+ public static final int notification_bg_low=0x7f020018;
+ public static final int notification_bg_low_normal=0x7f020019;
+ public static final int notification_bg_low_pressed=0x7f02001a;
+ public static final int notification_bg_normal=0x7f02001b;
+ public static final int notification_bg_normal_pressed=0x7f02001c;
+ public static final int notification_icon_background=0x7f02001d;
+ public static final int notification_template_icon_bg=0x7f020020;
+ public static final int notification_template_icon_low_bg=0x7f020021;
+ public static final int notification_tile_bg=0x7f02001e;
+ public static final int notify_panel_notification_icon_bg=0x7f02001f;
+ }
+ public static final class id {
+ public static final int accessibility_action_clickable_span=0x7f090002;
+ public static final int accessibility_custom_action_0=0x7f090003;
+ public static final int accessibility_custom_action_1=0x7f090004;
+ public static final int accessibility_custom_action_10=0x7f090005;
+ public static final int accessibility_custom_action_11=0x7f090006;
+ public static final int accessibility_custom_action_12=0x7f090007;
+ public static final int accessibility_custom_action_13=0x7f090008;
+ public static final int accessibility_custom_action_14=0x7f090009;
+ public static final int accessibility_custom_action_15=0x7f09000a;
+ public static final int accessibility_custom_action_16=0x7f09000b;
+ public static final int accessibility_custom_action_17=0x7f09000c;
+ public static final int accessibility_custom_action_18=0x7f09000d;
+ public static final int accessibility_custom_action_19=0x7f09000e;
+ public static final int accessibility_custom_action_2=0x7f09000f;
+ public static final int accessibility_custom_action_20=0x7f090010;
+ public static final int accessibility_custom_action_21=0x7f090011;
+ public static final int accessibility_custom_action_22=0x7f090012;
+ public static final int accessibility_custom_action_23=0x7f090013;
+ public static final int accessibility_custom_action_24=0x7f090014;
+ public static final int accessibility_custom_action_25=0x7f090015;
+ public static final int accessibility_custom_action_26=0x7f090016;
+ public static final int accessibility_custom_action_27=0x7f090017;
+ public static final int accessibility_custom_action_28=0x7f090018;
+ public static final int accessibility_custom_action_29=0x7f090019;
+ public static final int accessibility_custom_action_3=0x7f09001a;
+ public static final int accessibility_custom_action_30=0x7f09001b;
+ public static final int accessibility_custom_action_31=0x7f09001c;
+ public static final int accessibility_custom_action_4=0x7f09001d;
+ public static final int accessibility_custom_action_5=0x7f09001e;
+ public static final int accessibility_custom_action_6=0x7f09001f;
+ public static final int accessibility_custom_action_7=0x7f090020;
+ public static final int accessibility_custom_action_8=0x7f090021;
+ public static final int accessibility_custom_action_9=0x7f090022;
+ public static final int action0=0x7f090054;
+ public static final int action_container=0x7f090051;
+ public static final int action_divider=0x7f090058;
+ public static final int action_image=0x7f090052;
+ public static final int action_text=0x7f090053;
+ public static final int actions=0x7f090062;
+ public static final int adjust_height=0x7f090030;
+ public static final int adjust_width=0x7f090031;
+ public static final int all=0x7f09004b;
+ public static final int async=0x7f09004c;
+ public static final int auto=0x7f090036;
+ public static final int blocking=0x7f09004d;
+ public static final int bottom=0x7f09003d;
+ public static final int cancel_action=0x7f090055;
+ public static final int center=0x7f09003e;
+ public static final int center_horizontal=0x7f09003f;
+ public static final int center_vertical=0x7f090040;
+ public static final int chronometer=0x7f09005d;
+ public static final int clip_horizontal=0x7f090041;
+ public static final int clip_vertical=0x7f090042;
+ public static final int dark=0x7f090037;
+ public static final int dialog_button=0x7f090050;
+ public static final int end=0x7f090043;
+ public static final int end_padder=0x7f090064;
+ public static final int fill=0x7f090044;
+ public static final int fill_horizontal=0x7f090045;
+ public static final int fill_vertical=0x7f090046;
+ public static final int forever=0x7f09004e;
+ public static final int fragment_container_view_tag=0x7f090000;
+ public static final int hybrid=0x7f090039;
+ public static final int icon=0x7f09005f;
+ public static final int icon_group=0x7f090063;
+ public static final int icon_only=0x7f090033;
+ public static final int info=0x7f09005e;
+ public static final int italic=0x7f09004f;
+ public static final int left=0x7f090047;
+ public static final int light=0x7f090038;
+ public static final int line1=0x7f090023;
+ public static final int line3=0x7f090024;
+ public static final int media_actions=0x7f090057;
+ public static final int none=0x7f090032;
+ public static final int normal=0x7f09003a;
+ public static final int notification_background=0x7f090061;
+ public static final int notification_main_column=0x7f09005a;
+ public static final int notification_main_column_container=0x7f090059;
+ public static final int right=0x7f090048;
+ public static final int right_icon=0x7f090060;
+ public static final int right_side=0x7f09005b;
+ public static final int satellite=0x7f09003b;
+ public static final int standard=0x7f090034;
+ public static final int start=0x7f090049;
+ public static final int status_bar_latest_event_content=0x7f090056;
+ public static final int tag_accessibility_actions=0x7f090025;
+ public static final int tag_accessibility_clickable_spans=0x7f090026;
+ public static final int tag_accessibility_heading=0x7f090027;
+ public static final int tag_accessibility_pane_title=0x7f090028;
+ public static final int tag_screen_reader_focusable=0x7f090029;
+ public static final int tag_transition_group=0x7f09002a;
+ public static final int tag_unhandled_key_event_manager=0x7f09002b;
+ public static final int tag_unhandled_key_listeners=0x7f09002c;
+ public static final int terrain=0x7f09003c;
+ public static final int text=0x7f09002d;
+ public static final int text2=0x7f09002e;
+ public static final int time=0x7f09005c;
+ public static final int title=0x7f09002f;
+ public static final int top=0x7f09004a;
+ public static final int visible_removing_fragment_view_tag=0x7f090001;
+ public static final int wide=0x7f090035;
+ }
+ public static final class integer {
+ public static final int cancel_button_image_alpha=0x7f060001;
+ public static final int google_play_services_version=0x7f060000;
+ public static final int status_bar_notification_info_maxnum=0x7f060002;
+ }
+ public static final class layout {
+ public static final int custom_dialog=0x7f040000;
+ public static final int notification_action=0x7f040001;
+ public static final int notification_action_tombstone=0x7f040002;
+ public static final int notification_media_action=0x7f040003;
+ public static final int notification_media_cancel_action=0x7f040004;
+ public static final int notification_template_big_media=0x7f040005;
+ public static final int notification_template_big_media_custom=0x7f040006;
+ public static final int notification_template_big_media_narrow=0x7f040007;
+ public static final int notification_template_big_media_narrow_custom=0x7f040008;
+ public static final int notification_template_custom_big=0x7f040009;
+ public static final int notification_template_icon_group=0x7f04000a;
+ public static final int notification_template_lines_media=0x7f04000b;
+ public static final int notification_template_media=0x7f04000c;
+ public static final int notification_template_media_custom=0x7f04000d;
+ public static final int notification_template_part_chronometer=0x7f04000e;
+ public static final int notification_template_part_time=0x7f04000f;
+ }
+ public static final class mipmap {
+ public static final int background=0x7f030000;
+ public static final int foreground=0x7f030001;
+ public static final int ic_launcher=0x7f030002;
+ }
+ public static final class string {
+ public static final int common_google_play_services_enable_button=0x7f070001;
+ public static final int common_google_play_services_enable_text=0x7f070002;
+ public static final int common_google_play_services_enable_title=0x7f070003;
+ public static final int common_google_play_services_install_button=0x7f070004;
+ public static final int common_google_play_services_install_text=0x7f070005;
+ public static final int common_google_play_services_install_title=0x7f070006;
+ public static final int common_google_play_services_notification_channel_name=0x7f070007;
+ public static final int common_google_play_services_notification_ticker=0x7f070008;
+ public static final int common_google_play_services_unknown_issue=0x7f070000;
+ public static final int common_google_play_services_unsupported_text=0x7f070009;
+ public static final int common_google_play_services_update_button=0x7f07000a;
+ public static final int common_google_play_services_update_text=0x7f07000b;
+ public static final int common_google_play_services_update_title=0x7f07000c;
+ public static final int common_google_play_services_updating_text=0x7f07000d;
+ public static final int common_google_play_services_wear_update_text=0x7f07000e;
+ public static final int common_open_on_phone=0x7f07000f;
+ public static final int common_signin_button_text=0x7f070010;
+ public static final int common_signin_button_text_long=0x7f070011;
+ public static final int status_bar_notification_info_overflow=0x7f070012;
+ }
+ public static final class style {
+ public static final int DarkTheme=0x7f0a000d;
+ public static final int TextAppearance_Compat_Notification=0x7f0a0006;
+ public static final int TextAppearance_Compat_Notification_Info=0x7f0a0007;
+ public static final int TextAppearance_Compat_Notification_Info_Media=0x7f0a0001;
+ public static final int TextAppearance_Compat_Notification_Line2=0x7f0a000c;
+ public static final int TextAppearance_Compat_Notification_Line2_Media=0x7f0a0005;
+ public static final int TextAppearance_Compat_Notification_Media=0x7f0a0002;
+ public static final int TextAppearance_Compat_Notification_Time=0x7f0a0008;
+ public static final int TextAppearance_Compat_Notification_Time_Media=0x7f0a0003;
+ public static final int TextAppearance_Compat_Notification_Title=0x7f0a0009;
+ public static final int TextAppearance_Compat_Notification_Title_Media=0x7f0a0004;
+ public static final int Widget_Compat_NotificationActionContainer=0x7f0a000a;
+ public static final int Widget_Compat_NotificationActionText=0x7f0a000b;
+ public static final int Widget_Support_CoordinatorLayout=0x7f0a0000;
+ }
+ public static final class styleable {
+ /** Attributes that can be used with a ColorStateListItem.
+
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #ColorStateListItem_alpha b4a.rocklogster:alpha} | Alpha multiplier applied to the base color. |
{@link #ColorStateListItem_android_alpha android:alpha} | |
{@link #ColorStateListItem_android_color android:color} | Base color for this state. |
+ @attr description + Alpha multiplier applied to the base color. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:alpha + */ + public static final int ColorStateListItem_alpha = 2; + /** +
This symbol is the offset where the {@link android.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:alpha + */ + public static final int ColorStateListItem_android_alpha = 1; + /** +
+ @attr description + Base color for this state. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#color}. + @attr name android:color + */ + public static final int ColorStateListItem_android_color = 0; + /** Attributes that can be used with a CoordinatorLayout. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #CoordinatorLayout_keylines b4a.rocklogster:keylines} | A reference to an array of integers representing the + locations of horizontal keylines in dp from the starting edge. |
{@link #CoordinatorLayout_statusBarBackground b4a.rocklogster:statusBarBackground} | Drawable to display behind the status bar when the view is set to draw behind it. |
+ @attr description + A reference to an array of integers representing the + locations of horizontal keylines in dp from the starting edge. + Child views can refer to these keylines for alignment using + layout_keyline="index" where index is a 0-based index into + this 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".
+
This is a private symbol. + @attr name b4a.rocklogster:keylines + */ + public static final int CoordinatorLayout_keylines = 0; + /** +
+ @attr description + Drawable to display behind the status bar when the view is set to draw behind it. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This is a private symbol. + @attr name b4a.rocklogster:statusBarBackground + */ + public static final int CoordinatorLayout_statusBarBackground = 1; + /** Attributes that can be used with a CoordinatorLayout_Layout. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity} | |
{@link #CoordinatorLayout_Layout_layout_anchor b4a.rocklogster:layout_anchor} | The id of an anchor view that this view should position relative to. |
{@link #CoordinatorLayout_Layout_layout_anchorGravity b4a.rocklogster:layout_anchorGravity} | Specifies how an object should position relative to an anchor, on both the X and Y axes, + within its parent's bounds. |
{@link #CoordinatorLayout_Layout_layout_behavior b4a.rocklogster:layout_behavior} | The class name of a Behavior class defining special runtime behavior + for this child view. |
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges b4a.rocklogster:layout_dodgeInsetEdges} | Specifies how this view dodges the inset edges of the CoordinatorLayout. |
{@link #CoordinatorLayout_Layout_layout_insetEdge b4a.rocklogster:layout_insetEdge} | Specifies how this view insets the CoordinatorLayout and make some other views + dodge it. |
{@link #CoordinatorLayout_Layout_layout_keyline b4a.rocklogster:layout_keyline} | The index of a keyline this view should position relative to. |
This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + @attr name android:layout_gravity + */ + public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; + /** +
+ @attr description + The id of an anchor view that this view should position relative to. + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:layout_anchor + */ + public static final int CoordinatorLayout_Layout_layout_anchor = 2; + /** +
+ @attr description + Specifies how an object should position relative to an anchor, on both the X and Y axes, + within its parent's bounds. + + +
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of + the child clipped to its container's bounds. + The clip will be based on the vertical gravity: a top gravity will clip the bottom + edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of + the child clipped to its container's bounds. + The clip will be based on the horizontal gravity: a left gravity will clip the right + edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
This is a private symbol. + @attr name b4a.rocklogster:layout_anchorGravity + */ + public static final int CoordinatorLayout_Layout_layout_anchorGravity = 4; + /** +
+ @attr description + The class name of a Behavior class defining special runtime behavior + for this child view. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:layout_behavior + */ + public static final int CoordinatorLayout_Layout_layout_behavior = 1; + /** +
+ @attr description + Specifies how this view dodges the inset edges of the CoordinatorLayout. + + +
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't dodge any edges |
top | 0x30 | Dodge the top inset edge. |
bottom | 0x50 | Dodge the bottom inset edge. |
left | 0x03 | Dodge the left inset edge. |
right | 0x05 | Dodge the right inset edge. |
start | 0x00800003 | Dodge the start inset edge. |
end | 0x00800005 | Dodge the end inset edge. |
all | 0x77 | Dodge all the inset edges. |
This is a private symbol. + @attr name b4a.rocklogster:layout_dodgeInsetEdges + */ + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; + /** +
+ @attr description + Specifies how this view insets the CoordinatorLayout and make some other views + dodge it. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't inset. |
top | 0x30 | Inset the top edge. |
bottom | 0x50 | Inset the bottom edge. |
left | 0x03 | Inset the left edge. |
right | 0x05 | Inset the right edge. |
start | 0x00800003 | Inset the start edge. |
end | 0x00800005 | Inset the end edge. |
This is a private symbol. + @attr name b4a.rocklogster:layout_insetEdge + */ + public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; + /** +
+ @attr description + The index of a keyline this view should position relative to. + android:layout_gravity will affect how the view aligns to the + specified keyline. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:layout_keyline + */ + public static final int CoordinatorLayout_Layout_layout_keyline = 3; + /** Attributes that can be used with a FontFamily. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FontFamily_fontProviderAuthority b4a.rocklogster:fontProviderAuthority} | The authority of the Font Provider to be used for the request. |
{@link #FontFamily_fontProviderCerts b4a.rocklogster:fontProviderCerts} | The sets of hashes for the certificates the provider should be signed with. |
{@link #FontFamily_fontProviderFetchStrategy b4a.rocklogster:fontProviderFetchStrategy} | The strategy to be used when fetching font data from a font provider in XML layouts. |
{@link #FontFamily_fontProviderFetchTimeout b4a.rocklogster:fontProviderFetchTimeout} | The length of the timeout during fetching. |
{@link #FontFamily_fontProviderPackage b4a.rocklogster:fontProviderPackage} | The package for the Font Provider to be used for the request. |
{@link #FontFamily_fontProviderQuery b4a.rocklogster:fontProviderQuery} | The query to be sent over to the provider. |
+ @attr description + The authority of the Font Provider to be used for the request. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderAuthority + */ + public static final int FontFamily_fontProviderAuthority = 0; + /** +
+ @attr description + The sets of hashes for the certificates the provider should be signed with. This is + used to verify the identity of the provider, and is only required if the provider is not + part of the system image. This value may point to one list or a list of lists, where each + individual list represents one collection of signature hashes. Refer to your font provider's + documentation for these values. + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderCerts + */ + public static final int FontFamily_fontProviderCerts = 3; + /** +
+ @attr description + The strategy to be used when fetching font data from a font provider in XML layouts. + This attribute is ignored when the resource is loaded from code, as it is equivalent to the + choice of API between {@link + androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and + {@link + androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)} + (async). + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
blocking | 0 | The blocking font fetch works as follows. + First, check the local cache, then if the requested font is not cached, request the + font from the provider and wait until it is finished. You can change the length of + the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the + default typeface will be used instead. |
async | 1 | The async font fetch works as follows. + First, check the local cache, then if the requeted font is not cached, trigger a + request the font and continue with layout inflation. Once the font fetch succeeds, the + target text view will be refreshed with the downloaded font data. The + fontProviderFetchTimeout will be ignored if async loading is specified. |
This is a private symbol. + @attr name b4a.rocklogster:fontProviderFetchStrategy + */ + public static final int FontFamily_fontProviderFetchStrategy = 4; + /** +
+ @attr description + The length of the timeout during fetching. + + +
May 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.
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
forever | -1 | A special value for the timeout. In this case, the blocking font fetching will not + timeout and wait until a reply is received from the font provider. |
This is a private symbol. + @attr name b4a.rocklogster:fontProviderFetchTimeout + */ + public static final int FontFamily_fontProviderFetchTimeout = 5; + /** +
+ @attr description + The package for the Font Provider to be used for the request. This is used to verify + the identity of the provider. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderPackage + */ + public static final int FontFamily_fontProviderPackage = 1; + /** +
+ @attr description + The query to be sent over to the provider. Refer to your font provider's documentation + on the format of this string. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderQuery + */ + public static final int FontFamily_fontProviderQuery = 2; + /** Attributes that can be used with a FontFamilyFont. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FontFamilyFont_android_font android:font} | |
{@link #FontFamilyFont_android_fontStyle android:fontStyle} | References to the framework attrs |
{@link #FontFamilyFont_android_fontVariationSettings android:fontVariationSettings} | |
{@link #FontFamilyFont_android_fontWeight android:fontWeight} | |
{@link #FontFamilyFont_android_ttcIndex android:ttcIndex} | |
{@link #FontFamilyFont_font b4a.rocklogster:font} | The reference to the font file to be used. |
{@link #FontFamilyFont_fontStyle b4a.rocklogster:fontStyle} | The style of the given font file. |
{@link #FontFamilyFont_fontVariationSettings b4a.rocklogster:fontVariationSettings} | The variation settings to be applied to the font. |
{@link #FontFamilyFont_fontWeight b4a.rocklogster:fontWeight} | The weight of the given font file. |
{@link #FontFamilyFont_ttcIndex b4a.rocklogster:ttcIndex} | The index of the font in the tcc font file. |
This symbol is the offset where the {@link android.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:font + */ + public static final int FontFamilyFont_android_font = 0; + /** +
+ @attr description + References to the framework attrs +
This corresponds to the global attribute + resource symbol {@link android.R.attr#fontStyle}. + @attr name android:fontStyle + */ + public static final int FontFamilyFont_android_fontStyle = 2; + /** +
This symbol is the offset where the {@link android.R.attr#fontVariationSettings} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontVariationSettings + */ + public static final int FontFamilyFont_android_fontVariationSettings = 4; + /** +
This symbol is the offset where the {@link android.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontWeight + */ + public static final int FontFamilyFont_android_fontWeight = 1; + /** +
This symbol is the offset where the {@link android.R.attr#ttcIndex} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:ttcIndex + */ + public static final int FontFamilyFont_android_ttcIndex = 3; + /** +
+ @attr description + The reference to the font file to be used. This should be a file in the res/font folder + and should therefore have an R reference value. E.g. @font/myfont + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:font + */ + public static final int FontFamilyFont_font = 6; + /** +
+ @attr description + The style of the given font file. This will be used when the font is being loaded into + the font stack and will override any style information in the font's header tables. If + unspecified, the value in the font's header tables will be used. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
normal | 0 | |
italic | 1 |
This is a private symbol. + @attr name b4a.rocklogster:fontStyle + */ + public static final int FontFamilyFont_fontStyle = 5; + /** +
+ @attr description + The variation settings to be applied to the font. The string should be in the following + format: "'tag1' value1, 'tag2' value2, ...". If the default variation settings should be + used, or the font used does not support variation settings, this attribute needs not be + specified. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontVariationSettings + */ + public static final int FontFamilyFont_fontVariationSettings = 8; + /** +
+ @attr description + The weight of the given font file. This will be used when the font is being loaded into + the font stack and will override any weight information in the font's header tables. Must + be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most + common values are 400 for regular weight and 700 for bold weight. If unspecified, the value + in the font's header tables will be used. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontWeight + */ + public static final int FontFamilyFont_fontWeight = 7; + /** +
+ @attr description + The index of the font in the tcc font file. If the font file referenced is not in the + tcc format, this attribute needs not be specified. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:ttcIndex + */ + public static final int FontFamilyFont_ttcIndex = 9; + /** Attributes that can be used with a Fragment. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #Fragment_android_id android:id} | |
{@link #Fragment_android_name android:name} | |
{@link #Fragment_android_tag android:tag} |
This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:id + */ + public static final int Fragment_android_id = 1; + /** +
This symbol is the offset where the {@link android.R.attr#name} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:name + */ + public static final int Fragment_android_name = 0; + /** +
This symbol is the offset where the {@link android.R.attr#tag} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:tag + */ + public static final int Fragment_android_tag = 2; + /** Attributes that can be used with a FragmentContainerView. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FragmentContainerView_android_name android:name} | |
{@link #FragmentContainerView_android_tag android:tag} |
This symbol is the offset where the {@link android.R.attr#name} + attribute's value can be found in the {@link #FragmentContainerView} array. + @attr name android:name + */ + public static final int FragmentContainerView_android_name = 0; + /** +
This symbol is the offset where the {@link android.R.attr#tag} + attribute's value can be found in the {@link #FragmentContainerView} array. + @attr name android:tag + */ + public static final int FragmentContainerView_android_tag = 1; + /** Attributes that can be used with a GradientColor. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #GradientColor_android_centerColor android:centerColor} | Optional center color. |
{@link #GradientColor_android_centerX android:centerX} | Only applied to SweepGradient / RadialGradient + X coordinate of the center of the gradient within the path. |
{@link #GradientColor_android_centerY android:centerY} | Y coordinate of the center of the gradient within the path. |
{@link #GradientColor_android_endColor android:endColor} | End color of the gradient. |
{@link #GradientColor_android_endX android:endX} | X coordinate of the end point origin of the gradient. |
{@link #GradientColor_android_endY android:endY} | Y coordinate of the end point of the gradient within the shape. |
{@link #GradientColor_android_gradientRadius android:gradientRadius} | Only applied to RadialGradient + Radius of the gradient, used only with radial gradient. |
{@link #GradientColor_android_startColor android:startColor} | Start color of the gradient. |
{@link #GradientColor_android_startX android:startX} | LinearGradient specific + X coordinate of the start point origin of the gradient. |
{@link #GradientColor_android_startY android:startY} | Y coordinate of the start point of the gradient within the shape. |
{@link #GradientColor_android_tileMode android:tileMode} | Defines the tile mode of the gradient. |
{@link #GradientColor_android_type android:type} | Type of gradient. |
+ @attr description + Optional center color. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerColor}. + @attr name android:centerColor + */ + public static final int GradientColor_android_centerColor = 7; + /** +
+ @attr description + Only applied to SweepGradient / RadialGradient + X coordinate of the center of the gradient within the path. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerX}. + @attr name android:centerX + */ + public static final int GradientColor_android_centerX = 3; + /** +
+ @attr description + Y coordinate of the center of the gradient within the path. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerY}. + @attr name android:centerY + */ + public static final int GradientColor_android_centerY = 4; + /** +
+ @attr description + End color of the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endColor}. + @attr name android:endColor + */ + public static final int GradientColor_android_endColor = 1; + /** +
+ @attr description + X coordinate of the end point origin of the gradient. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endX}. + @attr name android:endX + */ + public static final int GradientColor_android_endX = 10; + /** +
+ @attr description + Y coordinate of the end point of the gradient within the shape. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endY}. + @attr name android:endY + */ + public static final int GradientColor_android_endY = 11; + /** +
+ @attr description + Only applied to RadialGradient + Radius of the gradient, used only with radial gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#gradientRadius}. + @attr name android:gradientRadius + */ + public static final int GradientColor_android_gradientRadius = 5; + /** +
+ @attr description + Start color of the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startColor}. + @attr name android:startColor + */ + public static final int GradientColor_android_startColor = 0; + /** +
+ @attr description + LinearGradient specific + X coordinate of the start point origin of the gradient. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startX}. + @attr name android:startX + */ + public static final int GradientColor_android_startX = 8; + /** +
+ @attr description + Y coordinate of the start point of the gradient within the shape. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startY}. + @attr name android:startY + */ + public static final int GradientColor_android_startY = 9; + /** +
+ @attr description + Defines the tile mode of the gradient. SweepGradient doesn't support tiling. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#tileMode}. + @attr name android:tileMode + */ + public static final int GradientColor_android_tileMode = 6; + /** +
+ @attr description + Type of gradient. The default type is linear. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#type}. + @attr name android:type + */ + public static final int GradientColor_android_type = 2; + /** Attributes that can be used with a GradientColorItem. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #GradientColorItem_android_color android:color} | The current color for the offset inside the gradient. |
{@link #GradientColorItem_android_offset android:offset} | The offset (or ratio) of this current color item inside the gradient. |
+ @attr description + The current color for the offset inside the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#color}. + @attr name android:color + */ + public static final int GradientColorItem_android_color = 0; + /** +
+ @attr description + The offset (or ratio) of this current color item inside the gradient. + The value is only meaningful when it is between 0 and 1. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#offset}. + @attr name android:offset + */ + public static final int GradientColorItem_android_offset = 1; + /** Attributes that can be used with a LoadingImageView. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #LoadingImageView_circleCrop b4a.rocklogster:circleCrop} | |
{@link #LoadingImageView_imageAspectRatio b4a.rocklogster:imageAspectRatio} | |
{@link #LoadingImageView_imageAspectRatioAdjust b4a.rocklogster:imageAspectRatioAdjust} |
This symbol is the offset where the {@link b4a.rocklogster.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 b4a.rocklogster:circleCrop
+ */
+ public static final int LoadingImageView_circleCrop = 2;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.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 b4a.rocklogster:imageAspectRatio
+ */
+ public static final int LoadingImageView_imageAspectRatio = 1;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.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 |
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #MapAttrs_ambientEnabled b4a.rocklogster:ambientEnabled} | |
{@link #MapAttrs_cameraBearing b4a.rocklogster:cameraBearing} | |
{@link #MapAttrs_cameraMaxZoomPreference b4a.rocklogster:cameraMaxZoomPreference} | |
{@link #MapAttrs_cameraMinZoomPreference b4a.rocklogster:cameraMinZoomPreference} | |
{@link #MapAttrs_cameraTargetLat b4a.rocklogster:cameraTargetLat} | |
{@link #MapAttrs_cameraTargetLng b4a.rocklogster:cameraTargetLng} | |
{@link #MapAttrs_cameraTilt b4a.rocklogster:cameraTilt} | |
{@link #MapAttrs_cameraZoom b4a.rocklogster:cameraZoom} | |
{@link #MapAttrs_latLngBoundsNorthEastLatitude b4a.rocklogster:latLngBoundsNorthEastLatitude} | |
{@link #MapAttrs_latLngBoundsNorthEastLongitude b4a.rocklogster:latLngBoundsNorthEastLongitude} | |
{@link #MapAttrs_latLngBoundsSouthWestLatitude b4a.rocklogster:latLngBoundsSouthWestLatitude} | |
{@link #MapAttrs_latLngBoundsSouthWestLongitude b4a.rocklogster:latLngBoundsSouthWestLongitude} | |
{@link #MapAttrs_liteMode b4a.rocklogster:liteMode} | |
{@link #MapAttrs_mapType b4a.rocklogster:mapType} | |
{@link #MapAttrs_uiCompass b4a.rocklogster:uiCompass} | |
{@link #MapAttrs_uiMapToolbar b4a.rocklogster:uiMapToolbar} | |
{@link #MapAttrs_uiRotateGestures b4a.rocklogster:uiRotateGestures} | |
{@link #MapAttrs_uiScrollGestures b4a.rocklogster:uiScrollGestures} | |
{@link #MapAttrs_uiScrollGesturesDuringRotateOrZoom b4a.rocklogster:uiScrollGesturesDuringRotateOrZoom} | |
{@link #MapAttrs_uiTiltGestures b4a.rocklogster:uiTiltGestures} | |
{@link #MapAttrs_uiZoomControls b4a.rocklogster:uiZoomControls} | |
{@link #MapAttrs_uiZoomGestures b4a.rocklogster:uiZoomGestures} | |
{@link #MapAttrs_useViewLifecycle b4a.rocklogster:useViewLifecycle} | |
{@link #MapAttrs_zOrderOnTop b4a.rocklogster:zOrderOnTop} |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#ambientEnabled} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:ambientEnabled
+ */
+ public static final int MapAttrs_ambientEnabled = 17;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraBearing} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraBearing
+ */
+ public static final int MapAttrs_cameraBearing = 1;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraMaxZoomPreference} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraMaxZoomPreference
+ */
+ public static final int MapAttrs_cameraMaxZoomPreference = 19;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraMinZoomPreference} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraMinZoomPreference
+ */
+ public static final int MapAttrs_cameraMinZoomPreference = 18;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTargetLat} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTargetLat
+ */
+ public static final int MapAttrs_cameraTargetLat = 2;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTargetLng} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTargetLng
+ */
+ public static final int MapAttrs_cameraTargetLng = 3;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTilt} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTilt
+ */
+ public static final int MapAttrs_cameraTilt = 4;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraZoom} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraZoom
+ */
+ public static final int MapAttrs_cameraZoom = 5;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsNorthEastLatitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsNorthEastLatitude
+ */
+ public static final int MapAttrs_latLngBoundsNorthEastLatitude = 22;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsNorthEastLongitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsNorthEastLongitude
+ */
+ public static final int MapAttrs_latLngBoundsNorthEastLongitude = 23;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsSouthWestLatitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsSouthWestLatitude
+ */
+ public static final int MapAttrs_latLngBoundsSouthWestLatitude = 20;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsSouthWestLongitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsSouthWestLongitude
+ */
+ public static final int MapAttrs_latLngBoundsSouthWestLongitude = 21;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#liteMode} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:liteMode
+ */
+ public static final int MapAttrs_liteMode = 6;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#mapType} + attribute's value can be found in the {@link #MapAttrs} array. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0 | |
normal | 1 | |
satellite | 2 | |
terrain | 3 | |
hybrid | 4 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiCompass} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiCompass
+ */
+ public static final int MapAttrs_uiCompass = 7;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiMapToolbar} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiMapToolbar
+ */
+ public static final int MapAttrs_uiMapToolbar = 16;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiRotateGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiRotateGestures
+ */
+ public static final int MapAttrs_uiRotateGestures = 8;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiScrollGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiScrollGestures
+ */
+ public static final int MapAttrs_uiScrollGestures = 9;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiScrollGesturesDuringRotateOrZoom} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiScrollGesturesDuringRotateOrZoom
+ */
+ public static final int MapAttrs_uiScrollGesturesDuringRotateOrZoom = 10;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiTiltGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiTiltGestures
+ */
+ public static final int MapAttrs_uiTiltGestures = 11;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiZoomControls} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiZoomControls
+ */
+ public static final int MapAttrs_uiZoomControls = 12;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiZoomGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiZoomGestures
+ */
+ public static final int MapAttrs_uiZoomGestures = 13;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#useViewLifecycle} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:useViewLifecycle
+ */
+ public static final int MapAttrs_useViewLifecycle = 14;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#zOrderOnTop} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:zOrderOnTop
+ */
+ public static final int MapAttrs_zOrderOnTop = 15;
+ /** Attributes that can be used with a SignInButton.
+
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #SignInButton_buttonSize b4a.rocklogster:buttonSize} | |
{@link #SignInButton_colorScheme b4a.rocklogster:colorScheme} | |
{@link #SignInButton_scopeUris b4a.rocklogster:scopeUris} |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#buttonSize} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
standard | 0 | |
wide | 1 | |
icon_only | 2 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#colorScheme} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
dark | 0 | |
light | 1 | |
auto | 2 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#scopeUris} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. + @attr name b4a.rocklogster:scopeUris + */ + public static final int SignInButton_scopeUris = 2; + }; +} diff --git a/Objects/gen/androidx/core/R.java b/Objects/gen/androidx/core/R.java new file mode 100644 index 0000000..fd49566 --- /dev/null +++ b/Objects/gen/androidx/core/R.java @@ -0,0 +1,2150 @@ +/* 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 androidx.core; + +public final class R { + public static final class anim { + public static final int fragment_close_enter=0x7f050000; + public static final int fragment_close_exit=0x7f050001; + public static final int fragment_fade_enter=0x7f050002; + public static final int fragment_fade_exit=0x7f050003; + public static final int fragment_fast_out_extra_slow_in=0x7f050004; + public static final int fragment_open_enter=0x7f050005; + public static final int fragment_open_exit=0x7f050006; + } + public static final class attr { + /** Alpha multiplier applied to the base color. +
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 alpha=0x7f010027;
+ /**
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 ambientEnabled=0x7f010017;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
standard | 0 | |
wide | 1 | |
icon_only | 2 |
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 cameraBearing=0x7f010007;
+ /**
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 cameraMaxZoomPreference=0x7f010019;
+ /**
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 cameraMinZoomPreference=0x7f010018;
+ /**
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 cameraTargetLat=0x7f010008;
+ /**
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 cameraTargetLng=0x7f010009;
+ /**
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 cameraTilt=0x7f01000a;
+ /**
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 cameraZoom=0x7f01000b;
+ /**
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;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
dark | 0 | |
light | 1 | |
auto | 2 |
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int coordinatorLayoutStyle=0x7f01001e;
+ /** The reference to the font file to be used. This should be a file in the res/font folder
+ and should therefore have an R reference value. E.g. @font/myfont
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int font=0x7f01002f;
+ /** The authority of the Font Provider to be used for the request.
+
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.
+ */
+ public static final int fontProviderAuthority=0x7f010028;
+ /** The sets of hashes for the certificates the provider should be signed with. This is
+ used to verify the identity of the provider, and is only required if the provider is not
+ part of the system image. This value may point to one list or a list of lists, where each
+ individual list represents one collection of signature hashes. Refer to your font provider's
+ documentation for these values.
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int fontProviderCerts=0x7f01002b;
+ /** The strategy to be used when fetching font data from a font provider in XML layouts.
+ This attribute is ignored when the resource is loaded from code, as it is equivalent to the
+ choice of API between {@link
+ androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and
+ {@link
+ androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)}
+ (async).
+
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
blocking | 0 | The blocking font fetch works as follows. + First, check the local cache, then if the requested font is not cached, request the + font from the provider and wait until it is finished. You can change the length of + the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the + default typeface will be used instead. |
async | 1 | The async font fetch works as follows. + First, check the local cache, then if the requeted font is not cached, trigger a + request the font and continue with layout inflation. Once the font fetch succeeds, the + target text view will be refreshed with the downloaded font data. The + fontProviderFetchTimeout will be ignored if async loading is specified. |
May 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.
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
forever | -1 | A special value for the timeout. In this case, the blocking font fetching will not + timeout and wait until a reply is received from the font provider. |
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.
+ */
+ public static final int fontProviderPackage=0x7f010029;
+ /** The query to be sent over to the provider. Refer to your font provider's documentation
+ on the format of this string.
+
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.
+ */
+ public static final int fontProviderQuery=0x7f01002a;
+ /** The style of the given font file. This will be used when the font is being loaded into
+ the font stack and will override any style information in the font's header tables. If
+ unspecified, the value in the font's header tables will be used.
+
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
normal | 0 | |
italic | 1 |
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.
+ */
+ public static final int fontVariationSettings=0x7f010031;
+ /** The weight of the given font file. This will be used when the font is being loaded into
+ the font stack and will override any weight information in the font's header tables. Must
+ be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most
+ common values are 400 for regular weight and 700 for bold weight. If unspecified, the value
+ in the font's header tables will be used.
+
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.
+ */
+ public static final int fontWeight=0x7f010030;
+ /**
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 |
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int keylines=0x7f01001f;
+ /**
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 latLngBoundsNorthEastLatitude=0x7f01001c;
+ /**
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 latLngBoundsNorthEastLongitude=0x7f01001d;
+ /**
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 latLngBoundsSouthWestLatitude=0x7f01001a;
+ /**
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 latLngBoundsSouthWestLongitude=0x7f01001b;
+ /** The id of an anchor view that this view should position relative to.
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int layout_anchor=0x7f010022;
+ /** Specifies how an object should position relative to an anchor, on both the X and Y axes,
+ within its parent's bounds.
+
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of + the child clipped to its container's bounds. + The clip will be based on the vertical gravity: a top gravity will clip the bottom + edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of + the child clipped to its container's bounds. + The clip will be based on the horizontal gravity: a left gravity will clip the right + edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
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.
+ */
+ public static final int layout_behavior=0x7f010021;
+ /** Specifies how this view dodges the inset edges of the CoordinatorLayout.
+
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't dodge any edges |
top | 0x30 | Dodge the top inset edge. |
bottom | 0x50 | Dodge the bottom inset edge. |
left | 0x03 | Dodge the left inset edge. |
right | 0x05 | Dodge the right inset edge. |
start | 0x00800003 | Dodge the start inset edge. |
end | 0x00800005 | Dodge the end inset edge. |
all | 0x77 | Dodge all the inset edges. |
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't inset. |
top | 0x30 | Inset the top edge. |
bottom | 0x50 | Inset the bottom edge. |
left | 0x03 | Inset the left edge. |
right | 0x05 | Inset the right edge. |
start | 0x00800003 | Inset the start edge. |
end | 0x00800005 | Inset the end edge. |
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.
+ */
+ public static final int layout_keyline=0x7f010023;
+ /**
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 liteMode=0x7f01000c;
+ /**
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0 | |
normal | 1 | |
satellite | 2 | |
terrain | 3 | |
hybrid | 4 |
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. + */ + public static final int scopeUris=0x7f010005; + /** Drawable to display behind the status bar when the view is set to draw behind it. +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int statusBarBackground=0x7f010020;
+ /** The index of the font in the tcc font file. If the font file referenced is not in the
+ tcc format, this attribute needs not be specified.
+
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.
+ */
+ public static final int ttcIndex=0x7f010032;
+ /**
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 uiCompass=0x7f01000d;
+ /**
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 uiMapToolbar=0x7f010016;
+ /**
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 uiRotateGestures=0x7f01000e;
+ /**
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 uiScrollGestures=0x7f01000f;
+ /**
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 uiScrollGesturesDuringRotateOrZoom=0x7f010010;
+ /**
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 uiTiltGestures=0x7f010011;
+ /**
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 uiZoomControls=0x7f010012;
+ /**
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 uiZoomGestures=0x7f010013;
+ /**
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 useViewLifecycle=0x7f010014;
+ /**
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 zOrderOnTop=0x7f010015;
+ }
+ public static final class color {
+ public static final int common_google_signin_btn_text_dark=0x7f08000f;
+ public static final int common_google_signin_btn_text_dark_default=0x7f080000;
+ public static final int common_google_signin_btn_text_dark_disabled=0x7f080001;
+ public static final int common_google_signin_btn_text_dark_focused=0x7f080002;
+ public static final int common_google_signin_btn_text_dark_pressed=0x7f080003;
+ public static final int common_google_signin_btn_text_light=0x7f080010;
+ public static final int common_google_signin_btn_text_light_default=0x7f080004;
+ public static final int common_google_signin_btn_text_light_disabled=0x7f080005;
+ public static final int common_google_signin_btn_text_light_focused=0x7f080006;
+ public static final int common_google_signin_btn_text_light_pressed=0x7f080007;
+ public static final int common_google_signin_btn_tint=0x7f080011;
+ public static final int notification_action_color_filter=0x7f08000b;
+ public static final int notification_icon_bg_color=0x7f08000c;
+ public static final int notification_material_background_media_default_color=0x7f080008;
+ public static final int primary_text_default_material_dark=0x7f080009;
+ public static final int ripple_material_light=0x7f08000d;
+ public static final int secondary_text_default_material_dark=0x7f08000a;
+ public static final int secondary_text_default_material_light=0x7f08000e;
+ }
+ public static final class dimen {
+ public static final int compat_button_inset_horizontal_material=0x7f0b0008;
+ public static final int compat_button_inset_vertical_material=0x7f0b0009;
+ public static final int compat_button_padding_horizontal_material=0x7f0b000a;
+ public static final int compat_button_padding_vertical_material=0x7f0b000b;
+ public static final int compat_control_corner_material=0x7f0b000c;
+ public static final int compat_notification_large_icon_max_height=0x7f0b000d;
+ public static final int compat_notification_large_icon_max_width=0x7f0b000e;
+ public static final int notification_action_icon_size=0x7f0b000f;
+ public static final int notification_action_text_size=0x7f0b0010;
+ public static final int notification_big_circle_margin=0x7f0b0011;
+ public static final int notification_content_margin_start=0x7f0b0005;
+ public static final int notification_large_icon_height=0x7f0b0012;
+ public static final int notification_large_icon_width=0x7f0b0013;
+ public static final int notification_main_column_padding_top=0x7f0b0006;
+ public static final int notification_media_narrow_margin=0x7f0b0007;
+ public static final int notification_right_icon_size=0x7f0b0014;
+ public static final int notification_right_side_padding_top=0x7f0b0004;
+ public static final int notification_small_icon_background_padding=0x7f0b0015;
+ public static final int notification_small_icon_size_as_large=0x7f0b0016;
+ public static final int notification_subtext_size=0x7f0b0017;
+ public static final int notification_top_pad=0x7f0b0018;
+ public static final int notification_top_pad_large_text=0x7f0b0019;
+ public static final int subtitle_corner_radius=0x7f0b0000;
+ public static final int subtitle_outline_width=0x7f0b0001;
+ public static final int subtitle_shadow_offset=0x7f0b0002;
+ public static final int subtitle_shadow_radius=0x7f0b0003;
+ }
+ public static final class drawable {
+ public static final int common_full_open_on_phone=0x7f020000;
+ public static final int common_google_signin_btn_icon_dark=0x7f020001;
+ public static final int common_google_signin_btn_icon_dark_focused=0x7f020002;
+ public static final int common_google_signin_btn_icon_dark_normal=0x7f020003;
+ public static final int common_google_signin_btn_icon_dark_normal_background=0x7f020004;
+ public static final int common_google_signin_btn_icon_disabled=0x7f020005;
+ public static final int common_google_signin_btn_icon_light=0x7f020006;
+ public static final int common_google_signin_btn_icon_light_focused=0x7f020007;
+ public static final int common_google_signin_btn_icon_light_normal=0x7f020008;
+ public static final int common_google_signin_btn_icon_light_normal_background=0x7f020009;
+ public static final int common_google_signin_btn_text_dark=0x7f02000a;
+ public static final int common_google_signin_btn_text_dark_focused=0x7f02000b;
+ public static final int common_google_signin_btn_text_dark_normal=0x7f02000c;
+ public static final int common_google_signin_btn_text_dark_normal_background=0x7f02000d;
+ public static final int common_google_signin_btn_text_disabled=0x7f02000e;
+ public static final int common_google_signin_btn_text_light=0x7f02000f;
+ public static final int common_google_signin_btn_text_light_focused=0x7f020010;
+ public static final int common_google_signin_btn_text_light_normal=0x7f020011;
+ public static final int common_google_signin_btn_text_light_normal_background=0x7f020012;
+ public static final int googleg_disabled_color_18=0x7f020013;
+ public static final int googleg_standard_color_18=0x7f020014;
+ public static final int icon=0x7f020015;
+ public static final int notification_action_background=0x7f020016;
+ public static final int notification_bg=0x7f020017;
+ public static final int notification_bg_low=0x7f020018;
+ public static final int notification_bg_low_normal=0x7f020019;
+ public static final int notification_bg_low_pressed=0x7f02001a;
+ public static final int notification_bg_normal=0x7f02001b;
+ public static final int notification_bg_normal_pressed=0x7f02001c;
+ public static final int notification_icon_background=0x7f02001d;
+ public static final int notification_template_icon_bg=0x7f020020;
+ public static final int notification_template_icon_low_bg=0x7f020021;
+ public static final int notification_tile_bg=0x7f02001e;
+ public static final int notify_panel_notification_icon_bg=0x7f02001f;
+ }
+ public static final class id {
+ public static final int accessibility_action_clickable_span=0x7f090002;
+ public static final int accessibility_custom_action_0=0x7f090003;
+ public static final int accessibility_custom_action_1=0x7f090004;
+ public static final int accessibility_custom_action_10=0x7f090005;
+ public static final int accessibility_custom_action_11=0x7f090006;
+ public static final int accessibility_custom_action_12=0x7f090007;
+ public static final int accessibility_custom_action_13=0x7f090008;
+ public static final int accessibility_custom_action_14=0x7f090009;
+ public static final int accessibility_custom_action_15=0x7f09000a;
+ public static final int accessibility_custom_action_16=0x7f09000b;
+ public static final int accessibility_custom_action_17=0x7f09000c;
+ public static final int accessibility_custom_action_18=0x7f09000d;
+ public static final int accessibility_custom_action_19=0x7f09000e;
+ public static final int accessibility_custom_action_2=0x7f09000f;
+ public static final int accessibility_custom_action_20=0x7f090010;
+ public static final int accessibility_custom_action_21=0x7f090011;
+ public static final int accessibility_custom_action_22=0x7f090012;
+ public static final int accessibility_custom_action_23=0x7f090013;
+ public static final int accessibility_custom_action_24=0x7f090014;
+ public static final int accessibility_custom_action_25=0x7f090015;
+ public static final int accessibility_custom_action_26=0x7f090016;
+ public static final int accessibility_custom_action_27=0x7f090017;
+ public static final int accessibility_custom_action_28=0x7f090018;
+ public static final int accessibility_custom_action_29=0x7f090019;
+ public static final int accessibility_custom_action_3=0x7f09001a;
+ public static final int accessibility_custom_action_30=0x7f09001b;
+ public static final int accessibility_custom_action_31=0x7f09001c;
+ public static final int accessibility_custom_action_4=0x7f09001d;
+ public static final int accessibility_custom_action_5=0x7f09001e;
+ public static final int accessibility_custom_action_6=0x7f09001f;
+ public static final int accessibility_custom_action_7=0x7f090020;
+ public static final int accessibility_custom_action_8=0x7f090021;
+ public static final int accessibility_custom_action_9=0x7f090022;
+ public static final int action0=0x7f090054;
+ public static final int action_container=0x7f090051;
+ public static final int action_divider=0x7f090058;
+ public static final int action_image=0x7f090052;
+ public static final int action_text=0x7f090053;
+ public static final int actions=0x7f090062;
+ public static final int adjust_height=0x7f090030;
+ public static final int adjust_width=0x7f090031;
+ public static final int all=0x7f09004b;
+ public static final int async=0x7f09004c;
+ public static final int auto=0x7f090036;
+ public static final int blocking=0x7f09004d;
+ public static final int bottom=0x7f09003d;
+ public static final int cancel_action=0x7f090055;
+ public static final int center=0x7f09003e;
+ public static final int center_horizontal=0x7f09003f;
+ public static final int center_vertical=0x7f090040;
+ public static final int chronometer=0x7f09005d;
+ public static final int clip_horizontal=0x7f090041;
+ public static final int clip_vertical=0x7f090042;
+ public static final int dark=0x7f090037;
+ public static final int dialog_button=0x7f090050;
+ public static final int end=0x7f090043;
+ public static final int end_padder=0x7f090064;
+ public static final int fill=0x7f090044;
+ public static final int fill_horizontal=0x7f090045;
+ public static final int fill_vertical=0x7f090046;
+ public static final int forever=0x7f09004e;
+ public static final int fragment_container_view_tag=0x7f090000;
+ public static final int hybrid=0x7f090039;
+ public static final int icon=0x7f09005f;
+ public static final int icon_group=0x7f090063;
+ public static final int icon_only=0x7f090033;
+ public static final int info=0x7f09005e;
+ public static final int italic=0x7f09004f;
+ public static final int left=0x7f090047;
+ public static final int light=0x7f090038;
+ public static final int line1=0x7f090023;
+ public static final int line3=0x7f090024;
+ public static final int media_actions=0x7f090057;
+ public static final int none=0x7f090032;
+ public static final int normal=0x7f09003a;
+ public static final int notification_background=0x7f090061;
+ public static final int notification_main_column=0x7f09005a;
+ public static final int notification_main_column_container=0x7f090059;
+ public static final int right=0x7f090048;
+ public static final int right_icon=0x7f090060;
+ public static final int right_side=0x7f09005b;
+ public static final int satellite=0x7f09003b;
+ public static final int standard=0x7f090034;
+ public static final int start=0x7f090049;
+ public static final int status_bar_latest_event_content=0x7f090056;
+ public static final int tag_accessibility_actions=0x7f090025;
+ public static final int tag_accessibility_clickable_spans=0x7f090026;
+ public static final int tag_accessibility_heading=0x7f090027;
+ public static final int tag_accessibility_pane_title=0x7f090028;
+ public static final int tag_screen_reader_focusable=0x7f090029;
+ public static final int tag_transition_group=0x7f09002a;
+ public static final int tag_unhandled_key_event_manager=0x7f09002b;
+ public static final int tag_unhandled_key_listeners=0x7f09002c;
+ public static final int terrain=0x7f09003c;
+ public static final int text=0x7f09002d;
+ public static final int text2=0x7f09002e;
+ public static final int time=0x7f09005c;
+ public static final int title=0x7f09002f;
+ public static final int top=0x7f09004a;
+ public static final int visible_removing_fragment_view_tag=0x7f090001;
+ public static final int wide=0x7f090035;
+ }
+ public static final class integer {
+ public static final int cancel_button_image_alpha=0x7f060001;
+ public static final int google_play_services_version=0x7f060000;
+ public static final int status_bar_notification_info_maxnum=0x7f060002;
+ }
+ public static final class layout {
+ public static final int custom_dialog=0x7f040000;
+ public static final int notification_action=0x7f040001;
+ public static final int notification_action_tombstone=0x7f040002;
+ public static final int notification_media_action=0x7f040003;
+ public static final int notification_media_cancel_action=0x7f040004;
+ public static final int notification_template_big_media=0x7f040005;
+ public static final int notification_template_big_media_custom=0x7f040006;
+ public static final int notification_template_big_media_narrow=0x7f040007;
+ public static final int notification_template_big_media_narrow_custom=0x7f040008;
+ public static final int notification_template_custom_big=0x7f040009;
+ public static final int notification_template_icon_group=0x7f04000a;
+ public static final int notification_template_lines_media=0x7f04000b;
+ public static final int notification_template_media=0x7f04000c;
+ public static final int notification_template_media_custom=0x7f04000d;
+ public static final int notification_template_part_chronometer=0x7f04000e;
+ public static final int notification_template_part_time=0x7f04000f;
+ }
+ public static final class mipmap {
+ public static final int background=0x7f030000;
+ public static final int foreground=0x7f030001;
+ public static final int ic_launcher=0x7f030002;
+ }
+ public static final class string {
+ public static final int common_google_play_services_enable_button=0x7f070001;
+ public static final int common_google_play_services_enable_text=0x7f070002;
+ public static final int common_google_play_services_enable_title=0x7f070003;
+ public static final int common_google_play_services_install_button=0x7f070004;
+ public static final int common_google_play_services_install_text=0x7f070005;
+ public static final int common_google_play_services_install_title=0x7f070006;
+ public static final int common_google_play_services_notification_channel_name=0x7f070007;
+ public static final int common_google_play_services_notification_ticker=0x7f070008;
+ public static final int common_google_play_services_unknown_issue=0x7f070000;
+ public static final int common_google_play_services_unsupported_text=0x7f070009;
+ public static final int common_google_play_services_update_button=0x7f07000a;
+ public static final int common_google_play_services_update_text=0x7f07000b;
+ public static final int common_google_play_services_update_title=0x7f07000c;
+ public static final int common_google_play_services_updating_text=0x7f07000d;
+ public static final int common_google_play_services_wear_update_text=0x7f07000e;
+ public static final int common_open_on_phone=0x7f07000f;
+ public static final int common_signin_button_text=0x7f070010;
+ public static final int common_signin_button_text_long=0x7f070011;
+ public static final int status_bar_notification_info_overflow=0x7f070012;
+ }
+ public static final class style {
+ public static final int DarkTheme=0x7f0a000d;
+ public static final int TextAppearance_Compat_Notification=0x7f0a0006;
+ public static final int TextAppearance_Compat_Notification_Info=0x7f0a0007;
+ public static final int TextAppearance_Compat_Notification_Info_Media=0x7f0a0001;
+ public static final int TextAppearance_Compat_Notification_Line2=0x7f0a000c;
+ public static final int TextAppearance_Compat_Notification_Line2_Media=0x7f0a0005;
+ public static final int TextAppearance_Compat_Notification_Media=0x7f0a0002;
+ public static final int TextAppearance_Compat_Notification_Time=0x7f0a0008;
+ public static final int TextAppearance_Compat_Notification_Time_Media=0x7f0a0003;
+ public static final int TextAppearance_Compat_Notification_Title=0x7f0a0009;
+ public static final int TextAppearance_Compat_Notification_Title_Media=0x7f0a0004;
+ public static final int Widget_Compat_NotificationActionContainer=0x7f0a000a;
+ public static final int Widget_Compat_NotificationActionText=0x7f0a000b;
+ public static final int Widget_Support_CoordinatorLayout=0x7f0a0000;
+ }
+ public static final class styleable {
+ /** Attributes that can be used with a ColorStateListItem.
+
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #ColorStateListItem_alpha b4a.rocklogster:alpha} | Alpha multiplier applied to the base color. |
{@link #ColorStateListItem_android_alpha android:alpha} | |
{@link #ColorStateListItem_android_color android:color} | Base color for this state. |
+ @attr description + Alpha multiplier applied to the base color. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:alpha + */ + public static final int ColorStateListItem_alpha = 2; + /** +
This symbol is the offset where the {@link android.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:alpha + */ + public static final int ColorStateListItem_android_alpha = 1; + /** +
+ @attr description + Base color for this state. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#color}. + @attr name android:color + */ + public static final int ColorStateListItem_android_color = 0; + /** Attributes that can be used with a CoordinatorLayout. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #CoordinatorLayout_keylines b4a.rocklogster:keylines} | A reference to an array of integers representing the + locations of horizontal keylines in dp from the starting edge. |
{@link #CoordinatorLayout_statusBarBackground b4a.rocklogster:statusBarBackground} | Drawable to display behind the status bar when the view is set to draw behind it. |
+ @attr description + A reference to an array of integers representing the + locations of horizontal keylines in dp from the starting edge. + Child views can refer to these keylines for alignment using + layout_keyline="index" where index is a 0-based index into + this 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".
+
This is a private symbol. + @attr name b4a.rocklogster:keylines + */ + public static final int CoordinatorLayout_keylines = 0; + /** +
+ @attr description + Drawable to display behind the status bar when the view is set to draw behind it. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This is a private symbol. + @attr name b4a.rocklogster:statusBarBackground + */ + public static final int CoordinatorLayout_statusBarBackground = 1; + /** Attributes that can be used with a CoordinatorLayout_Layout. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity} | |
{@link #CoordinatorLayout_Layout_layout_anchor b4a.rocklogster:layout_anchor} | The id of an anchor view that this view should position relative to. |
{@link #CoordinatorLayout_Layout_layout_anchorGravity b4a.rocklogster:layout_anchorGravity} | Specifies how an object should position relative to an anchor, on both the X and Y axes, + within its parent's bounds. |
{@link #CoordinatorLayout_Layout_layout_behavior b4a.rocklogster:layout_behavior} | The class name of a Behavior class defining special runtime behavior + for this child view. |
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges b4a.rocklogster:layout_dodgeInsetEdges} | Specifies how this view dodges the inset edges of the CoordinatorLayout. |
{@link #CoordinatorLayout_Layout_layout_insetEdge b4a.rocklogster:layout_insetEdge} | Specifies how this view insets the CoordinatorLayout and make some other views + dodge it. |
{@link #CoordinatorLayout_Layout_layout_keyline b4a.rocklogster:layout_keyline} | The index of a keyline this view should position relative to. |
This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + @attr name android:layout_gravity + */ + public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; + /** +
+ @attr description + The id of an anchor view that this view should position relative to. + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:layout_anchor + */ + public static final int CoordinatorLayout_Layout_layout_anchor = 2; + /** +
+ @attr description + Specifies how an object should position relative to an anchor, on both the X and Y axes, + within its parent's bounds. + + +
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of + the child clipped to its container's bounds. + The clip will be based on the vertical gravity: a top gravity will clip the bottom + edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of + the child clipped to its container's bounds. + The clip will be based on the horizontal gravity: a left gravity will clip the right + edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
This is a private symbol. + @attr name b4a.rocklogster:layout_anchorGravity + */ + public static final int CoordinatorLayout_Layout_layout_anchorGravity = 4; + /** +
+ @attr description + The class name of a Behavior class defining special runtime behavior + for this child view. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:layout_behavior + */ + public static final int CoordinatorLayout_Layout_layout_behavior = 1; + /** +
+ @attr description + Specifies how this view dodges the inset edges of the CoordinatorLayout. + + +
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't dodge any edges |
top | 0x30 | Dodge the top inset edge. |
bottom | 0x50 | Dodge the bottom inset edge. |
left | 0x03 | Dodge the left inset edge. |
right | 0x05 | Dodge the right inset edge. |
start | 0x00800003 | Dodge the start inset edge. |
end | 0x00800005 | Dodge the end inset edge. |
all | 0x77 | Dodge all the inset edges. |
This is a private symbol. + @attr name b4a.rocklogster:layout_dodgeInsetEdges + */ + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; + /** +
+ @attr description + Specifies how this view insets the CoordinatorLayout and make some other views + dodge it. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't inset. |
top | 0x30 | Inset the top edge. |
bottom | 0x50 | Inset the bottom edge. |
left | 0x03 | Inset the left edge. |
right | 0x05 | Inset the right edge. |
start | 0x00800003 | Inset the start edge. |
end | 0x00800005 | Inset the end edge. |
This is a private symbol. + @attr name b4a.rocklogster:layout_insetEdge + */ + public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; + /** +
+ @attr description + The index of a keyline this view should position relative to. + android:layout_gravity will affect how the view aligns to the + specified keyline. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:layout_keyline + */ + public static final int CoordinatorLayout_Layout_layout_keyline = 3; + /** Attributes that can be used with a FontFamily. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FontFamily_fontProviderAuthority b4a.rocklogster:fontProviderAuthority} | The authority of the Font Provider to be used for the request. |
{@link #FontFamily_fontProviderCerts b4a.rocklogster:fontProviderCerts} | The sets of hashes for the certificates the provider should be signed with. |
{@link #FontFamily_fontProviderFetchStrategy b4a.rocklogster:fontProviderFetchStrategy} | The strategy to be used when fetching font data from a font provider in XML layouts. |
{@link #FontFamily_fontProviderFetchTimeout b4a.rocklogster:fontProviderFetchTimeout} | The length of the timeout during fetching. |
{@link #FontFamily_fontProviderPackage b4a.rocklogster:fontProviderPackage} | The package for the Font Provider to be used for the request. |
{@link #FontFamily_fontProviderQuery b4a.rocklogster:fontProviderQuery} | The query to be sent over to the provider. |
+ @attr description + The authority of the Font Provider to be used for the request. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderAuthority + */ + public static final int FontFamily_fontProviderAuthority = 0; + /** +
+ @attr description + The sets of hashes for the certificates the provider should be signed with. This is + used to verify the identity of the provider, and is only required if the provider is not + part of the system image. This value may point to one list or a list of lists, where each + individual list represents one collection of signature hashes. Refer to your font provider's + documentation for these values. + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderCerts + */ + public static final int FontFamily_fontProviderCerts = 3; + /** +
+ @attr description + The strategy to be used when fetching font data from a font provider in XML layouts. + This attribute is ignored when the resource is loaded from code, as it is equivalent to the + choice of API between {@link + androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and + {@link + androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)} + (async). + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
blocking | 0 | The blocking font fetch works as follows. + First, check the local cache, then if the requested font is not cached, request the + font from the provider and wait until it is finished. You can change the length of + the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the + default typeface will be used instead. |
async | 1 | The async font fetch works as follows. + First, check the local cache, then if the requeted font is not cached, trigger a + request the font and continue with layout inflation. Once the font fetch succeeds, the + target text view will be refreshed with the downloaded font data. The + fontProviderFetchTimeout will be ignored if async loading is specified. |
This is a private symbol. + @attr name b4a.rocklogster:fontProviderFetchStrategy + */ + public static final int FontFamily_fontProviderFetchStrategy = 4; + /** +
+ @attr description + The length of the timeout during fetching. + + +
May 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.
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
forever | -1 | A special value for the timeout. In this case, the blocking font fetching will not + timeout and wait until a reply is received from the font provider. |
This is a private symbol. + @attr name b4a.rocklogster:fontProviderFetchTimeout + */ + public static final int FontFamily_fontProviderFetchTimeout = 5; + /** +
+ @attr description + The package for the Font Provider to be used for the request. This is used to verify + the identity of the provider. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderPackage + */ + public static final int FontFamily_fontProviderPackage = 1; + /** +
+ @attr description + The query to be sent over to the provider. Refer to your font provider's documentation + on the format of this string. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderQuery + */ + public static final int FontFamily_fontProviderQuery = 2; + /** Attributes that can be used with a FontFamilyFont. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FontFamilyFont_android_font android:font} | |
{@link #FontFamilyFont_android_fontStyle android:fontStyle} | References to the framework attrs |
{@link #FontFamilyFont_android_fontVariationSettings android:fontVariationSettings} | |
{@link #FontFamilyFont_android_fontWeight android:fontWeight} | |
{@link #FontFamilyFont_android_ttcIndex android:ttcIndex} | |
{@link #FontFamilyFont_font b4a.rocklogster:font} | The reference to the font file to be used. |
{@link #FontFamilyFont_fontStyle b4a.rocklogster:fontStyle} | The style of the given font file. |
{@link #FontFamilyFont_fontVariationSettings b4a.rocklogster:fontVariationSettings} | The variation settings to be applied to the font. |
{@link #FontFamilyFont_fontWeight b4a.rocklogster:fontWeight} | The weight of the given font file. |
{@link #FontFamilyFont_ttcIndex b4a.rocklogster:ttcIndex} | The index of the font in the tcc font file. |
This symbol is the offset where the {@link android.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:font + */ + public static final int FontFamilyFont_android_font = 0; + /** +
+ @attr description + References to the framework attrs +
This corresponds to the global attribute + resource symbol {@link android.R.attr#fontStyle}. + @attr name android:fontStyle + */ + public static final int FontFamilyFont_android_fontStyle = 2; + /** +
This symbol is the offset where the {@link android.R.attr#fontVariationSettings} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontVariationSettings + */ + public static final int FontFamilyFont_android_fontVariationSettings = 4; + /** +
This symbol is the offset where the {@link android.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontWeight + */ + public static final int FontFamilyFont_android_fontWeight = 1; + /** +
This symbol is the offset where the {@link android.R.attr#ttcIndex} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:ttcIndex + */ + public static final int FontFamilyFont_android_ttcIndex = 3; + /** +
+ @attr description + The reference to the font file to be used. This should be a file in the res/font folder + and should therefore have an R reference value. E.g. @font/myfont + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:font + */ + public static final int FontFamilyFont_font = 6; + /** +
+ @attr description + The style of the given font file. This will be used when the font is being loaded into + the font stack and will override any style information in the font's header tables. If + unspecified, the value in the font's header tables will be used. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
normal | 0 | |
italic | 1 |
This is a private symbol. + @attr name b4a.rocklogster:fontStyle + */ + public static final int FontFamilyFont_fontStyle = 5; + /** +
+ @attr description + The variation settings to be applied to the font. The string should be in the following + format: "'tag1' value1, 'tag2' value2, ...". If the default variation settings should be + used, or the font used does not support variation settings, this attribute needs not be + specified. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontVariationSettings + */ + public static final int FontFamilyFont_fontVariationSettings = 8; + /** +
+ @attr description + The weight of the given font file. This will be used when the font is being loaded into + the font stack and will override any weight information in the font's header tables. Must + be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most + common values are 400 for regular weight and 700 for bold weight. If unspecified, the value + in the font's header tables will be used. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontWeight + */ + public static final int FontFamilyFont_fontWeight = 7; + /** +
+ @attr description + The index of the font in the tcc font file. If the font file referenced is not in the + tcc format, this attribute needs not be specified. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:ttcIndex + */ + public static final int FontFamilyFont_ttcIndex = 9; + /** Attributes that can be used with a Fragment. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #Fragment_android_id android:id} | |
{@link #Fragment_android_name android:name} | |
{@link #Fragment_android_tag android:tag} |
This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:id + */ + public static final int Fragment_android_id = 1; + /** +
This symbol is the offset where the {@link android.R.attr#name} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:name + */ + public static final int Fragment_android_name = 0; + /** +
This symbol is the offset where the {@link android.R.attr#tag} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:tag + */ + public static final int Fragment_android_tag = 2; + /** Attributes that can be used with a FragmentContainerView. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FragmentContainerView_android_name android:name} | |
{@link #FragmentContainerView_android_tag android:tag} |
This symbol is the offset where the {@link android.R.attr#name} + attribute's value can be found in the {@link #FragmentContainerView} array. + @attr name android:name + */ + public static final int FragmentContainerView_android_name = 0; + /** +
This symbol is the offset where the {@link android.R.attr#tag} + attribute's value can be found in the {@link #FragmentContainerView} array. + @attr name android:tag + */ + public static final int FragmentContainerView_android_tag = 1; + /** Attributes that can be used with a GradientColor. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #GradientColor_android_centerColor android:centerColor} | Optional center color. |
{@link #GradientColor_android_centerX android:centerX} | Only applied to SweepGradient / RadialGradient + X coordinate of the center of the gradient within the path. |
{@link #GradientColor_android_centerY android:centerY} | Y coordinate of the center of the gradient within the path. |
{@link #GradientColor_android_endColor android:endColor} | End color of the gradient. |
{@link #GradientColor_android_endX android:endX} | X coordinate of the end point origin of the gradient. |
{@link #GradientColor_android_endY android:endY} | Y coordinate of the end point of the gradient within the shape. |
{@link #GradientColor_android_gradientRadius android:gradientRadius} | Only applied to RadialGradient + Radius of the gradient, used only with radial gradient. |
{@link #GradientColor_android_startColor android:startColor} | Start color of the gradient. |
{@link #GradientColor_android_startX android:startX} | LinearGradient specific + X coordinate of the start point origin of the gradient. |
{@link #GradientColor_android_startY android:startY} | Y coordinate of the start point of the gradient within the shape. |
{@link #GradientColor_android_tileMode android:tileMode} | Defines the tile mode of the gradient. |
{@link #GradientColor_android_type android:type} | Type of gradient. |
+ @attr description + Optional center color. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerColor}. + @attr name android:centerColor + */ + public static final int GradientColor_android_centerColor = 7; + /** +
+ @attr description + Only applied to SweepGradient / RadialGradient + X coordinate of the center of the gradient within the path. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerX}. + @attr name android:centerX + */ + public static final int GradientColor_android_centerX = 3; + /** +
+ @attr description + Y coordinate of the center of the gradient within the path. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerY}. + @attr name android:centerY + */ + public static final int GradientColor_android_centerY = 4; + /** +
+ @attr description + End color of the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endColor}. + @attr name android:endColor + */ + public static final int GradientColor_android_endColor = 1; + /** +
+ @attr description + X coordinate of the end point origin of the gradient. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endX}. + @attr name android:endX + */ + public static final int GradientColor_android_endX = 10; + /** +
+ @attr description + Y coordinate of the end point of the gradient within the shape. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endY}. + @attr name android:endY + */ + public static final int GradientColor_android_endY = 11; + /** +
+ @attr description + Only applied to RadialGradient + Radius of the gradient, used only with radial gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#gradientRadius}. + @attr name android:gradientRadius + */ + public static final int GradientColor_android_gradientRadius = 5; + /** +
+ @attr description + Start color of the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startColor}. + @attr name android:startColor + */ + public static final int GradientColor_android_startColor = 0; + /** +
+ @attr description + LinearGradient specific + X coordinate of the start point origin of the gradient. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startX}. + @attr name android:startX + */ + public static final int GradientColor_android_startX = 8; + /** +
+ @attr description + Y coordinate of the start point of the gradient within the shape. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startY}. + @attr name android:startY + */ + public static final int GradientColor_android_startY = 9; + /** +
+ @attr description + Defines the tile mode of the gradient. SweepGradient doesn't support tiling. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#tileMode}. + @attr name android:tileMode + */ + public static final int GradientColor_android_tileMode = 6; + /** +
+ @attr description + Type of gradient. The default type is linear. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#type}. + @attr name android:type + */ + public static final int GradientColor_android_type = 2; + /** Attributes that can be used with a GradientColorItem. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #GradientColorItem_android_color android:color} | The current color for the offset inside the gradient. |
{@link #GradientColorItem_android_offset android:offset} | The offset (or ratio) of this current color item inside the gradient. |
+ @attr description + The current color for the offset inside the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#color}. + @attr name android:color + */ + public static final int GradientColorItem_android_color = 0; + /** +
+ @attr description + The offset (or ratio) of this current color item inside the gradient. + The value is only meaningful when it is between 0 and 1. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#offset}. + @attr name android:offset + */ + public static final int GradientColorItem_android_offset = 1; + /** Attributes that can be used with a LoadingImageView. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #LoadingImageView_circleCrop b4a.rocklogster:circleCrop} | |
{@link #LoadingImageView_imageAspectRatio b4a.rocklogster:imageAspectRatio} | |
{@link #LoadingImageView_imageAspectRatioAdjust b4a.rocklogster:imageAspectRatioAdjust} |
This symbol is the offset where the {@link b4a.rocklogster.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 b4a.rocklogster:circleCrop
+ */
+ public static final int LoadingImageView_circleCrop = 2;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.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 b4a.rocklogster:imageAspectRatio
+ */
+ public static final int LoadingImageView_imageAspectRatio = 1;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.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 |
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #MapAttrs_ambientEnabled b4a.rocklogster:ambientEnabled} | |
{@link #MapAttrs_cameraBearing b4a.rocklogster:cameraBearing} | |
{@link #MapAttrs_cameraMaxZoomPreference b4a.rocklogster:cameraMaxZoomPreference} | |
{@link #MapAttrs_cameraMinZoomPreference b4a.rocklogster:cameraMinZoomPreference} | |
{@link #MapAttrs_cameraTargetLat b4a.rocklogster:cameraTargetLat} | |
{@link #MapAttrs_cameraTargetLng b4a.rocklogster:cameraTargetLng} | |
{@link #MapAttrs_cameraTilt b4a.rocklogster:cameraTilt} | |
{@link #MapAttrs_cameraZoom b4a.rocklogster:cameraZoom} | |
{@link #MapAttrs_latLngBoundsNorthEastLatitude b4a.rocklogster:latLngBoundsNorthEastLatitude} | |
{@link #MapAttrs_latLngBoundsNorthEastLongitude b4a.rocklogster:latLngBoundsNorthEastLongitude} | |
{@link #MapAttrs_latLngBoundsSouthWestLatitude b4a.rocklogster:latLngBoundsSouthWestLatitude} | |
{@link #MapAttrs_latLngBoundsSouthWestLongitude b4a.rocklogster:latLngBoundsSouthWestLongitude} | |
{@link #MapAttrs_liteMode b4a.rocklogster:liteMode} | |
{@link #MapAttrs_mapType b4a.rocklogster:mapType} | |
{@link #MapAttrs_uiCompass b4a.rocklogster:uiCompass} | |
{@link #MapAttrs_uiMapToolbar b4a.rocklogster:uiMapToolbar} | |
{@link #MapAttrs_uiRotateGestures b4a.rocklogster:uiRotateGestures} | |
{@link #MapAttrs_uiScrollGestures b4a.rocklogster:uiScrollGestures} | |
{@link #MapAttrs_uiScrollGesturesDuringRotateOrZoom b4a.rocklogster:uiScrollGesturesDuringRotateOrZoom} | |
{@link #MapAttrs_uiTiltGestures b4a.rocklogster:uiTiltGestures} | |
{@link #MapAttrs_uiZoomControls b4a.rocklogster:uiZoomControls} | |
{@link #MapAttrs_uiZoomGestures b4a.rocklogster:uiZoomGestures} | |
{@link #MapAttrs_useViewLifecycle b4a.rocklogster:useViewLifecycle} | |
{@link #MapAttrs_zOrderOnTop b4a.rocklogster:zOrderOnTop} |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#ambientEnabled} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:ambientEnabled
+ */
+ public static final int MapAttrs_ambientEnabled = 17;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraBearing} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraBearing
+ */
+ public static final int MapAttrs_cameraBearing = 1;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraMaxZoomPreference} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraMaxZoomPreference
+ */
+ public static final int MapAttrs_cameraMaxZoomPreference = 19;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraMinZoomPreference} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraMinZoomPreference
+ */
+ public static final int MapAttrs_cameraMinZoomPreference = 18;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTargetLat} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTargetLat
+ */
+ public static final int MapAttrs_cameraTargetLat = 2;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTargetLng} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTargetLng
+ */
+ public static final int MapAttrs_cameraTargetLng = 3;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTilt} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTilt
+ */
+ public static final int MapAttrs_cameraTilt = 4;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraZoom} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraZoom
+ */
+ public static final int MapAttrs_cameraZoom = 5;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsNorthEastLatitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsNorthEastLatitude
+ */
+ public static final int MapAttrs_latLngBoundsNorthEastLatitude = 22;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsNorthEastLongitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsNorthEastLongitude
+ */
+ public static final int MapAttrs_latLngBoundsNorthEastLongitude = 23;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsSouthWestLatitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsSouthWestLatitude
+ */
+ public static final int MapAttrs_latLngBoundsSouthWestLatitude = 20;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsSouthWestLongitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsSouthWestLongitude
+ */
+ public static final int MapAttrs_latLngBoundsSouthWestLongitude = 21;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#liteMode} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:liteMode
+ */
+ public static final int MapAttrs_liteMode = 6;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#mapType} + attribute's value can be found in the {@link #MapAttrs} array. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0 | |
normal | 1 | |
satellite | 2 | |
terrain | 3 | |
hybrid | 4 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiCompass} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiCompass
+ */
+ public static final int MapAttrs_uiCompass = 7;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiMapToolbar} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiMapToolbar
+ */
+ public static final int MapAttrs_uiMapToolbar = 16;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiRotateGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiRotateGestures
+ */
+ public static final int MapAttrs_uiRotateGestures = 8;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiScrollGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiScrollGestures
+ */
+ public static final int MapAttrs_uiScrollGestures = 9;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiScrollGesturesDuringRotateOrZoom} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiScrollGesturesDuringRotateOrZoom
+ */
+ public static final int MapAttrs_uiScrollGesturesDuringRotateOrZoom = 10;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiTiltGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiTiltGestures
+ */
+ public static final int MapAttrs_uiTiltGestures = 11;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiZoomControls} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiZoomControls
+ */
+ public static final int MapAttrs_uiZoomControls = 12;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiZoomGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiZoomGestures
+ */
+ public static final int MapAttrs_uiZoomGestures = 13;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#useViewLifecycle} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:useViewLifecycle
+ */
+ public static final int MapAttrs_useViewLifecycle = 14;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#zOrderOnTop} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:zOrderOnTop
+ */
+ public static final int MapAttrs_zOrderOnTop = 15;
+ /** Attributes that can be used with a SignInButton.
+
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #SignInButton_buttonSize b4a.rocklogster:buttonSize} | |
{@link #SignInButton_colorScheme b4a.rocklogster:colorScheme} | |
{@link #SignInButton_scopeUris b4a.rocklogster:scopeUris} |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#buttonSize} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
standard | 0 | |
wide | 1 | |
icon_only | 2 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#colorScheme} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
dark | 0 | |
light | 1 | |
auto | 2 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#scopeUris} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. + @attr name b4a.rocklogster:scopeUris + */ + public static final int SignInButton_scopeUris = 2; + }; +} diff --git a/Objects/gen/androidx/fragment/R.java b/Objects/gen/androidx/fragment/R.java new file mode 100644 index 0000000..2d5547f --- /dev/null +++ b/Objects/gen/androidx/fragment/R.java @@ -0,0 +1,2150 @@ +/* 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 androidx.fragment; + +public final class R { + public static final class anim { + public static final int fragment_close_enter=0x7f050000; + public static final int fragment_close_exit=0x7f050001; + public static final int fragment_fade_enter=0x7f050002; + public static final int fragment_fade_exit=0x7f050003; + public static final int fragment_fast_out_extra_slow_in=0x7f050004; + public static final int fragment_open_enter=0x7f050005; + public static final int fragment_open_exit=0x7f050006; + } + public static final class attr { + /** Alpha multiplier applied to the base color. +
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 alpha=0x7f010027;
+ /**
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 ambientEnabled=0x7f010017;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
standard | 0 | |
wide | 1 | |
icon_only | 2 |
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 cameraBearing=0x7f010007;
+ /**
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 cameraMaxZoomPreference=0x7f010019;
+ /**
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 cameraMinZoomPreference=0x7f010018;
+ /**
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 cameraTargetLat=0x7f010008;
+ /**
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 cameraTargetLng=0x7f010009;
+ /**
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 cameraTilt=0x7f01000a;
+ /**
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 cameraZoom=0x7f01000b;
+ /**
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;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
dark | 0 | |
light | 1 | |
auto | 2 |
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int coordinatorLayoutStyle=0x7f01001e;
+ /** The reference to the font file to be used. This should be a file in the res/font folder
+ and should therefore have an R reference value. E.g. @font/myfont
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int font=0x7f01002f;
+ /** The authority of the Font Provider to be used for the request.
+
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.
+ */
+ public static final int fontProviderAuthority=0x7f010028;
+ /** The sets of hashes for the certificates the provider should be signed with. This is
+ used to verify the identity of the provider, and is only required if the provider is not
+ part of the system image. This value may point to one list or a list of lists, where each
+ individual list represents one collection of signature hashes. Refer to your font provider's
+ documentation for these values.
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int fontProviderCerts=0x7f01002b;
+ /** The strategy to be used when fetching font data from a font provider in XML layouts.
+ This attribute is ignored when the resource is loaded from code, as it is equivalent to the
+ choice of API between {@link
+ androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and
+ {@link
+ androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)}
+ (async).
+
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
blocking | 0 | The blocking font fetch works as follows. + First, check the local cache, then if the requested font is not cached, request the + font from the provider and wait until it is finished. You can change the length of + the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the + default typeface will be used instead. |
async | 1 | The async font fetch works as follows. + First, check the local cache, then if the requeted font is not cached, trigger a + request the font and continue with layout inflation. Once the font fetch succeeds, the + target text view will be refreshed with the downloaded font data. The + fontProviderFetchTimeout will be ignored if async loading is specified. |
May 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.
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
forever | -1 | A special value for the timeout. In this case, the blocking font fetching will not + timeout and wait until a reply is received from the font provider. |
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.
+ */
+ public static final int fontProviderPackage=0x7f010029;
+ /** The query to be sent over to the provider. Refer to your font provider's documentation
+ on the format of this string.
+
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.
+ */
+ public static final int fontProviderQuery=0x7f01002a;
+ /** The style of the given font file. This will be used when the font is being loaded into
+ the font stack and will override any style information in the font's header tables. If
+ unspecified, the value in the font's header tables will be used.
+
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
normal | 0 | |
italic | 1 |
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.
+ */
+ public static final int fontVariationSettings=0x7f010031;
+ /** The weight of the given font file. This will be used when the font is being loaded into
+ the font stack and will override any weight information in the font's header tables. Must
+ be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most
+ common values are 400 for regular weight and 700 for bold weight. If unspecified, the value
+ in the font's header tables will be used.
+
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.
+ */
+ public static final int fontWeight=0x7f010030;
+ /**
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 |
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int keylines=0x7f01001f;
+ /**
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 latLngBoundsNorthEastLatitude=0x7f01001c;
+ /**
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 latLngBoundsNorthEastLongitude=0x7f01001d;
+ /**
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 latLngBoundsSouthWestLatitude=0x7f01001a;
+ /**
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 latLngBoundsSouthWestLongitude=0x7f01001b;
+ /** The id of an anchor view that this view should position relative to.
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int layout_anchor=0x7f010022;
+ /** Specifies how an object should position relative to an anchor, on both the X and Y axes,
+ within its parent's bounds.
+
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of + the child clipped to its container's bounds. + The clip will be based on the vertical gravity: a top gravity will clip the bottom + edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of + the child clipped to its container's bounds. + The clip will be based on the horizontal gravity: a left gravity will clip the right + edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
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.
+ */
+ public static final int layout_behavior=0x7f010021;
+ /** Specifies how this view dodges the inset edges of the CoordinatorLayout.
+
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't dodge any edges |
top | 0x30 | Dodge the top inset edge. |
bottom | 0x50 | Dodge the bottom inset edge. |
left | 0x03 | Dodge the left inset edge. |
right | 0x05 | Dodge the right inset edge. |
start | 0x00800003 | Dodge the start inset edge. |
end | 0x00800005 | Dodge the end inset edge. |
all | 0x77 | Dodge all the inset edges. |
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't inset. |
top | 0x30 | Inset the top edge. |
bottom | 0x50 | Inset the bottom edge. |
left | 0x03 | Inset the left edge. |
right | 0x05 | Inset the right edge. |
start | 0x00800003 | Inset the start edge. |
end | 0x00800005 | Inset the end edge. |
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.
+ */
+ public static final int layout_keyline=0x7f010023;
+ /**
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 liteMode=0x7f01000c;
+ /**
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0 | |
normal | 1 | |
satellite | 2 | |
terrain | 3 | |
hybrid | 4 |
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. + */ + public static final int scopeUris=0x7f010005; + /** Drawable to display behind the status bar when the view is set to draw behind it. +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int statusBarBackground=0x7f010020;
+ /** The index of the font in the tcc font file. If the font file referenced is not in the
+ tcc format, this attribute needs not be specified.
+
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.
+ */
+ public static final int ttcIndex=0x7f010032;
+ /**
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 uiCompass=0x7f01000d;
+ /**
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 uiMapToolbar=0x7f010016;
+ /**
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 uiRotateGestures=0x7f01000e;
+ /**
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 uiScrollGestures=0x7f01000f;
+ /**
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 uiScrollGesturesDuringRotateOrZoom=0x7f010010;
+ /**
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 uiTiltGestures=0x7f010011;
+ /**
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 uiZoomControls=0x7f010012;
+ /**
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 uiZoomGestures=0x7f010013;
+ /**
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 useViewLifecycle=0x7f010014;
+ /**
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 zOrderOnTop=0x7f010015;
+ }
+ public static final class color {
+ public static final int common_google_signin_btn_text_dark=0x7f08000f;
+ public static final int common_google_signin_btn_text_dark_default=0x7f080000;
+ public static final int common_google_signin_btn_text_dark_disabled=0x7f080001;
+ public static final int common_google_signin_btn_text_dark_focused=0x7f080002;
+ public static final int common_google_signin_btn_text_dark_pressed=0x7f080003;
+ public static final int common_google_signin_btn_text_light=0x7f080010;
+ public static final int common_google_signin_btn_text_light_default=0x7f080004;
+ public static final int common_google_signin_btn_text_light_disabled=0x7f080005;
+ public static final int common_google_signin_btn_text_light_focused=0x7f080006;
+ public static final int common_google_signin_btn_text_light_pressed=0x7f080007;
+ public static final int common_google_signin_btn_tint=0x7f080011;
+ public static final int notification_action_color_filter=0x7f08000b;
+ public static final int notification_icon_bg_color=0x7f08000c;
+ public static final int notification_material_background_media_default_color=0x7f080008;
+ public static final int primary_text_default_material_dark=0x7f080009;
+ public static final int ripple_material_light=0x7f08000d;
+ public static final int secondary_text_default_material_dark=0x7f08000a;
+ public static final int secondary_text_default_material_light=0x7f08000e;
+ }
+ public static final class dimen {
+ public static final int compat_button_inset_horizontal_material=0x7f0b0008;
+ public static final int compat_button_inset_vertical_material=0x7f0b0009;
+ public static final int compat_button_padding_horizontal_material=0x7f0b000a;
+ public static final int compat_button_padding_vertical_material=0x7f0b000b;
+ public static final int compat_control_corner_material=0x7f0b000c;
+ public static final int compat_notification_large_icon_max_height=0x7f0b000d;
+ public static final int compat_notification_large_icon_max_width=0x7f0b000e;
+ public static final int notification_action_icon_size=0x7f0b000f;
+ public static final int notification_action_text_size=0x7f0b0010;
+ public static final int notification_big_circle_margin=0x7f0b0011;
+ public static final int notification_content_margin_start=0x7f0b0005;
+ public static final int notification_large_icon_height=0x7f0b0012;
+ public static final int notification_large_icon_width=0x7f0b0013;
+ public static final int notification_main_column_padding_top=0x7f0b0006;
+ public static final int notification_media_narrow_margin=0x7f0b0007;
+ public static final int notification_right_icon_size=0x7f0b0014;
+ public static final int notification_right_side_padding_top=0x7f0b0004;
+ public static final int notification_small_icon_background_padding=0x7f0b0015;
+ public static final int notification_small_icon_size_as_large=0x7f0b0016;
+ public static final int notification_subtext_size=0x7f0b0017;
+ public static final int notification_top_pad=0x7f0b0018;
+ public static final int notification_top_pad_large_text=0x7f0b0019;
+ public static final int subtitle_corner_radius=0x7f0b0000;
+ public static final int subtitle_outline_width=0x7f0b0001;
+ public static final int subtitle_shadow_offset=0x7f0b0002;
+ public static final int subtitle_shadow_radius=0x7f0b0003;
+ }
+ public static final class drawable {
+ public static final int common_full_open_on_phone=0x7f020000;
+ public static final int common_google_signin_btn_icon_dark=0x7f020001;
+ public static final int common_google_signin_btn_icon_dark_focused=0x7f020002;
+ public static final int common_google_signin_btn_icon_dark_normal=0x7f020003;
+ public static final int common_google_signin_btn_icon_dark_normal_background=0x7f020004;
+ public static final int common_google_signin_btn_icon_disabled=0x7f020005;
+ public static final int common_google_signin_btn_icon_light=0x7f020006;
+ public static final int common_google_signin_btn_icon_light_focused=0x7f020007;
+ public static final int common_google_signin_btn_icon_light_normal=0x7f020008;
+ public static final int common_google_signin_btn_icon_light_normal_background=0x7f020009;
+ public static final int common_google_signin_btn_text_dark=0x7f02000a;
+ public static final int common_google_signin_btn_text_dark_focused=0x7f02000b;
+ public static final int common_google_signin_btn_text_dark_normal=0x7f02000c;
+ public static final int common_google_signin_btn_text_dark_normal_background=0x7f02000d;
+ public static final int common_google_signin_btn_text_disabled=0x7f02000e;
+ public static final int common_google_signin_btn_text_light=0x7f02000f;
+ public static final int common_google_signin_btn_text_light_focused=0x7f020010;
+ public static final int common_google_signin_btn_text_light_normal=0x7f020011;
+ public static final int common_google_signin_btn_text_light_normal_background=0x7f020012;
+ public static final int googleg_disabled_color_18=0x7f020013;
+ public static final int googleg_standard_color_18=0x7f020014;
+ public static final int icon=0x7f020015;
+ public static final int notification_action_background=0x7f020016;
+ public static final int notification_bg=0x7f020017;
+ public static final int notification_bg_low=0x7f020018;
+ public static final int notification_bg_low_normal=0x7f020019;
+ public static final int notification_bg_low_pressed=0x7f02001a;
+ public static final int notification_bg_normal=0x7f02001b;
+ public static final int notification_bg_normal_pressed=0x7f02001c;
+ public static final int notification_icon_background=0x7f02001d;
+ public static final int notification_template_icon_bg=0x7f020020;
+ public static final int notification_template_icon_low_bg=0x7f020021;
+ public static final int notification_tile_bg=0x7f02001e;
+ public static final int notify_panel_notification_icon_bg=0x7f02001f;
+ }
+ public static final class id {
+ public static final int accessibility_action_clickable_span=0x7f090002;
+ public static final int accessibility_custom_action_0=0x7f090003;
+ public static final int accessibility_custom_action_1=0x7f090004;
+ public static final int accessibility_custom_action_10=0x7f090005;
+ public static final int accessibility_custom_action_11=0x7f090006;
+ public static final int accessibility_custom_action_12=0x7f090007;
+ public static final int accessibility_custom_action_13=0x7f090008;
+ public static final int accessibility_custom_action_14=0x7f090009;
+ public static final int accessibility_custom_action_15=0x7f09000a;
+ public static final int accessibility_custom_action_16=0x7f09000b;
+ public static final int accessibility_custom_action_17=0x7f09000c;
+ public static final int accessibility_custom_action_18=0x7f09000d;
+ public static final int accessibility_custom_action_19=0x7f09000e;
+ public static final int accessibility_custom_action_2=0x7f09000f;
+ public static final int accessibility_custom_action_20=0x7f090010;
+ public static final int accessibility_custom_action_21=0x7f090011;
+ public static final int accessibility_custom_action_22=0x7f090012;
+ public static final int accessibility_custom_action_23=0x7f090013;
+ public static final int accessibility_custom_action_24=0x7f090014;
+ public static final int accessibility_custom_action_25=0x7f090015;
+ public static final int accessibility_custom_action_26=0x7f090016;
+ public static final int accessibility_custom_action_27=0x7f090017;
+ public static final int accessibility_custom_action_28=0x7f090018;
+ public static final int accessibility_custom_action_29=0x7f090019;
+ public static final int accessibility_custom_action_3=0x7f09001a;
+ public static final int accessibility_custom_action_30=0x7f09001b;
+ public static final int accessibility_custom_action_31=0x7f09001c;
+ public static final int accessibility_custom_action_4=0x7f09001d;
+ public static final int accessibility_custom_action_5=0x7f09001e;
+ public static final int accessibility_custom_action_6=0x7f09001f;
+ public static final int accessibility_custom_action_7=0x7f090020;
+ public static final int accessibility_custom_action_8=0x7f090021;
+ public static final int accessibility_custom_action_9=0x7f090022;
+ public static final int action0=0x7f090054;
+ public static final int action_container=0x7f090051;
+ public static final int action_divider=0x7f090058;
+ public static final int action_image=0x7f090052;
+ public static final int action_text=0x7f090053;
+ public static final int actions=0x7f090062;
+ public static final int adjust_height=0x7f090030;
+ public static final int adjust_width=0x7f090031;
+ public static final int all=0x7f09004b;
+ public static final int async=0x7f09004c;
+ public static final int auto=0x7f090036;
+ public static final int blocking=0x7f09004d;
+ public static final int bottom=0x7f09003d;
+ public static final int cancel_action=0x7f090055;
+ public static final int center=0x7f09003e;
+ public static final int center_horizontal=0x7f09003f;
+ public static final int center_vertical=0x7f090040;
+ public static final int chronometer=0x7f09005d;
+ public static final int clip_horizontal=0x7f090041;
+ public static final int clip_vertical=0x7f090042;
+ public static final int dark=0x7f090037;
+ public static final int dialog_button=0x7f090050;
+ public static final int end=0x7f090043;
+ public static final int end_padder=0x7f090064;
+ public static final int fill=0x7f090044;
+ public static final int fill_horizontal=0x7f090045;
+ public static final int fill_vertical=0x7f090046;
+ public static final int forever=0x7f09004e;
+ public static final int fragment_container_view_tag=0x7f090000;
+ public static final int hybrid=0x7f090039;
+ public static final int icon=0x7f09005f;
+ public static final int icon_group=0x7f090063;
+ public static final int icon_only=0x7f090033;
+ public static final int info=0x7f09005e;
+ public static final int italic=0x7f09004f;
+ public static final int left=0x7f090047;
+ public static final int light=0x7f090038;
+ public static final int line1=0x7f090023;
+ public static final int line3=0x7f090024;
+ public static final int media_actions=0x7f090057;
+ public static final int none=0x7f090032;
+ public static final int normal=0x7f09003a;
+ public static final int notification_background=0x7f090061;
+ public static final int notification_main_column=0x7f09005a;
+ public static final int notification_main_column_container=0x7f090059;
+ public static final int right=0x7f090048;
+ public static final int right_icon=0x7f090060;
+ public static final int right_side=0x7f09005b;
+ public static final int satellite=0x7f09003b;
+ public static final int standard=0x7f090034;
+ public static final int start=0x7f090049;
+ public static final int status_bar_latest_event_content=0x7f090056;
+ public static final int tag_accessibility_actions=0x7f090025;
+ public static final int tag_accessibility_clickable_spans=0x7f090026;
+ public static final int tag_accessibility_heading=0x7f090027;
+ public static final int tag_accessibility_pane_title=0x7f090028;
+ public static final int tag_screen_reader_focusable=0x7f090029;
+ public static final int tag_transition_group=0x7f09002a;
+ public static final int tag_unhandled_key_event_manager=0x7f09002b;
+ public static final int tag_unhandled_key_listeners=0x7f09002c;
+ public static final int terrain=0x7f09003c;
+ public static final int text=0x7f09002d;
+ public static final int text2=0x7f09002e;
+ public static final int time=0x7f09005c;
+ public static final int title=0x7f09002f;
+ public static final int top=0x7f09004a;
+ public static final int visible_removing_fragment_view_tag=0x7f090001;
+ public static final int wide=0x7f090035;
+ }
+ public static final class integer {
+ public static final int cancel_button_image_alpha=0x7f060001;
+ public static final int google_play_services_version=0x7f060000;
+ public static final int status_bar_notification_info_maxnum=0x7f060002;
+ }
+ public static final class layout {
+ public static final int custom_dialog=0x7f040000;
+ public static final int notification_action=0x7f040001;
+ public static final int notification_action_tombstone=0x7f040002;
+ public static final int notification_media_action=0x7f040003;
+ public static final int notification_media_cancel_action=0x7f040004;
+ public static final int notification_template_big_media=0x7f040005;
+ public static final int notification_template_big_media_custom=0x7f040006;
+ public static final int notification_template_big_media_narrow=0x7f040007;
+ public static final int notification_template_big_media_narrow_custom=0x7f040008;
+ public static final int notification_template_custom_big=0x7f040009;
+ public static final int notification_template_icon_group=0x7f04000a;
+ public static final int notification_template_lines_media=0x7f04000b;
+ public static final int notification_template_media=0x7f04000c;
+ public static final int notification_template_media_custom=0x7f04000d;
+ public static final int notification_template_part_chronometer=0x7f04000e;
+ public static final int notification_template_part_time=0x7f04000f;
+ }
+ public static final class mipmap {
+ public static final int background=0x7f030000;
+ public static final int foreground=0x7f030001;
+ public static final int ic_launcher=0x7f030002;
+ }
+ public static final class string {
+ public static final int common_google_play_services_enable_button=0x7f070001;
+ public static final int common_google_play_services_enable_text=0x7f070002;
+ public static final int common_google_play_services_enable_title=0x7f070003;
+ public static final int common_google_play_services_install_button=0x7f070004;
+ public static final int common_google_play_services_install_text=0x7f070005;
+ public static final int common_google_play_services_install_title=0x7f070006;
+ public static final int common_google_play_services_notification_channel_name=0x7f070007;
+ public static final int common_google_play_services_notification_ticker=0x7f070008;
+ public static final int common_google_play_services_unknown_issue=0x7f070000;
+ public static final int common_google_play_services_unsupported_text=0x7f070009;
+ public static final int common_google_play_services_update_button=0x7f07000a;
+ public static final int common_google_play_services_update_text=0x7f07000b;
+ public static final int common_google_play_services_update_title=0x7f07000c;
+ public static final int common_google_play_services_updating_text=0x7f07000d;
+ public static final int common_google_play_services_wear_update_text=0x7f07000e;
+ public static final int common_open_on_phone=0x7f07000f;
+ public static final int common_signin_button_text=0x7f070010;
+ public static final int common_signin_button_text_long=0x7f070011;
+ public static final int status_bar_notification_info_overflow=0x7f070012;
+ }
+ public static final class style {
+ public static final int DarkTheme=0x7f0a000d;
+ public static final int TextAppearance_Compat_Notification=0x7f0a0006;
+ public static final int TextAppearance_Compat_Notification_Info=0x7f0a0007;
+ public static final int TextAppearance_Compat_Notification_Info_Media=0x7f0a0001;
+ public static final int TextAppearance_Compat_Notification_Line2=0x7f0a000c;
+ public static final int TextAppearance_Compat_Notification_Line2_Media=0x7f0a0005;
+ public static final int TextAppearance_Compat_Notification_Media=0x7f0a0002;
+ public static final int TextAppearance_Compat_Notification_Time=0x7f0a0008;
+ public static final int TextAppearance_Compat_Notification_Time_Media=0x7f0a0003;
+ public static final int TextAppearance_Compat_Notification_Title=0x7f0a0009;
+ public static final int TextAppearance_Compat_Notification_Title_Media=0x7f0a0004;
+ public static final int Widget_Compat_NotificationActionContainer=0x7f0a000a;
+ public static final int Widget_Compat_NotificationActionText=0x7f0a000b;
+ public static final int Widget_Support_CoordinatorLayout=0x7f0a0000;
+ }
+ public static final class styleable {
+ /** Attributes that can be used with a ColorStateListItem.
+
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #ColorStateListItem_alpha b4a.rocklogster:alpha} | Alpha multiplier applied to the base color. |
{@link #ColorStateListItem_android_alpha android:alpha} | |
{@link #ColorStateListItem_android_color android:color} | Base color for this state. |
+ @attr description + Alpha multiplier applied to the base color. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:alpha + */ + public static final int ColorStateListItem_alpha = 2; + /** +
This symbol is the offset where the {@link android.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:alpha + */ + public static final int ColorStateListItem_android_alpha = 1; + /** +
+ @attr description + Base color for this state. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#color}. + @attr name android:color + */ + public static final int ColorStateListItem_android_color = 0; + /** Attributes that can be used with a CoordinatorLayout. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #CoordinatorLayout_keylines b4a.rocklogster:keylines} | A reference to an array of integers representing the + locations of horizontal keylines in dp from the starting edge. |
{@link #CoordinatorLayout_statusBarBackground b4a.rocklogster:statusBarBackground} | Drawable to display behind the status bar when the view is set to draw behind it. |
+ @attr description + A reference to an array of integers representing the + locations of horizontal keylines in dp from the starting edge. + Child views can refer to these keylines for alignment using + layout_keyline="index" where index is a 0-based index into + this 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".
+
This is a private symbol. + @attr name b4a.rocklogster:keylines + */ + public static final int CoordinatorLayout_keylines = 0; + /** +
+ @attr description + Drawable to display behind the status bar when the view is set to draw behind it. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This is a private symbol. + @attr name b4a.rocklogster:statusBarBackground + */ + public static final int CoordinatorLayout_statusBarBackground = 1; + /** Attributes that can be used with a CoordinatorLayout_Layout. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity} | |
{@link #CoordinatorLayout_Layout_layout_anchor b4a.rocklogster:layout_anchor} | The id of an anchor view that this view should position relative to. |
{@link #CoordinatorLayout_Layout_layout_anchorGravity b4a.rocklogster:layout_anchorGravity} | Specifies how an object should position relative to an anchor, on both the X and Y axes, + within its parent's bounds. |
{@link #CoordinatorLayout_Layout_layout_behavior b4a.rocklogster:layout_behavior} | The class name of a Behavior class defining special runtime behavior + for this child view. |
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges b4a.rocklogster:layout_dodgeInsetEdges} | Specifies how this view dodges the inset edges of the CoordinatorLayout. |
{@link #CoordinatorLayout_Layout_layout_insetEdge b4a.rocklogster:layout_insetEdge} | Specifies how this view insets the CoordinatorLayout and make some other views + dodge it. |
{@link #CoordinatorLayout_Layout_layout_keyline b4a.rocklogster:layout_keyline} | The index of a keyline this view should position relative to. |
This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + @attr name android:layout_gravity + */ + public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; + /** +
+ @attr description + The id of an anchor view that this view should position relative to. + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:layout_anchor + */ + public static final int CoordinatorLayout_Layout_layout_anchor = 2; + /** +
+ @attr description + Specifies how an object should position relative to an anchor, on both the X and Y axes, + within its parent's bounds. + + +
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of + the child clipped to its container's bounds. + The clip will be based on the vertical gravity: a top gravity will clip the bottom + edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of + the child clipped to its container's bounds. + The clip will be based on the horizontal gravity: a left gravity will clip the right + edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
This is a private symbol. + @attr name b4a.rocklogster:layout_anchorGravity + */ + public static final int CoordinatorLayout_Layout_layout_anchorGravity = 4; + /** +
+ @attr description + The class name of a Behavior class defining special runtime behavior + for this child view. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:layout_behavior + */ + public static final int CoordinatorLayout_Layout_layout_behavior = 1; + /** +
+ @attr description + Specifies how this view dodges the inset edges of the CoordinatorLayout. + + +
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't dodge any edges |
top | 0x30 | Dodge the top inset edge. |
bottom | 0x50 | Dodge the bottom inset edge. |
left | 0x03 | Dodge the left inset edge. |
right | 0x05 | Dodge the right inset edge. |
start | 0x00800003 | Dodge the start inset edge. |
end | 0x00800005 | Dodge the end inset edge. |
all | 0x77 | Dodge all the inset edges. |
This is a private symbol. + @attr name b4a.rocklogster:layout_dodgeInsetEdges + */ + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; + /** +
+ @attr description + Specifies how this view insets the CoordinatorLayout and make some other views + dodge it. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't inset. |
top | 0x30 | Inset the top edge. |
bottom | 0x50 | Inset the bottom edge. |
left | 0x03 | Inset the left edge. |
right | 0x05 | Inset the right edge. |
start | 0x00800003 | Inset the start edge. |
end | 0x00800005 | Inset the end edge. |
This is a private symbol. + @attr name b4a.rocklogster:layout_insetEdge + */ + public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; + /** +
+ @attr description + The index of a keyline this view should position relative to. + android:layout_gravity will affect how the view aligns to the + specified keyline. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:layout_keyline + */ + public static final int CoordinatorLayout_Layout_layout_keyline = 3; + /** Attributes that can be used with a FontFamily. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FontFamily_fontProviderAuthority b4a.rocklogster:fontProviderAuthority} | The authority of the Font Provider to be used for the request. |
{@link #FontFamily_fontProviderCerts b4a.rocklogster:fontProviderCerts} | The sets of hashes for the certificates the provider should be signed with. |
{@link #FontFamily_fontProviderFetchStrategy b4a.rocklogster:fontProviderFetchStrategy} | The strategy to be used when fetching font data from a font provider in XML layouts. |
{@link #FontFamily_fontProviderFetchTimeout b4a.rocklogster:fontProviderFetchTimeout} | The length of the timeout during fetching. |
{@link #FontFamily_fontProviderPackage b4a.rocklogster:fontProviderPackage} | The package for the Font Provider to be used for the request. |
{@link #FontFamily_fontProviderQuery b4a.rocklogster:fontProviderQuery} | The query to be sent over to the provider. |
+ @attr description + The authority of the Font Provider to be used for the request. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderAuthority + */ + public static final int FontFamily_fontProviderAuthority = 0; + /** +
+ @attr description + The sets of hashes for the certificates the provider should be signed with. This is + used to verify the identity of the provider, and is only required if the provider is not + part of the system image. This value may point to one list or a list of lists, where each + individual list represents one collection of signature hashes. Refer to your font provider's + documentation for these values. + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderCerts + */ + public static final int FontFamily_fontProviderCerts = 3; + /** +
+ @attr description + The strategy to be used when fetching font data from a font provider in XML layouts. + This attribute is ignored when the resource is loaded from code, as it is equivalent to the + choice of API between {@link + androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and + {@link + androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)} + (async). + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
blocking | 0 | The blocking font fetch works as follows. + First, check the local cache, then if the requested font is not cached, request the + font from the provider and wait until it is finished. You can change the length of + the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the + default typeface will be used instead. |
async | 1 | The async font fetch works as follows. + First, check the local cache, then if the requeted font is not cached, trigger a + request the font and continue with layout inflation. Once the font fetch succeeds, the + target text view will be refreshed with the downloaded font data. The + fontProviderFetchTimeout will be ignored if async loading is specified. |
This is a private symbol. + @attr name b4a.rocklogster:fontProviderFetchStrategy + */ + public static final int FontFamily_fontProviderFetchStrategy = 4; + /** +
+ @attr description + The length of the timeout during fetching. + + +
May 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.
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
forever | -1 | A special value for the timeout. In this case, the blocking font fetching will not + timeout and wait until a reply is received from the font provider. |
This is a private symbol. + @attr name b4a.rocklogster:fontProviderFetchTimeout + */ + public static final int FontFamily_fontProviderFetchTimeout = 5; + /** +
+ @attr description + The package for the Font Provider to be used for the request. This is used to verify + the identity of the provider. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderPackage + */ + public static final int FontFamily_fontProviderPackage = 1; + /** +
+ @attr description + The query to be sent over to the provider. Refer to your font provider's documentation + on the format of this string. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderQuery + */ + public static final int FontFamily_fontProviderQuery = 2; + /** Attributes that can be used with a FontFamilyFont. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FontFamilyFont_android_font android:font} | |
{@link #FontFamilyFont_android_fontStyle android:fontStyle} | References to the framework attrs |
{@link #FontFamilyFont_android_fontVariationSettings android:fontVariationSettings} | |
{@link #FontFamilyFont_android_fontWeight android:fontWeight} | |
{@link #FontFamilyFont_android_ttcIndex android:ttcIndex} | |
{@link #FontFamilyFont_font b4a.rocklogster:font} | The reference to the font file to be used. |
{@link #FontFamilyFont_fontStyle b4a.rocklogster:fontStyle} | The style of the given font file. |
{@link #FontFamilyFont_fontVariationSettings b4a.rocklogster:fontVariationSettings} | The variation settings to be applied to the font. |
{@link #FontFamilyFont_fontWeight b4a.rocklogster:fontWeight} | The weight of the given font file. |
{@link #FontFamilyFont_ttcIndex b4a.rocklogster:ttcIndex} | The index of the font in the tcc font file. |
This symbol is the offset where the {@link android.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:font + */ + public static final int FontFamilyFont_android_font = 0; + /** +
+ @attr description + References to the framework attrs +
This corresponds to the global attribute + resource symbol {@link android.R.attr#fontStyle}. + @attr name android:fontStyle + */ + public static final int FontFamilyFont_android_fontStyle = 2; + /** +
This symbol is the offset where the {@link android.R.attr#fontVariationSettings} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontVariationSettings + */ + public static final int FontFamilyFont_android_fontVariationSettings = 4; + /** +
This symbol is the offset where the {@link android.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontWeight + */ + public static final int FontFamilyFont_android_fontWeight = 1; + /** +
This symbol is the offset where the {@link android.R.attr#ttcIndex} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:ttcIndex + */ + public static final int FontFamilyFont_android_ttcIndex = 3; + /** +
+ @attr description + The reference to the font file to be used. This should be a file in the res/font folder + and should therefore have an R reference value. E.g. @font/myfont + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:font + */ + public static final int FontFamilyFont_font = 6; + /** +
+ @attr description + The style of the given font file. This will be used when the font is being loaded into + the font stack and will override any style information in the font's header tables. If + unspecified, the value in the font's header tables will be used. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
normal | 0 | |
italic | 1 |
This is a private symbol. + @attr name b4a.rocklogster:fontStyle + */ + public static final int FontFamilyFont_fontStyle = 5; + /** +
+ @attr description + The variation settings to be applied to the font. The string should be in the following + format: "'tag1' value1, 'tag2' value2, ...". If the default variation settings should be + used, or the font used does not support variation settings, this attribute needs not be + specified. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontVariationSettings + */ + public static final int FontFamilyFont_fontVariationSettings = 8; + /** +
+ @attr description + The weight of the given font file. This will be used when the font is being loaded into + the font stack and will override any weight information in the font's header tables. Must + be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most + common values are 400 for regular weight and 700 for bold weight. If unspecified, the value + in the font's header tables will be used. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontWeight + */ + public static final int FontFamilyFont_fontWeight = 7; + /** +
+ @attr description + The index of the font in the tcc font file. If the font file referenced is not in the + tcc format, this attribute needs not be specified. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:ttcIndex + */ + public static final int FontFamilyFont_ttcIndex = 9; + /** Attributes that can be used with a Fragment. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #Fragment_android_id android:id} | |
{@link #Fragment_android_name android:name} | |
{@link #Fragment_android_tag android:tag} |
This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:id + */ + public static final int Fragment_android_id = 1; + /** +
This symbol is the offset where the {@link android.R.attr#name} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:name + */ + public static final int Fragment_android_name = 0; + /** +
This symbol is the offset where the {@link android.R.attr#tag} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:tag + */ + public static final int Fragment_android_tag = 2; + /** Attributes that can be used with a FragmentContainerView. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FragmentContainerView_android_name android:name} | |
{@link #FragmentContainerView_android_tag android:tag} |
This symbol is the offset where the {@link android.R.attr#name} + attribute's value can be found in the {@link #FragmentContainerView} array. + @attr name android:name + */ + public static final int FragmentContainerView_android_name = 0; + /** +
This symbol is the offset where the {@link android.R.attr#tag} + attribute's value can be found in the {@link #FragmentContainerView} array. + @attr name android:tag + */ + public static final int FragmentContainerView_android_tag = 1; + /** Attributes that can be used with a GradientColor. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #GradientColor_android_centerColor android:centerColor} | Optional center color. |
{@link #GradientColor_android_centerX android:centerX} | Only applied to SweepGradient / RadialGradient + X coordinate of the center of the gradient within the path. |
{@link #GradientColor_android_centerY android:centerY} | Y coordinate of the center of the gradient within the path. |
{@link #GradientColor_android_endColor android:endColor} | End color of the gradient. |
{@link #GradientColor_android_endX android:endX} | X coordinate of the end point origin of the gradient. |
{@link #GradientColor_android_endY android:endY} | Y coordinate of the end point of the gradient within the shape. |
{@link #GradientColor_android_gradientRadius android:gradientRadius} | Only applied to RadialGradient + Radius of the gradient, used only with radial gradient. |
{@link #GradientColor_android_startColor android:startColor} | Start color of the gradient. |
{@link #GradientColor_android_startX android:startX} | LinearGradient specific + X coordinate of the start point origin of the gradient. |
{@link #GradientColor_android_startY android:startY} | Y coordinate of the start point of the gradient within the shape. |
{@link #GradientColor_android_tileMode android:tileMode} | Defines the tile mode of the gradient. |
{@link #GradientColor_android_type android:type} | Type of gradient. |
+ @attr description + Optional center color. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerColor}. + @attr name android:centerColor + */ + public static final int GradientColor_android_centerColor = 7; + /** +
+ @attr description + Only applied to SweepGradient / RadialGradient + X coordinate of the center of the gradient within the path. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerX}. + @attr name android:centerX + */ + public static final int GradientColor_android_centerX = 3; + /** +
+ @attr description + Y coordinate of the center of the gradient within the path. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerY}. + @attr name android:centerY + */ + public static final int GradientColor_android_centerY = 4; + /** +
+ @attr description + End color of the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endColor}. + @attr name android:endColor + */ + public static final int GradientColor_android_endColor = 1; + /** +
+ @attr description + X coordinate of the end point origin of the gradient. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endX}. + @attr name android:endX + */ + public static final int GradientColor_android_endX = 10; + /** +
+ @attr description + Y coordinate of the end point of the gradient within the shape. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endY}. + @attr name android:endY + */ + public static final int GradientColor_android_endY = 11; + /** +
+ @attr description + Only applied to RadialGradient + Radius of the gradient, used only with radial gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#gradientRadius}. + @attr name android:gradientRadius + */ + public static final int GradientColor_android_gradientRadius = 5; + /** +
+ @attr description + Start color of the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startColor}. + @attr name android:startColor + */ + public static final int GradientColor_android_startColor = 0; + /** +
+ @attr description + LinearGradient specific + X coordinate of the start point origin of the gradient. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startX}. + @attr name android:startX + */ + public static final int GradientColor_android_startX = 8; + /** +
+ @attr description + Y coordinate of the start point of the gradient within the shape. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startY}. + @attr name android:startY + */ + public static final int GradientColor_android_startY = 9; + /** +
+ @attr description + Defines the tile mode of the gradient. SweepGradient doesn't support tiling. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#tileMode}. + @attr name android:tileMode + */ + public static final int GradientColor_android_tileMode = 6; + /** +
+ @attr description + Type of gradient. The default type is linear. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#type}. + @attr name android:type + */ + public static final int GradientColor_android_type = 2; + /** Attributes that can be used with a GradientColorItem. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #GradientColorItem_android_color android:color} | The current color for the offset inside the gradient. |
{@link #GradientColorItem_android_offset android:offset} | The offset (or ratio) of this current color item inside the gradient. |
+ @attr description + The current color for the offset inside the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#color}. + @attr name android:color + */ + public static final int GradientColorItem_android_color = 0; + /** +
+ @attr description + The offset (or ratio) of this current color item inside the gradient. + The value is only meaningful when it is between 0 and 1. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#offset}. + @attr name android:offset + */ + public static final int GradientColorItem_android_offset = 1; + /** Attributes that can be used with a LoadingImageView. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #LoadingImageView_circleCrop b4a.rocklogster:circleCrop} | |
{@link #LoadingImageView_imageAspectRatio b4a.rocklogster:imageAspectRatio} | |
{@link #LoadingImageView_imageAspectRatioAdjust b4a.rocklogster:imageAspectRatioAdjust} |
This symbol is the offset where the {@link b4a.rocklogster.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 b4a.rocklogster:circleCrop
+ */
+ public static final int LoadingImageView_circleCrop = 2;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.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 b4a.rocklogster:imageAspectRatio
+ */
+ public static final int LoadingImageView_imageAspectRatio = 1;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.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 |
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #MapAttrs_ambientEnabled b4a.rocklogster:ambientEnabled} | |
{@link #MapAttrs_cameraBearing b4a.rocklogster:cameraBearing} | |
{@link #MapAttrs_cameraMaxZoomPreference b4a.rocklogster:cameraMaxZoomPreference} | |
{@link #MapAttrs_cameraMinZoomPreference b4a.rocklogster:cameraMinZoomPreference} | |
{@link #MapAttrs_cameraTargetLat b4a.rocklogster:cameraTargetLat} | |
{@link #MapAttrs_cameraTargetLng b4a.rocklogster:cameraTargetLng} | |
{@link #MapAttrs_cameraTilt b4a.rocklogster:cameraTilt} | |
{@link #MapAttrs_cameraZoom b4a.rocklogster:cameraZoom} | |
{@link #MapAttrs_latLngBoundsNorthEastLatitude b4a.rocklogster:latLngBoundsNorthEastLatitude} | |
{@link #MapAttrs_latLngBoundsNorthEastLongitude b4a.rocklogster:latLngBoundsNorthEastLongitude} | |
{@link #MapAttrs_latLngBoundsSouthWestLatitude b4a.rocklogster:latLngBoundsSouthWestLatitude} | |
{@link #MapAttrs_latLngBoundsSouthWestLongitude b4a.rocklogster:latLngBoundsSouthWestLongitude} | |
{@link #MapAttrs_liteMode b4a.rocklogster:liteMode} | |
{@link #MapAttrs_mapType b4a.rocklogster:mapType} | |
{@link #MapAttrs_uiCompass b4a.rocklogster:uiCompass} | |
{@link #MapAttrs_uiMapToolbar b4a.rocklogster:uiMapToolbar} | |
{@link #MapAttrs_uiRotateGestures b4a.rocklogster:uiRotateGestures} | |
{@link #MapAttrs_uiScrollGestures b4a.rocklogster:uiScrollGestures} | |
{@link #MapAttrs_uiScrollGesturesDuringRotateOrZoom b4a.rocklogster:uiScrollGesturesDuringRotateOrZoom} | |
{@link #MapAttrs_uiTiltGestures b4a.rocklogster:uiTiltGestures} | |
{@link #MapAttrs_uiZoomControls b4a.rocklogster:uiZoomControls} | |
{@link #MapAttrs_uiZoomGestures b4a.rocklogster:uiZoomGestures} | |
{@link #MapAttrs_useViewLifecycle b4a.rocklogster:useViewLifecycle} | |
{@link #MapAttrs_zOrderOnTop b4a.rocklogster:zOrderOnTop} |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#ambientEnabled} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:ambientEnabled
+ */
+ public static final int MapAttrs_ambientEnabled = 17;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraBearing} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraBearing
+ */
+ public static final int MapAttrs_cameraBearing = 1;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraMaxZoomPreference} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraMaxZoomPreference
+ */
+ public static final int MapAttrs_cameraMaxZoomPreference = 19;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraMinZoomPreference} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraMinZoomPreference
+ */
+ public static final int MapAttrs_cameraMinZoomPreference = 18;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTargetLat} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTargetLat
+ */
+ public static final int MapAttrs_cameraTargetLat = 2;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTargetLng} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTargetLng
+ */
+ public static final int MapAttrs_cameraTargetLng = 3;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTilt} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTilt
+ */
+ public static final int MapAttrs_cameraTilt = 4;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraZoom} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraZoom
+ */
+ public static final int MapAttrs_cameraZoom = 5;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsNorthEastLatitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsNorthEastLatitude
+ */
+ public static final int MapAttrs_latLngBoundsNorthEastLatitude = 22;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsNorthEastLongitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsNorthEastLongitude
+ */
+ public static final int MapAttrs_latLngBoundsNorthEastLongitude = 23;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsSouthWestLatitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsSouthWestLatitude
+ */
+ public static final int MapAttrs_latLngBoundsSouthWestLatitude = 20;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsSouthWestLongitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsSouthWestLongitude
+ */
+ public static final int MapAttrs_latLngBoundsSouthWestLongitude = 21;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#liteMode} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:liteMode
+ */
+ public static final int MapAttrs_liteMode = 6;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#mapType} + attribute's value can be found in the {@link #MapAttrs} array. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0 | |
normal | 1 | |
satellite | 2 | |
terrain | 3 | |
hybrid | 4 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiCompass} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiCompass
+ */
+ public static final int MapAttrs_uiCompass = 7;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiMapToolbar} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiMapToolbar
+ */
+ public static final int MapAttrs_uiMapToolbar = 16;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiRotateGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiRotateGestures
+ */
+ public static final int MapAttrs_uiRotateGestures = 8;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiScrollGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiScrollGestures
+ */
+ public static final int MapAttrs_uiScrollGestures = 9;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiScrollGesturesDuringRotateOrZoom} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiScrollGesturesDuringRotateOrZoom
+ */
+ public static final int MapAttrs_uiScrollGesturesDuringRotateOrZoom = 10;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiTiltGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiTiltGestures
+ */
+ public static final int MapAttrs_uiTiltGestures = 11;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiZoomControls} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiZoomControls
+ */
+ public static final int MapAttrs_uiZoomControls = 12;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiZoomGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiZoomGestures
+ */
+ public static final int MapAttrs_uiZoomGestures = 13;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#useViewLifecycle} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:useViewLifecycle
+ */
+ public static final int MapAttrs_useViewLifecycle = 14;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#zOrderOnTop} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:zOrderOnTop
+ */
+ public static final int MapAttrs_zOrderOnTop = 15;
+ /** Attributes that can be used with a SignInButton.
+
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #SignInButton_buttonSize b4a.rocklogster:buttonSize} | |
{@link #SignInButton_colorScheme b4a.rocklogster:colorScheme} | |
{@link #SignInButton_scopeUris b4a.rocklogster:scopeUris} |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#buttonSize} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
standard | 0 | |
wide | 1 | |
icon_only | 2 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#colorScheme} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
dark | 0 | |
light | 1 | |
auto | 2 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#scopeUris} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. + @attr name b4a.rocklogster:scopeUris + */ + public static final int SignInButton_scopeUris = 2; + }; +} diff --git a/Objects/gen/androidx/media/R.java b/Objects/gen/androidx/media/R.java new file mode 100644 index 0000000..3d800a6 --- /dev/null +++ b/Objects/gen/androidx/media/R.java @@ -0,0 +1,2150 @@ +/* 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 androidx.media; + +public final class R { + public static final class anim { + public static final int fragment_close_enter=0x7f050000; + public static final int fragment_close_exit=0x7f050001; + public static final int fragment_fade_enter=0x7f050002; + public static final int fragment_fade_exit=0x7f050003; + public static final int fragment_fast_out_extra_slow_in=0x7f050004; + public static final int fragment_open_enter=0x7f050005; + public static final int fragment_open_exit=0x7f050006; + } + public static final class attr { + /** Alpha multiplier applied to the base color. +
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 alpha=0x7f010027;
+ /**
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 ambientEnabled=0x7f010017;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
standard | 0 | |
wide | 1 | |
icon_only | 2 |
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 cameraBearing=0x7f010007;
+ /**
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 cameraMaxZoomPreference=0x7f010019;
+ /**
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 cameraMinZoomPreference=0x7f010018;
+ /**
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 cameraTargetLat=0x7f010008;
+ /**
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 cameraTargetLng=0x7f010009;
+ /**
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 cameraTilt=0x7f01000a;
+ /**
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 cameraZoom=0x7f01000b;
+ /**
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;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
dark | 0 | |
light | 1 | |
auto | 2 |
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int coordinatorLayoutStyle=0x7f01001e;
+ /** The reference to the font file to be used. This should be a file in the res/font folder
+ and should therefore have an R reference value. E.g. @font/myfont
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int font=0x7f01002f;
+ /** The authority of the Font Provider to be used for the request.
+
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.
+ */
+ public static final int fontProviderAuthority=0x7f010028;
+ /** The sets of hashes for the certificates the provider should be signed with. This is
+ used to verify the identity of the provider, and is only required if the provider is not
+ part of the system image. This value may point to one list or a list of lists, where each
+ individual list represents one collection of signature hashes. Refer to your font provider's
+ documentation for these values.
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int fontProviderCerts=0x7f01002b;
+ /** The strategy to be used when fetching font data from a font provider in XML layouts.
+ This attribute is ignored when the resource is loaded from code, as it is equivalent to the
+ choice of API between {@link
+ androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and
+ {@link
+ androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)}
+ (async).
+
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
blocking | 0 | The blocking font fetch works as follows. + First, check the local cache, then if the requested font is not cached, request the + font from the provider and wait until it is finished. You can change the length of + the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the + default typeface will be used instead. |
async | 1 | The async font fetch works as follows. + First, check the local cache, then if the requeted font is not cached, trigger a + request the font and continue with layout inflation. Once the font fetch succeeds, the + target text view will be refreshed with the downloaded font data. The + fontProviderFetchTimeout will be ignored if async loading is specified. |
May 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.
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
forever | -1 | A special value for the timeout. In this case, the blocking font fetching will not + timeout and wait until a reply is received from the font provider. |
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.
+ */
+ public static final int fontProviderPackage=0x7f010029;
+ /** The query to be sent over to the provider. Refer to your font provider's documentation
+ on the format of this string.
+
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.
+ */
+ public static final int fontProviderQuery=0x7f01002a;
+ /** The style of the given font file. This will be used when the font is being loaded into
+ the font stack and will override any style information in the font's header tables. If
+ unspecified, the value in the font's header tables will be used.
+
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
normal | 0 | |
italic | 1 |
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.
+ */
+ public static final int fontVariationSettings=0x7f010031;
+ /** The weight of the given font file. This will be used when the font is being loaded into
+ the font stack and will override any weight information in the font's header tables. Must
+ be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most
+ common values are 400 for regular weight and 700 for bold weight. If unspecified, the value
+ in the font's header tables will be used.
+
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.
+ */
+ public static final int fontWeight=0x7f010030;
+ /**
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 |
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int keylines=0x7f01001f;
+ /**
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 latLngBoundsNorthEastLatitude=0x7f01001c;
+ /**
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 latLngBoundsNorthEastLongitude=0x7f01001d;
+ /**
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 latLngBoundsSouthWestLatitude=0x7f01001a;
+ /**
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 latLngBoundsSouthWestLongitude=0x7f01001b;
+ /** The id of an anchor view that this view should position relative to.
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int layout_anchor=0x7f010022;
+ /** Specifies how an object should position relative to an anchor, on both the X and Y axes,
+ within its parent's bounds.
+
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of + the child clipped to its container's bounds. + The clip will be based on the vertical gravity: a top gravity will clip the bottom + edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of + the child clipped to its container's bounds. + The clip will be based on the horizontal gravity: a left gravity will clip the right + edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
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.
+ */
+ public static final int layout_behavior=0x7f010021;
+ /** Specifies how this view dodges the inset edges of the CoordinatorLayout.
+
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't dodge any edges |
top | 0x30 | Dodge the top inset edge. |
bottom | 0x50 | Dodge the bottom inset edge. |
left | 0x03 | Dodge the left inset edge. |
right | 0x05 | Dodge the right inset edge. |
start | 0x00800003 | Dodge the start inset edge. |
end | 0x00800005 | Dodge the end inset edge. |
all | 0x77 | Dodge all the inset edges. |
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't inset. |
top | 0x30 | Inset the top edge. |
bottom | 0x50 | Inset the bottom edge. |
left | 0x03 | Inset the left edge. |
right | 0x05 | Inset the right edge. |
start | 0x00800003 | Inset the start edge. |
end | 0x00800005 | Inset the end edge. |
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.
+ */
+ public static final int layout_keyline=0x7f010023;
+ /**
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 liteMode=0x7f01000c;
+ /**
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0 | |
normal | 1 | |
satellite | 2 | |
terrain | 3 | |
hybrid | 4 |
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. + */ + public static final int scopeUris=0x7f010005; + /** Drawable to display behind the status bar when the view is set to draw behind it. +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int statusBarBackground=0x7f010020;
+ /** The index of the font in the tcc font file. If the font file referenced is not in the
+ tcc format, this attribute needs not be specified.
+
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.
+ */
+ public static final int ttcIndex=0x7f010032;
+ /**
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 uiCompass=0x7f01000d;
+ /**
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 uiMapToolbar=0x7f010016;
+ /**
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 uiRotateGestures=0x7f01000e;
+ /**
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 uiScrollGestures=0x7f01000f;
+ /**
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 uiScrollGesturesDuringRotateOrZoom=0x7f010010;
+ /**
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 uiTiltGestures=0x7f010011;
+ /**
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 uiZoomControls=0x7f010012;
+ /**
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 uiZoomGestures=0x7f010013;
+ /**
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 useViewLifecycle=0x7f010014;
+ /**
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 zOrderOnTop=0x7f010015;
+ }
+ public static final class color {
+ public static final int common_google_signin_btn_text_dark=0x7f08000f;
+ public static final int common_google_signin_btn_text_dark_default=0x7f080000;
+ public static final int common_google_signin_btn_text_dark_disabled=0x7f080001;
+ public static final int common_google_signin_btn_text_dark_focused=0x7f080002;
+ public static final int common_google_signin_btn_text_dark_pressed=0x7f080003;
+ public static final int common_google_signin_btn_text_light=0x7f080010;
+ public static final int common_google_signin_btn_text_light_default=0x7f080004;
+ public static final int common_google_signin_btn_text_light_disabled=0x7f080005;
+ public static final int common_google_signin_btn_text_light_focused=0x7f080006;
+ public static final int common_google_signin_btn_text_light_pressed=0x7f080007;
+ public static final int common_google_signin_btn_tint=0x7f080011;
+ public static final int notification_action_color_filter=0x7f08000b;
+ public static final int notification_icon_bg_color=0x7f08000c;
+ public static final int notification_material_background_media_default_color=0x7f080008;
+ public static final int primary_text_default_material_dark=0x7f080009;
+ public static final int ripple_material_light=0x7f08000d;
+ public static final int secondary_text_default_material_dark=0x7f08000a;
+ public static final int secondary_text_default_material_light=0x7f08000e;
+ }
+ public static final class dimen {
+ public static final int compat_button_inset_horizontal_material=0x7f0b0008;
+ public static final int compat_button_inset_vertical_material=0x7f0b0009;
+ public static final int compat_button_padding_horizontal_material=0x7f0b000a;
+ public static final int compat_button_padding_vertical_material=0x7f0b000b;
+ public static final int compat_control_corner_material=0x7f0b000c;
+ public static final int compat_notification_large_icon_max_height=0x7f0b000d;
+ public static final int compat_notification_large_icon_max_width=0x7f0b000e;
+ public static final int notification_action_icon_size=0x7f0b000f;
+ public static final int notification_action_text_size=0x7f0b0010;
+ public static final int notification_big_circle_margin=0x7f0b0011;
+ public static final int notification_content_margin_start=0x7f0b0005;
+ public static final int notification_large_icon_height=0x7f0b0012;
+ public static final int notification_large_icon_width=0x7f0b0013;
+ public static final int notification_main_column_padding_top=0x7f0b0006;
+ public static final int notification_media_narrow_margin=0x7f0b0007;
+ public static final int notification_right_icon_size=0x7f0b0014;
+ public static final int notification_right_side_padding_top=0x7f0b0004;
+ public static final int notification_small_icon_background_padding=0x7f0b0015;
+ public static final int notification_small_icon_size_as_large=0x7f0b0016;
+ public static final int notification_subtext_size=0x7f0b0017;
+ public static final int notification_top_pad=0x7f0b0018;
+ public static final int notification_top_pad_large_text=0x7f0b0019;
+ public static final int subtitle_corner_radius=0x7f0b0000;
+ public static final int subtitle_outline_width=0x7f0b0001;
+ public static final int subtitle_shadow_offset=0x7f0b0002;
+ public static final int subtitle_shadow_radius=0x7f0b0003;
+ }
+ public static final class drawable {
+ public static final int common_full_open_on_phone=0x7f020000;
+ public static final int common_google_signin_btn_icon_dark=0x7f020001;
+ public static final int common_google_signin_btn_icon_dark_focused=0x7f020002;
+ public static final int common_google_signin_btn_icon_dark_normal=0x7f020003;
+ public static final int common_google_signin_btn_icon_dark_normal_background=0x7f020004;
+ public static final int common_google_signin_btn_icon_disabled=0x7f020005;
+ public static final int common_google_signin_btn_icon_light=0x7f020006;
+ public static final int common_google_signin_btn_icon_light_focused=0x7f020007;
+ public static final int common_google_signin_btn_icon_light_normal=0x7f020008;
+ public static final int common_google_signin_btn_icon_light_normal_background=0x7f020009;
+ public static final int common_google_signin_btn_text_dark=0x7f02000a;
+ public static final int common_google_signin_btn_text_dark_focused=0x7f02000b;
+ public static final int common_google_signin_btn_text_dark_normal=0x7f02000c;
+ public static final int common_google_signin_btn_text_dark_normal_background=0x7f02000d;
+ public static final int common_google_signin_btn_text_disabled=0x7f02000e;
+ public static final int common_google_signin_btn_text_light=0x7f02000f;
+ public static final int common_google_signin_btn_text_light_focused=0x7f020010;
+ public static final int common_google_signin_btn_text_light_normal=0x7f020011;
+ public static final int common_google_signin_btn_text_light_normal_background=0x7f020012;
+ public static final int googleg_disabled_color_18=0x7f020013;
+ public static final int googleg_standard_color_18=0x7f020014;
+ public static final int icon=0x7f020015;
+ public static final int notification_action_background=0x7f020016;
+ public static final int notification_bg=0x7f020017;
+ public static final int notification_bg_low=0x7f020018;
+ public static final int notification_bg_low_normal=0x7f020019;
+ public static final int notification_bg_low_pressed=0x7f02001a;
+ public static final int notification_bg_normal=0x7f02001b;
+ public static final int notification_bg_normal_pressed=0x7f02001c;
+ public static final int notification_icon_background=0x7f02001d;
+ public static final int notification_template_icon_bg=0x7f020020;
+ public static final int notification_template_icon_low_bg=0x7f020021;
+ public static final int notification_tile_bg=0x7f02001e;
+ public static final int notify_panel_notification_icon_bg=0x7f02001f;
+ }
+ public static final class id {
+ public static final int accessibility_action_clickable_span=0x7f090002;
+ public static final int accessibility_custom_action_0=0x7f090003;
+ public static final int accessibility_custom_action_1=0x7f090004;
+ public static final int accessibility_custom_action_10=0x7f090005;
+ public static final int accessibility_custom_action_11=0x7f090006;
+ public static final int accessibility_custom_action_12=0x7f090007;
+ public static final int accessibility_custom_action_13=0x7f090008;
+ public static final int accessibility_custom_action_14=0x7f090009;
+ public static final int accessibility_custom_action_15=0x7f09000a;
+ public static final int accessibility_custom_action_16=0x7f09000b;
+ public static final int accessibility_custom_action_17=0x7f09000c;
+ public static final int accessibility_custom_action_18=0x7f09000d;
+ public static final int accessibility_custom_action_19=0x7f09000e;
+ public static final int accessibility_custom_action_2=0x7f09000f;
+ public static final int accessibility_custom_action_20=0x7f090010;
+ public static final int accessibility_custom_action_21=0x7f090011;
+ public static final int accessibility_custom_action_22=0x7f090012;
+ public static final int accessibility_custom_action_23=0x7f090013;
+ public static final int accessibility_custom_action_24=0x7f090014;
+ public static final int accessibility_custom_action_25=0x7f090015;
+ public static final int accessibility_custom_action_26=0x7f090016;
+ public static final int accessibility_custom_action_27=0x7f090017;
+ public static final int accessibility_custom_action_28=0x7f090018;
+ public static final int accessibility_custom_action_29=0x7f090019;
+ public static final int accessibility_custom_action_3=0x7f09001a;
+ public static final int accessibility_custom_action_30=0x7f09001b;
+ public static final int accessibility_custom_action_31=0x7f09001c;
+ public static final int accessibility_custom_action_4=0x7f09001d;
+ public static final int accessibility_custom_action_5=0x7f09001e;
+ public static final int accessibility_custom_action_6=0x7f09001f;
+ public static final int accessibility_custom_action_7=0x7f090020;
+ public static final int accessibility_custom_action_8=0x7f090021;
+ public static final int accessibility_custom_action_9=0x7f090022;
+ public static final int action0=0x7f090054;
+ public static final int action_container=0x7f090051;
+ public static final int action_divider=0x7f090058;
+ public static final int action_image=0x7f090052;
+ public static final int action_text=0x7f090053;
+ public static final int actions=0x7f090062;
+ public static final int adjust_height=0x7f090030;
+ public static final int adjust_width=0x7f090031;
+ public static final int all=0x7f09004b;
+ public static final int async=0x7f09004c;
+ public static final int auto=0x7f090036;
+ public static final int blocking=0x7f09004d;
+ public static final int bottom=0x7f09003d;
+ public static final int cancel_action=0x7f090055;
+ public static final int center=0x7f09003e;
+ public static final int center_horizontal=0x7f09003f;
+ public static final int center_vertical=0x7f090040;
+ public static final int chronometer=0x7f09005d;
+ public static final int clip_horizontal=0x7f090041;
+ public static final int clip_vertical=0x7f090042;
+ public static final int dark=0x7f090037;
+ public static final int dialog_button=0x7f090050;
+ public static final int end=0x7f090043;
+ public static final int end_padder=0x7f090064;
+ public static final int fill=0x7f090044;
+ public static final int fill_horizontal=0x7f090045;
+ public static final int fill_vertical=0x7f090046;
+ public static final int forever=0x7f09004e;
+ public static final int fragment_container_view_tag=0x7f090000;
+ public static final int hybrid=0x7f090039;
+ public static final int icon=0x7f09005f;
+ public static final int icon_group=0x7f090063;
+ public static final int icon_only=0x7f090033;
+ public static final int info=0x7f09005e;
+ public static final int italic=0x7f09004f;
+ public static final int left=0x7f090047;
+ public static final int light=0x7f090038;
+ public static final int line1=0x7f090023;
+ public static final int line3=0x7f090024;
+ public static final int media_actions=0x7f090057;
+ public static final int none=0x7f090032;
+ public static final int normal=0x7f09003a;
+ public static final int notification_background=0x7f090061;
+ public static final int notification_main_column=0x7f09005a;
+ public static final int notification_main_column_container=0x7f090059;
+ public static final int right=0x7f090048;
+ public static final int right_icon=0x7f090060;
+ public static final int right_side=0x7f09005b;
+ public static final int satellite=0x7f09003b;
+ public static final int standard=0x7f090034;
+ public static final int start=0x7f090049;
+ public static final int status_bar_latest_event_content=0x7f090056;
+ public static final int tag_accessibility_actions=0x7f090025;
+ public static final int tag_accessibility_clickable_spans=0x7f090026;
+ public static final int tag_accessibility_heading=0x7f090027;
+ public static final int tag_accessibility_pane_title=0x7f090028;
+ public static final int tag_screen_reader_focusable=0x7f090029;
+ public static final int tag_transition_group=0x7f09002a;
+ public static final int tag_unhandled_key_event_manager=0x7f09002b;
+ public static final int tag_unhandled_key_listeners=0x7f09002c;
+ public static final int terrain=0x7f09003c;
+ public static final int text=0x7f09002d;
+ public static final int text2=0x7f09002e;
+ public static final int time=0x7f09005c;
+ public static final int title=0x7f09002f;
+ public static final int top=0x7f09004a;
+ public static final int visible_removing_fragment_view_tag=0x7f090001;
+ public static final int wide=0x7f090035;
+ }
+ public static final class integer {
+ public static final int cancel_button_image_alpha=0x7f060001;
+ public static final int google_play_services_version=0x7f060000;
+ public static final int status_bar_notification_info_maxnum=0x7f060002;
+ }
+ public static final class layout {
+ public static final int custom_dialog=0x7f040000;
+ public static final int notification_action=0x7f040001;
+ public static final int notification_action_tombstone=0x7f040002;
+ public static final int notification_media_action=0x7f040003;
+ public static final int notification_media_cancel_action=0x7f040004;
+ public static final int notification_template_big_media=0x7f040005;
+ public static final int notification_template_big_media_custom=0x7f040006;
+ public static final int notification_template_big_media_narrow=0x7f040007;
+ public static final int notification_template_big_media_narrow_custom=0x7f040008;
+ public static final int notification_template_custom_big=0x7f040009;
+ public static final int notification_template_icon_group=0x7f04000a;
+ public static final int notification_template_lines_media=0x7f04000b;
+ public static final int notification_template_media=0x7f04000c;
+ public static final int notification_template_media_custom=0x7f04000d;
+ public static final int notification_template_part_chronometer=0x7f04000e;
+ public static final int notification_template_part_time=0x7f04000f;
+ }
+ public static final class mipmap {
+ public static final int background=0x7f030000;
+ public static final int foreground=0x7f030001;
+ public static final int ic_launcher=0x7f030002;
+ }
+ public static final class string {
+ public static final int common_google_play_services_enable_button=0x7f070001;
+ public static final int common_google_play_services_enable_text=0x7f070002;
+ public static final int common_google_play_services_enable_title=0x7f070003;
+ public static final int common_google_play_services_install_button=0x7f070004;
+ public static final int common_google_play_services_install_text=0x7f070005;
+ public static final int common_google_play_services_install_title=0x7f070006;
+ public static final int common_google_play_services_notification_channel_name=0x7f070007;
+ public static final int common_google_play_services_notification_ticker=0x7f070008;
+ public static final int common_google_play_services_unknown_issue=0x7f070000;
+ public static final int common_google_play_services_unsupported_text=0x7f070009;
+ public static final int common_google_play_services_update_button=0x7f07000a;
+ public static final int common_google_play_services_update_text=0x7f07000b;
+ public static final int common_google_play_services_update_title=0x7f07000c;
+ public static final int common_google_play_services_updating_text=0x7f07000d;
+ public static final int common_google_play_services_wear_update_text=0x7f07000e;
+ public static final int common_open_on_phone=0x7f07000f;
+ public static final int common_signin_button_text=0x7f070010;
+ public static final int common_signin_button_text_long=0x7f070011;
+ public static final int status_bar_notification_info_overflow=0x7f070012;
+ }
+ public static final class style {
+ public static final int DarkTheme=0x7f0a000d;
+ public static final int TextAppearance_Compat_Notification=0x7f0a0006;
+ public static final int TextAppearance_Compat_Notification_Info=0x7f0a0007;
+ public static final int TextAppearance_Compat_Notification_Info_Media=0x7f0a0001;
+ public static final int TextAppearance_Compat_Notification_Line2=0x7f0a000c;
+ public static final int TextAppearance_Compat_Notification_Line2_Media=0x7f0a0005;
+ public static final int TextAppearance_Compat_Notification_Media=0x7f0a0002;
+ public static final int TextAppearance_Compat_Notification_Time=0x7f0a0008;
+ public static final int TextAppearance_Compat_Notification_Time_Media=0x7f0a0003;
+ public static final int TextAppearance_Compat_Notification_Title=0x7f0a0009;
+ public static final int TextAppearance_Compat_Notification_Title_Media=0x7f0a0004;
+ public static final int Widget_Compat_NotificationActionContainer=0x7f0a000a;
+ public static final int Widget_Compat_NotificationActionText=0x7f0a000b;
+ public static final int Widget_Support_CoordinatorLayout=0x7f0a0000;
+ }
+ public static final class styleable {
+ /** Attributes that can be used with a ColorStateListItem.
+
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #ColorStateListItem_alpha b4a.rocklogster:alpha} | Alpha multiplier applied to the base color. |
{@link #ColorStateListItem_android_alpha android:alpha} | |
{@link #ColorStateListItem_android_color android:color} | Base color for this state. |
+ @attr description + Alpha multiplier applied to the base color. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:alpha + */ + public static final int ColorStateListItem_alpha = 2; + /** +
This symbol is the offset where the {@link android.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:alpha + */ + public static final int ColorStateListItem_android_alpha = 1; + /** +
+ @attr description + Base color for this state. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#color}. + @attr name android:color + */ + public static final int ColorStateListItem_android_color = 0; + /** Attributes that can be used with a CoordinatorLayout. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #CoordinatorLayout_keylines b4a.rocklogster:keylines} | A reference to an array of integers representing the + locations of horizontal keylines in dp from the starting edge. |
{@link #CoordinatorLayout_statusBarBackground b4a.rocklogster:statusBarBackground} | Drawable to display behind the status bar when the view is set to draw behind it. |
+ @attr description + A reference to an array of integers representing the + locations of horizontal keylines in dp from the starting edge. + Child views can refer to these keylines for alignment using + layout_keyline="index" where index is a 0-based index into + this 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".
+
This is a private symbol. + @attr name b4a.rocklogster:keylines + */ + public static final int CoordinatorLayout_keylines = 0; + /** +
+ @attr description + Drawable to display behind the status bar when the view is set to draw behind it. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This is a private symbol. + @attr name b4a.rocklogster:statusBarBackground + */ + public static final int CoordinatorLayout_statusBarBackground = 1; + /** Attributes that can be used with a CoordinatorLayout_Layout. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity} | |
{@link #CoordinatorLayout_Layout_layout_anchor b4a.rocklogster:layout_anchor} | The id of an anchor view that this view should position relative to. |
{@link #CoordinatorLayout_Layout_layout_anchorGravity b4a.rocklogster:layout_anchorGravity} | Specifies how an object should position relative to an anchor, on both the X and Y axes, + within its parent's bounds. |
{@link #CoordinatorLayout_Layout_layout_behavior b4a.rocklogster:layout_behavior} | The class name of a Behavior class defining special runtime behavior + for this child view. |
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges b4a.rocklogster:layout_dodgeInsetEdges} | Specifies how this view dodges the inset edges of the CoordinatorLayout. |
{@link #CoordinatorLayout_Layout_layout_insetEdge b4a.rocklogster:layout_insetEdge} | Specifies how this view insets the CoordinatorLayout and make some other views + dodge it. |
{@link #CoordinatorLayout_Layout_layout_keyline b4a.rocklogster:layout_keyline} | The index of a keyline this view should position relative to. |
This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + @attr name android:layout_gravity + */ + public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; + /** +
+ @attr description + The id of an anchor view that this view should position relative to. + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:layout_anchor + */ + public static final int CoordinatorLayout_Layout_layout_anchor = 2; + /** +
+ @attr description + Specifies how an object should position relative to an anchor, on both the X and Y axes, + within its parent's bounds. + + +
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of + the child clipped to its container's bounds. + The clip will be based on the vertical gravity: a top gravity will clip the bottom + edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of + the child clipped to its container's bounds. + The clip will be based on the horizontal gravity: a left gravity will clip the right + edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
This is a private symbol. + @attr name b4a.rocklogster:layout_anchorGravity + */ + public static final int CoordinatorLayout_Layout_layout_anchorGravity = 4; + /** +
+ @attr description + The class name of a Behavior class defining special runtime behavior + for this child view. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:layout_behavior + */ + public static final int CoordinatorLayout_Layout_layout_behavior = 1; + /** +
+ @attr description + Specifies how this view dodges the inset edges of the CoordinatorLayout. + + +
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't dodge any edges |
top | 0x30 | Dodge the top inset edge. |
bottom | 0x50 | Dodge the bottom inset edge. |
left | 0x03 | Dodge the left inset edge. |
right | 0x05 | Dodge the right inset edge. |
start | 0x00800003 | Dodge the start inset edge. |
end | 0x00800005 | Dodge the end inset edge. |
all | 0x77 | Dodge all the inset edges. |
This is a private symbol. + @attr name b4a.rocklogster:layout_dodgeInsetEdges + */ + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; + /** +
+ @attr description + Specifies how this view insets the CoordinatorLayout and make some other views + dodge it. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't inset. |
top | 0x30 | Inset the top edge. |
bottom | 0x50 | Inset the bottom edge. |
left | 0x03 | Inset the left edge. |
right | 0x05 | Inset the right edge. |
start | 0x00800003 | Inset the start edge. |
end | 0x00800005 | Inset the end edge. |
This is a private symbol. + @attr name b4a.rocklogster:layout_insetEdge + */ + public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; + /** +
+ @attr description + The index of a keyline this view should position relative to. + android:layout_gravity will affect how the view aligns to the + specified keyline. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:layout_keyline + */ + public static final int CoordinatorLayout_Layout_layout_keyline = 3; + /** Attributes that can be used with a FontFamily. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FontFamily_fontProviderAuthority b4a.rocklogster:fontProviderAuthority} | The authority of the Font Provider to be used for the request. |
{@link #FontFamily_fontProviderCerts b4a.rocklogster:fontProviderCerts} | The sets of hashes for the certificates the provider should be signed with. |
{@link #FontFamily_fontProviderFetchStrategy b4a.rocklogster:fontProviderFetchStrategy} | The strategy to be used when fetching font data from a font provider in XML layouts. |
{@link #FontFamily_fontProviderFetchTimeout b4a.rocklogster:fontProviderFetchTimeout} | The length of the timeout during fetching. |
{@link #FontFamily_fontProviderPackage b4a.rocklogster:fontProviderPackage} | The package for the Font Provider to be used for the request. |
{@link #FontFamily_fontProviderQuery b4a.rocklogster:fontProviderQuery} | The query to be sent over to the provider. |
+ @attr description + The authority of the Font Provider to be used for the request. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderAuthority + */ + public static final int FontFamily_fontProviderAuthority = 0; + /** +
+ @attr description + The sets of hashes for the certificates the provider should be signed with. This is + used to verify the identity of the provider, and is only required if the provider is not + part of the system image. This value may point to one list or a list of lists, where each + individual list represents one collection of signature hashes. Refer to your font provider's + documentation for these values. + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderCerts + */ + public static final int FontFamily_fontProviderCerts = 3; + /** +
+ @attr description + The strategy to be used when fetching font data from a font provider in XML layouts. + This attribute is ignored when the resource is loaded from code, as it is equivalent to the + choice of API between {@link + androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and + {@link + androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)} + (async). + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
blocking | 0 | The blocking font fetch works as follows. + First, check the local cache, then if the requested font is not cached, request the + font from the provider and wait until it is finished. You can change the length of + the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the + default typeface will be used instead. |
async | 1 | The async font fetch works as follows. + First, check the local cache, then if the requeted font is not cached, trigger a + request the font and continue with layout inflation. Once the font fetch succeeds, the + target text view will be refreshed with the downloaded font data. The + fontProviderFetchTimeout will be ignored if async loading is specified. |
This is a private symbol. + @attr name b4a.rocklogster:fontProviderFetchStrategy + */ + public static final int FontFamily_fontProviderFetchStrategy = 4; + /** +
+ @attr description + The length of the timeout during fetching. + + +
May 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.
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
forever | -1 | A special value for the timeout. In this case, the blocking font fetching will not + timeout and wait until a reply is received from the font provider. |
This is a private symbol. + @attr name b4a.rocklogster:fontProviderFetchTimeout + */ + public static final int FontFamily_fontProviderFetchTimeout = 5; + /** +
+ @attr description + The package for the Font Provider to be used for the request. This is used to verify + the identity of the provider. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderPackage + */ + public static final int FontFamily_fontProviderPackage = 1; + /** +
+ @attr description + The query to be sent over to the provider. Refer to your font provider's documentation + on the format of this string. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderQuery + */ + public static final int FontFamily_fontProviderQuery = 2; + /** Attributes that can be used with a FontFamilyFont. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FontFamilyFont_android_font android:font} | |
{@link #FontFamilyFont_android_fontStyle android:fontStyle} | References to the framework attrs |
{@link #FontFamilyFont_android_fontVariationSettings android:fontVariationSettings} | |
{@link #FontFamilyFont_android_fontWeight android:fontWeight} | |
{@link #FontFamilyFont_android_ttcIndex android:ttcIndex} | |
{@link #FontFamilyFont_font b4a.rocklogster:font} | The reference to the font file to be used. |
{@link #FontFamilyFont_fontStyle b4a.rocklogster:fontStyle} | The style of the given font file. |
{@link #FontFamilyFont_fontVariationSettings b4a.rocklogster:fontVariationSettings} | The variation settings to be applied to the font. |
{@link #FontFamilyFont_fontWeight b4a.rocklogster:fontWeight} | The weight of the given font file. |
{@link #FontFamilyFont_ttcIndex b4a.rocklogster:ttcIndex} | The index of the font in the tcc font file. |
This symbol is the offset where the {@link android.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:font + */ + public static final int FontFamilyFont_android_font = 0; + /** +
+ @attr description + References to the framework attrs +
This corresponds to the global attribute + resource symbol {@link android.R.attr#fontStyle}. + @attr name android:fontStyle + */ + public static final int FontFamilyFont_android_fontStyle = 2; + /** +
This symbol is the offset where the {@link android.R.attr#fontVariationSettings} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontVariationSettings + */ + public static final int FontFamilyFont_android_fontVariationSettings = 4; + /** +
This symbol is the offset where the {@link android.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontWeight + */ + public static final int FontFamilyFont_android_fontWeight = 1; + /** +
This symbol is the offset where the {@link android.R.attr#ttcIndex} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:ttcIndex + */ + public static final int FontFamilyFont_android_ttcIndex = 3; + /** +
+ @attr description + The reference to the font file to be used. This should be a file in the res/font folder + and should therefore have an R reference value. E.g. @font/myfont + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:font + */ + public static final int FontFamilyFont_font = 6; + /** +
+ @attr description + The style of the given font file. This will be used when the font is being loaded into + the font stack and will override any style information in the font's header tables. If + unspecified, the value in the font's header tables will be used. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
normal | 0 | |
italic | 1 |
This is a private symbol. + @attr name b4a.rocklogster:fontStyle + */ + public static final int FontFamilyFont_fontStyle = 5; + /** +
+ @attr description + The variation settings to be applied to the font. The string should be in the following + format: "'tag1' value1, 'tag2' value2, ...". If the default variation settings should be + used, or the font used does not support variation settings, this attribute needs not be + specified. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontVariationSettings + */ + public static final int FontFamilyFont_fontVariationSettings = 8; + /** +
+ @attr description + The weight of the given font file. This will be used when the font is being loaded into + the font stack and will override any weight information in the font's header tables. Must + be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most + common values are 400 for regular weight and 700 for bold weight. If unspecified, the value + in the font's header tables will be used. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontWeight + */ + public static final int FontFamilyFont_fontWeight = 7; + /** +
+ @attr description + The index of the font in the tcc font file. If the font file referenced is not in the + tcc format, this attribute needs not be specified. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:ttcIndex + */ + public static final int FontFamilyFont_ttcIndex = 9; + /** Attributes that can be used with a Fragment. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #Fragment_android_id android:id} | |
{@link #Fragment_android_name android:name} | |
{@link #Fragment_android_tag android:tag} |
This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:id + */ + public static final int Fragment_android_id = 1; + /** +
This symbol is the offset where the {@link android.R.attr#name} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:name + */ + public static final int Fragment_android_name = 0; + /** +
This symbol is the offset where the {@link android.R.attr#tag} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:tag + */ + public static final int Fragment_android_tag = 2; + /** Attributes that can be used with a FragmentContainerView. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FragmentContainerView_android_name android:name} | |
{@link #FragmentContainerView_android_tag android:tag} |
This symbol is the offset where the {@link android.R.attr#name} + attribute's value can be found in the {@link #FragmentContainerView} array. + @attr name android:name + */ + public static final int FragmentContainerView_android_name = 0; + /** +
This symbol is the offset where the {@link android.R.attr#tag} + attribute's value can be found in the {@link #FragmentContainerView} array. + @attr name android:tag + */ + public static final int FragmentContainerView_android_tag = 1; + /** Attributes that can be used with a GradientColor. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #GradientColor_android_centerColor android:centerColor} | Optional center color. |
{@link #GradientColor_android_centerX android:centerX} | Only applied to SweepGradient / RadialGradient + X coordinate of the center of the gradient within the path. |
{@link #GradientColor_android_centerY android:centerY} | Y coordinate of the center of the gradient within the path. |
{@link #GradientColor_android_endColor android:endColor} | End color of the gradient. |
{@link #GradientColor_android_endX android:endX} | X coordinate of the end point origin of the gradient. |
{@link #GradientColor_android_endY android:endY} | Y coordinate of the end point of the gradient within the shape. |
{@link #GradientColor_android_gradientRadius android:gradientRadius} | Only applied to RadialGradient + Radius of the gradient, used only with radial gradient. |
{@link #GradientColor_android_startColor android:startColor} | Start color of the gradient. |
{@link #GradientColor_android_startX android:startX} | LinearGradient specific + X coordinate of the start point origin of the gradient. |
{@link #GradientColor_android_startY android:startY} | Y coordinate of the start point of the gradient within the shape. |
{@link #GradientColor_android_tileMode android:tileMode} | Defines the tile mode of the gradient. |
{@link #GradientColor_android_type android:type} | Type of gradient. |
+ @attr description + Optional center color. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerColor}. + @attr name android:centerColor + */ + public static final int GradientColor_android_centerColor = 7; + /** +
+ @attr description + Only applied to SweepGradient / RadialGradient + X coordinate of the center of the gradient within the path. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerX}. + @attr name android:centerX + */ + public static final int GradientColor_android_centerX = 3; + /** +
+ @attr description + Y coordinate of the center of the gradient within the path. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerY}. + @attr name android:centerY + */ + public static final int GradientColor_android_centerY = 4; + /** +
+ @attr description + End color of the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endColor}. + @attr name android:endColor + */ + public static final int GradientColor_android_endColor = 1; + /** +
+ @attr description + X coordinate of the end point origin of the gradient. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endX}. + @attr name android:endX + */ + public static final int GradientColor_android_endX = 10; + /** +
+ @attr description + Y coordinate of the end point of the gradient within the shape. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endY}. + @attr name android:endY + */ + public static final int GradientColor_android_endY = 11; + /** +
+ @attr description + Only applied to RadialGradient + Radius of the gradient, used only with radial gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#gradientRadius}. + @attr name android:gradientRadius + */ + public static final int GradientColor_android_gradientRadius = 5; + /** +
+ @attr description + Start color of the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startColor}. + @attr name android:startColor + */ + public static final int GradientColor_android_startColor = 0; + /** +
+ @attr description + LinearGradient specific + X coordinate of the start point origin of the gradient. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startX}. + @attr name android:startX + */ + public static final int GradientColor_android_startX = 8; + /** +
+ @attr description + Y coordinate of the start point of the gradient within the shape. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startY}. + @attr name android:startY + */ + public static final int GradientColor_android_startY = 9; + /** +
+ @attr description + Defines the tile mode of the gradient. SweepGradient doesn't support tiling. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#tileMode}. + @attr name android:tileMode + */ + public static final int GradientColor_android_tileMode = 6; + /** +
+ @attr description + Type of gradient. The default type is linear. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#type}. + @attr name android:type + */ + public static final int GradientColor_android_type = 2; + /** Attributes that can be used with a GradientColorItem. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #GradientColorItem_android_color android:color} | The current color for the offset inside the gradient. |
{@link #GradientColorItem_android_offset android:offset} | The offset (or ratio) of this current color item inside the gradient. |
+ @attr description + The current color for the offset inside the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#color}. + @attr name android:color + */ + public static final int GradientColorItem_android_color = 0; + /** +
+ @attr description + The offset (or ratio) of this current color item inside the gradient. + The value is only meaningful when it is between 0 and 1. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#offset}. + @attr name android:offset + */ + public static final int GradientColorItem_android_offset = 1; + /** Attributes that can be used with a LoadingImageView. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #LoadingImageView_circleCrop b4a.rocklogster:circleCrop} | |
{@link #LoadingImageView_imageAspectRatio b4a.rocklogster:imageAspectRatio} | |
{@link #LoadingImageView_imageAspectRatioAdjust b4a.rocklogster:imageAspectRatioAdjust} |
This symbol is the offset where the {@link b4a.rocklogster.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 b4a.rocklogster:circleCrop
+ */
+ public static final int LoadingImageView_circleCrop = 2;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.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 b4a.rocklogster:imageAspectRatio
+ */
+ public static final int LoadingImageView_imageAspectRatio = 1;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.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 |
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #MapAttrs_ambientEnabled b4a.rocklogster:ambientEnabled} | |
{@link #MapAttrs_cameraBearing b4a.rocklogster:cameraBearing} | |
{@link #MapAttrs_cameraMaxZoomPreference b4a.rocklogster:cameraMaxZoomPreference} | |
{@link #MapAttrs_cameraMinZoomPreference b4a.rocklogster:cameraMinZoomPreference} | |
{@link #MapAttrs_cameraTargetLat b4a.rocklogster:cameraTargetLat} | |
{@link #MapAttrs_cameraTargetLng b4a.rocklogster:cameraTargetLng} | |
{@link #MapAttrs_cameraTilt b4a.rocklogster:cameraTilt} | |
{@link #MapAttrs_cameraZoom b4a.rocklogster:cameraZoom} | |
{@link #MapAttrs_latLngBoundsNorthEastLatitude b4a.rocklogster:latLngBoundsNorthEastLatitude} | |
{@link #MapAttrs_latLngBoundsNorthEastLongitude b4a.rocklogster:latLngBoundsNorthEastLongitude} | |
{@link #MapAttrs_latLngBoundsSouthWestLatitude b4a.rocklogster:latLngBoundsSouthWestLatitude} | |
{@link #MapAttrs_latLngBoundsSouthWestLongitude b4a.rocklogster:latLngBoundsSouthWestLongitude} | |
{@link #MapAttrs_liteMode b4a.rocklogster:liteMode} | |
{@link #MapAttrs_mapType b4a.rocklogster:mapType} | |
{@link #MapAttrs_uiCompass b4a.rocklogster:uiCompass} | |
{@link #MapAttrs_uiMapToolbar b4a.rocklogster:uiMapToolbar} | |
{@link #MapAttrs_uiRotateGestures b4a.rocklogster:uiRotateGestures} | |
{@link #MapAttrs_uiScrollGestures b4a.rocklogster:uiScrollGestures} | |
{@link #MapAttrs_uiScrollGesturesDuringRotateOrZoom b4a.rocklogster:uiScrollGesturesDuringRotateOrZoom} | |
{@link #MapAttrs_uiTiltGestures b4a.rocklogster:uiTiltGestures} | |
{@link #MapAttrs_uiZoomControls b4a.rocklogster:uiZoomControls} | |
{@link #MapAttrs_uiZoomGestures b4a.rocklogster:uiZoomGestures} | |
{@link #MapAttrs_useViewLifecycle b4a.rocklogster:useViewLifecycle} | |
{@link #MapAttrs_zOrderOnTop b4a.rocklogster:zOrderOnTop} |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#ambientEnabled} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:ambientEnabled
+ */
+ public static final int MapAttrs_ambientEnabled = 17;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraBearing} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraBearing
+ */
+ public static final int MapAttrs_cameraBearing = 1;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraMaxZoomPreference} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraMaxZoomPreference
+ */
+ public static final int MapAttrs_cameraMaxZoomPreference = 19;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraMinZoomPreference} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraMinZoomPreference
+ */
+ public static final int MapAttrs_cameraMinZoomPreference = 18;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTargetLat} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTargetLat
+ */
+ public static final int MapAttrs_cameraTargetLat = 2;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTargetLng} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTargetLng
+ */
+ public static final int MapAttrs_cameraTargetLng = 3;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTilt} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTilt
+ */
+ public static final int MapAttrs_cameraTilt = 4;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraZoom} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraZoom
+ */
+ public static final int MapAttrs_cameraZoom = 5;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsNorthEastLatitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsNorthEastLatitude
+ */
+ public static final int MapAttrs_latLngBoundsNorthEastLatitude = 22;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsNorthEastLongitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsNorthEastLongitude
+ */
+ public static final int MapAttrs_latLngBoundsNorthEastLongitude = 23;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsSouthWestLatitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsSouthWestLatitude
+ */
+ public static final int MapAttrs_latLngBoundsSouthWestLatitude = 20;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsSouthWestLongitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsSouthWestLongitude
+ */
+ public static final int MapAttrs_latLngBoundsSouthWestLongitude = 21;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#liteMode} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:liteMode
+ */
+ public static final int MapAttrs_liteMode = 6;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#mapType} + attribute's value can be found in the {@link #MapAttrs} array. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0 | |
normal | 1 | |
satellite | 2 | |
terrain | 3 | |
hybrid | 4 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiCompass} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiCompass
+ */
+ public static final int MapAttrs_uiCompass = 7;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiMapToolbar} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiMapToolbar
+ */
+ public static final int MapAttrs_uiMapToolbar = 16;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiRotateGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiRotateGestures
+ */
+ public static final int MapAttrs_uiRotateGestures = 8;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiScrollGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiScrollGestures
+ */
+ public static final int MapAttrs_uiScrollGestures = 9;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiScrollGesturesDuringRotateOrZoom} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiScrollGesturesDuringRotateOrZoom
+ */
+ public static final int MapAttrs_uiScrollGesturesDuringRotateOrZoom = 10;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiTiltGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiTiltGestures
+ */
+ public static final int MapAttrs_uiTiltGestures = 11;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiZoomControls} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiZoomControls
+ */
+ public static final int MapAttrs_uiZoomControls = 12;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiZoomGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiZoomGestures
+ */
+ public static final int MapAttrs_uiZoomGestures = 13;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#useViewLifecycle} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:useViewLifecycle
+ */
+ public static final int MapAttrs_useViewLifecycle = 14;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#zOrderOnTop} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:zOrderOnTop
+ */
+ public static final int MapAttrs_zOrderOnTop = 15;
+ /** Attributes that can be used with a SignInButton.
+
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #SignInButton_buttonSize b4a.rocklogster:buttonSize} | |
{@link #SignInButton_colorScheme b4a.rocklogster:colorScheme} | |
{@link #SignInButton_scopeUris b4a.rocklogster:scopeUris} |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#buttonSize} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
standard | 0 | |
wide | 1 | |
icon_only | 2 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#colorScheme} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
dark | 0 | |
light | 1 | |
auto | 2 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#scopeUris} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. + @attr name b4a.rocklogster:scopeUris + */ + public static final int SignInButton_scopeUris = 2; + }; +} diff --git a/Objects/gen/b4a/rocklogster/R.java b/Objects/gen/b4a/rocklogster/R.java new file mode 100644 index 0000000..5b844ae --- /dev/null +++ b/Objects/gen/b4a/rocklogster/R.java @@ -0,0 +1,2150 @@ +/* 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 b4a.rocklogster; + +public final class R { + public static final class anim { + public static final int fragment_close_enter=0x7f050000; + public static final int fragment_close_exit=0x7f050001; + public static final int fragment_fade_enter=0x7f050002; + public static final int fragment_fade_exit=0x7f050003; + public static final int fragment_fast_out_extra_slow_in=0x7f050004; + public static final int fragment_open_enter=0x7f050005; + public static final int fragment_open_exit=0x7f050006; + } + public static final class attr { + /** Alpha multiplier applied to the base color. +
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 alpha=0x7f010027;
+ /**
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 ambientEnabled=0x7f010017;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
standard | 0 | |
wide | 1 | |
icon_only | 2 |
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 cameraBearing=0x7f010007;
+ /**
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 cameraMaxZoomPreference=0x7f010019;
+ /**
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 cameraMinZoomPreference=0x7f010018;
+ /**
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 cameraTargetLat=0x7f010008;
+ /**
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 cameraTargetLng=0x7f010009;
+ /**
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 cameraTilt=0x7f01000a;
+ /**
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 cameraZoom=0x7f01000b;
+ /**
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;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
dark | 0 | |
light | 1 | |
auto | 2 |
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int coordinatorLayoutStyle=0x7f01001e;
+ /** The reference to the font file to be used. This should be a file in the res/font folder
+ and should therefore have an R reference value. E.g. @font/myfont
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int font=0x7f01002f;
+ /** The authority of the Font Provider to be used for the request.
+
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.
+ */
+ public static final int fontProviderAuthority=0x7f010028;
+ /** The sets of hashes for the certificates the provider should be signed with. This is
+ used to verify the identity of the provider, and is only required if the provider is not
+ part of the system image. This value may point to one list or a list of lists, where each
+ individual list represents one collection of signature hashes. Refer to your font provider's
+ documentation for these values.
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int fontProviderCerts=0x7f01002b;
+ /** The strategy to be used when fetching font data from a font provider in XML layouts.
+ This attribute is ignored when the resource is loaded from code, as it is equivalent to the
+ choice of API between {@link
+ androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and
+ {@link
+ androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)}
+ (async).
+
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
blocking | 0 | The blocking font fetch works as follows. + First, check the local cache, then if the requested font is not cached, request the + font from the provider and wait until it is finished. You can change the length of + the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the + default typeface will be used instead. |
async | 1 | The async font fetch works as follows. + First, check the local cache, then if the requeted font is not cached, trigger a + request the font and continue with layout inflation. Once the font fetch succeeds, the + target text view will be refreshed with the downloaded font data. The + fontProviderFetchTimeout will be ignored if async loading is specified. |
May 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.
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
forever | -1 | A special value for the timeout. In this case, the blocking font fetching will not + timeout and wait until a reply is received from the font provider. |
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.
+ */
+ public static final int fontProviderPackage=0x7f010029;
+ /** The query to be sent over to the provider. Refer to your font provider's documentation
+ on the format of this string.
+
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.
+ */
+ public static final int fontProviderQuery=0x7f01002a;
+ /** The style of the given font file. This will be used when the font is being loaded into
+ the font stack and will override any style information in the font's header tables. If
+ unspecified, the value in the font's header tables will be used.
+
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
normal | 0 | |
italic | 1 |
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.
+ */
+ public static final int fontVariationSettings=0x7f010031;
+ /** The weight of the given font file. This will be used when the font is being loaded into
+ the font stack and will override any weight information in the font's header tables. Must
+ be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most
+ common values are 400 for regular weight and 700 for bold weight. If unspecified, the value
+ in the font's header tables will be used.
+
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.
+ */
+ public static final int fontWeight=0x7f010030;
+ /**
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 |
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int keylines=0x7f01001f;
+ /**
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 latLngBoundsNorthEastLatitude=0x7f01001c;
+ /**
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 latLngBoundsNorthEastLongitude=0x7f01001d;
+ /**
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 latLngBoundsSouthWestLatitude=0x7f01001a;
+ /**
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 latLngBoundsSouthWestLongitude=0x7f01001b;
+ /** The id of an anchor view that this view should position relative to.
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int layout_anchor=0x7f010022;
+ /** Specifies how an object should position relative to an anchor, on both the X and Y axes,
+ within its parent's bounds.
+
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of + the child clipped to its container's bounds. + The clip will be based on the vertical gravity: a top gravity will clip the bottom + edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of + the child clipped to its container's bounds. + The clip will be based on the horizontal gravity: a left gravity will clip the right + edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
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.
+ */
+ public static final int layout_behavior=0x7f010021;
+ /** Specifies how this view dodges the inset edges of the CoordinatorLayout.
+
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't dodge any edges |
top | 0x30 | Dodge the top inset edge. |
bottom | 0x50 | Dodge the bottom inset edge. |
left | 0x03 | Dodge the left inset edge. |
right | 0x05 | Dodge the right inset edge. |
start | 0x00800003 | Dodge the start inset edge. |
end | 0x00800005 | Dodge the end inset edge. |
all | 0x77 | Dodge all the inset edges. |
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't inset. |
top | 0x30 | Inset the top edge. |
bottom | 0x50 | Inset the bottom edge. |
left | 0x03 | Inset the left edge. |
right | 0x05 | Inset the right edge. |
start | 0x00800003 | Inset the start edge. |
end | 0x00800005 | Inset the end edge. |
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.
+ */
+ public static final int layout_keyline=0x7f010023;
+ /**
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 liteMode=0x7f01000c;
+ /**
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0 | |
normal | 1 | |
satellite | 2 | |
terrain | 3 | |
hybrid | 4 |
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. + */ + public static final int scopeUris=0x7f010005; + /** Drawable to display behind the status bar when the view is set to draw behind it. +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int statusBarBackground=0x7f010020;
+ /** The index of the font in the tcc font file. If the font file referenced is not in the
+ tcc format, this attribute needs not be specified.
+
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.
+ */
+ public static final int ttcIndex=0x7f010032;
+ /**
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 uiCompass=0x7f01000d;
+ /**
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 uiMapToolbar=0x7f010016;
+ /**
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 uiRotateGestures=0x7f01000e;
+ /**
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 uiScrollGestures=0x7f01000f;
+ /**
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 uiScrollGesturesDuringRotateOrZoom=0x7f010010;
+ /**
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 uiTiltGestures=0x7f010011;
+ /**
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 uiZoomControls=0x7f010012;
+ /**
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 uiZoomGestures=0x7f010013;
+ /**
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 useViewLifecycle=0x7f010014;
+ /**
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 zOrderOnTop=0x7f010015;
+ }
+ public static final class color {
+ public static final int common_google_signin_btn_text_dark=0x7f08000f;
+ public static final int common_google_signin_btn_text_dark_default=0x7f080000;
+ public static final int common_google_signin_btn_text_dark_disabled=0x7f080001;
+ public static final int common_google_signin_btn_text_dark_focused=0x7f080002;
+ public static final int common_google_signin_btn_text_dark_pressed=0x7f080003;
+ public static final int common_google_signin_btn_text_light=0x7f080010;
+ public static final int common_google_signin_btn_text_light_default=0x7f080004;
+ public static final int common_google_signin_btn_text_light_disabled=0x7f080005;
+ public static final int common_google_signin_btn_text_light_focused=0x7f080006;
+ public static final int common_google_signin_btn_text_light_pressed=0x7f080007;
+ public static final int common_google_signin_btn_tint=0x7f080011;
+ public static final int notification_action_color_filter=0x7f08000b;
+ public static final int notification_icon_bg_color=0x7f08000c;
+ public static final int notification_material_background_media_default_color=0x7f080008;
+ public static final int primary_text_default_material_dark=0x7f080009;
+ public static final int ripple_material_light=0x7f08000d;
+ public static final int secondary_text_default_material_dark=0x7f08000a;
+ public static final int secondary_text_default_material_light=0x7f08000e;
+ }
+ public static final class dimen {
+ public static final int compat_button_inset_horizontal_material=0x7f0b0008;
+ public static final int compat_button_inset_vertical_material=0x7f0b0009;
+ public static final int compat_button_padding_horizontal_material=0x7f0b000a;
+ public static final int compat_button_padding_vertical_material=0x7f0b000b;
+ public static final int compat_control_corner_material=0x7f0b000c;
+ public static final int compat_notification_large_icon_max_height=0x7f0b000d;
+ public static final int compat_notification_large_icon_max_width=0x7f0b000e;
+ public static final int notification_action_icon_size=0x7f0b000f;
+ public static final int notification_action_text_size=0x7f0b0010;
+ public static final int notification_big_circle_margin=0x7f0b0011;
+ public static final int notification_content_margin_start=0x7f0b0005;
+ public static final int notification_large_icon_height=0x7f0b0012;
+ public static final int notification_large_icon_width=0x7f0b0013;
+ public static final int notification_main_column_padding_top=0x7f0b0006;
+ public static final int notification_media_narrow_margin=0x7f0b0007;
+ public static final int notification_right_icon_size=0x7f0b0014;
+ public static final int notification_right_side_padding_top=0x7f0b0004;
+ public static final int notification_small_icon_background_padding=0x7f0b0015;
+ public static final int notification_small_icon_size_as_large=0x7f0b0016;
+ public static final int notification_subtext_size=0x7f0b0017;
+ public static final int notification_top_pad=0x7f0b0018;
+ public static final int notification_top_pad_large_text=0x7f0b0019;
+ public static final int subtitle_corner_radius=0x7f0b0000;
+ public static final int subtitle_outline_width=0x7f0b0001;
+ public static final int subtitle_shadow_offset=0x7f0b0002;
+ public static final int subtitle_shadow_radius=0x7f0b0003;
+ }
+ public static final class drawable {
+ public static final int common_full_open_on_phone=0x7f020000;
+ public static final int common_google_signin_btn_icon_dark=0x7f020001;
+ public static final int common_google_signin_btn_icon_dark_focused=0x7f020002;
+ public static final int common_google_signin_btn_icon_dark_normal=0x7f020003;
+ public static final int common_google_signin_btn_icon_dark_normal_background=0x7f020004;
+ public static final int common_google_signin_btn_icon_disabled=0x7f020005;
+ public static final int common_google_signin_btn_icon_light=0x7f020006;
+ public static final int common_google_signin_btn_icon_light_focused=0x7f020007;
+ public static final int common_google_signin_btn_icon_light_normal=0x7f020008;
+ public static final int common_google_signin_btn_icon_light_normal_background=0x7f020009;
+ public static final int common_google_signin_btn_text_dark=0x7f02000a;
+ public static final int common_google_signin_btn_text_dark_focused=0x7f02000b;
+ public static final int common_google_signin_btn_text_dark_normal=0x7f02000c;
+ public static final int common_google_signin_btn_text_dark_normal_background=0x7f02000d;
+ public static final int common_google_signin_btn_text_disabled=0x7f02000e;
+ public static final int common_google_signin_btn_text_light=0x7f02000f;
+ public static final int common_google_signin_btn_text_light_focused=0x7f020010;
+ public static final int common_google_signin_btn_text_light_normal=0x7f020011;
+ public static final int common_google_signin_btn_text_light_normal_background=0x7f020012;
+ public static final int googleg_disabled_color_18=0x7f020013;
+ public static final int googleg_standard_color_18=0x7f020014;
+ public static final int icon=0x7f020015;
+ public static final int notification_action_background=0x7f020016;
+ public static final int notification_bg=0x7f020017;
+ public static final int notification_bg_low=0x7f020018;
+ public static final int notification_bg_low_normal=0x7f020019;
+ public static final int notification_bg_low_pressed=0x7f02001a;
+ public static final int notification_bg_normal=0x7f02001b;
+ public static final int notification_bg_normal_pressed=0x7f02001c;
+ public static final int notification_icon_background=0x7f02001d;
+ public static final int notification_template_icon_bg=0x7f020020;
+ public static final int notification_template_icon_low_bg=0x7f020021;
+ public static final int notification_tile_bg=0x7f02001e;
+ public static final int notify_panel_notification_icon_bg=0x7f02001f;
+ }
+ public static final class id {
+ public static final int accessibility_action_clickable_span=0x7f090002;
+ public static final int accessibility_custom_action_0=0x7f090003;
+ public static final int accessibility_custom_action_1=0x7f090004;
+ public static final int accessibility_custom_action_10=0x7f090005;
+ public static final int accessibility_custom_action_11=0x7f090006;
+ public static final int accessibility_custom_action_12=0x7f090007;
+ public static final int accessibility_custom_action_13=0x7f090008;
+ public static final int accessibility_custom_action_14=0x7f090009;
+ public static final int accessibility_custom_action_15=0x7f09000a;
+ public static final int accessibility_custom_action_16=0x7f09000b;
+ public static final int accessibility_custom_action_17=0x7f09000c;
+ public static final int accessibility_custom_action_18=0x7f09000d;
+ public static final int accessibility_custom_action_19=0x7f09000e;
+ public static final int accessibility_custom_action_2=0x7f09000f;
+ public static final int accessibility_custom_action_20=0x7f090010;
+ public static final int accessibility_custom_action_21=0x7f090011;
+ public static final int accessibility_custom_action_22=0x7f090012;
+ public static final int accessibility_custom_action_23=0x7f090013;
+ public static final int accessibility_custom_action_24=0x7f090014;
+ public static final int accessibility_custom_action_25=0x7f090015;
+ public static final int accessibility_custom_action_26=0x7f090016;
+ public static final int accessibility_custom_action_27=0x7f090017;
+ public static final int accessibility_custom_action_28=0x7f090018;
+ public static final int accessibility_custom_action_29=0x7f090019;
+ public static final int accessibility_custom_action_3=0x7f09001a;
+ public static final int accessibility_custom_action_30=0x7f09001b;
+ public static final int accessibility_custom_action_31=0x7f09001c;
+ public static final int accessibility_custom_action_4=0x7f09001d;
+ public static final int accessibility_custom_action_5=0x7f09001e;
+ public static final int accessibility_custom_action_6=0x7f09001f;
+ public static final int accessibility_custom_action_7=0x7f090020;
+ public static final int accessibility_custom_action_8=0x7f090021;
+ public static final int accessibility_custom_action_9=0x7f090022;
+ public static final int action0=0x7f090054;
+ public static final int action_container=0x7f090051;
+ public static final int action_divider=0x7f090058;
+ public static final int action_image=0x7f090052;
+ public static final int action_text=0x7f090053;
+ public static final int actions=0x7f090062;
+ public static final int adjust_height=0x7f090030;
+ public static final int adjust_width=0x7f090031;
+ public static final int all=0x7f09004b;
+ public static final int async=0x7f09004c;
+ public static final int auto=0x7f090036;
+ public static final int blocking=0x7f09004d;
+ public static final int bottom=0x7f09003d;
+ public static final int cancel_action=0x7f090055;
+ public static final int center=0x7f09003e;
+ public static final int center_horizontal=0x7f09003f;
+ public static final int center_vertical=0x7f090040;
+ public static final int chronometer=0x7f09005d;
+ public static final int clip_horizontal=0x7f090041;
+ public static final int clip_vertical=0x7f090042;
+ public static final int dark=0x7f090037;
+ public static final int dialog_button=0x7f090050;
+ public static final int end=0x7f090043;
+ public static final int end_padder=0x7f090064;
+ public static final int fill=0x7f090044;
+ public static final int fill_horizontal=0x7f090045;
+ public static final int fill_vertical=0x7f090046;
+ public static final int forever=0x7f09004e;
+ public static final int fragment_container_view_tag=0x7f090000;
+ public static final int hybrid=0x7f090039;
+ public static final int icon=0x7f09005f;
+ public static final int icon_group=0x7f090063;
+ public static final int icon_only=0x7f090033;
+ public static final int info=0x7f09005e;
+ public static final int italic=0x7f09004f;
+ public static final int left=0x7f090047;
+ public static final int light=0x7f090038;
+ public static final int line1=0x7f090023;
+ public static final int line3=0x7f090024;
+ public static final int media_actions=0x7f090057;
+ public static final int none=0x7f090032;
+ public static final int normal=0x7f09003a;
+ public static final int notification_background=0x7f090061;
+ public static final int notification_main_column=0x7f09005a;
+ public static final int notification_main_column_container=0x7f090059;
+ public static final int right=0x7f090048;
+ public static final int right_icon=0x7f090060;
+ public static final int right_side=0x7f09005b;
+ public static final int satellite=0x7f09003b;
+ public static final int standard=0x7f090034;
+ public static final int start=0x7f090049;
+ public static final int status_bar_latest_event_content=0x7f090056;
+ public static final int tag_accessibility_actions=0x7f090025;
+ public static final int tag_accessibility_clickable_spans=0x7f090026;
+ public static final int tag_accessibility_heading=0x7f090027;
+ public static final int tag_accessibility_pane_title=0x7f090028;
+ public static final int tag_screen_reader_focusable=0x7f090029;
+ public static final int tag_transition_group=0x7f09002a;
+ public static final int tag_unhandled_key_event_manager=0x7f09002b;
+ public static final int tag_unhandled_key_listeners=0x7f09002c;
+ public static final int terrain=0x7f09003c;
+ public static final int text=0x7f09002d;
+ public static final int text2=0x7f09002e;
+ public static final int time=0x7f09005c;
+ public static final int title=0x7f09002f;
+ public static final int top=0x7f09004a;
+ public static final int visible_removing_fragment_view_tag=0x7f090001;
+ public static final int wide=0x7f090035;
+ }
+ public static final class integer {
+ public static final int cancel_button_image_alpha=0x7f060001;
+ public static final int google_play_services_version=0x7f060000;
+ public static final int status_bar_notification_info_maxnum=0x7f060002;
+ }
+ public static final class layout {
+ public static final int custom_dialog=0x7f040000;
+ public static final int notification_action=0x7f040001;
+ public static final int notification_action_tombstone=0x7f040002;
+ public static final int notification_media_action=0x7f040003;
+ public static final int notification_media_cancel_action=0x7f040004;
+ public static final int notification_template_big_media=0x7f040005;
+ public static final int notification_template_big_media_custom=0x7f040006;
+ public static final int notification_template_big_media_narrow=0x7f040007;
+ public static final int notification_template_big_media_narrow_custom=0x7f040008;
+ public static final int notification_template_custom_big=0x7f040009;
+ public static final int notification_template_icon_group=0x7f04000a;
+ public static final int notification_template_lines_media=0x7f04000b;
+ public static final int notification_template_media=0x7f04000c;
+ public static final int notification_template_media_custom=0x7f04000d;
+ public static final int notification_template_part_chronometer=0x7f04000e;
+ public static final int notification_template_part_time=0x7f04000f;
+ }
+ public static final class mipmap {
+ public static final int background=0x7f030000;
+ public static final int foreground=0x7f030001;
+ public static final int ic_launcher=0x7f030002;
+ }
+ public static final class string {
+ public static final int common_google_play_services_enable_button=0x7f070001;
+ public static final int common_google_play_services_enable_text=0x7f070002;
+ public static final int common_google_play_services_enable_title=0x7f070003;
+ public static final int common_google_play_services_install_button=0x7f070004;
+ public static final int common_google_play_services_install_text=0x7f070005;
+ public static final int common_google_play_services_install_title=0x7f070006;
+ public static final int common_google_play_services_notification_channel_name=0x7f070007;
+ public static final int common_google_play_services_notification_ticker=0x7f070008;
+ public static final int common_google_play_services_unknown_issue=0x7f070000;
+ public static final int common_google_play_services_unsupported_text=0x7f070009;
+ public static final int common_google_play_services_update_button=0x7f07000a;
+ public static final int common_google_play_services_update_text=0x7f07000b;
+ public static final int common_google_play_services_update_title=0x7f07000c;
+ public static final int common_google_play_services_updating_text=0x7f07000d;
+ public static final int common_google_play_services_wear_update_text=0x7f07000e;
+ public static final int common_open_on_phone=0x7f07000f;
+ public static final int common_signin_button_text=0x7f070010;
+ public static final int common_signin_button_text_long=0x7f070011;
+ public static final int status_bar_notification_info_overflow=0x7f070012;
+ }
+ public static final class style {
+ public static final int DarkTheme=0x7f0a000d;
+ public static final int TextAppearance_Compat_Notification=0x7f0a0006;
+ public static final int TextAppearance_Compat_Notification_Info=0x7f0a0007;
+ public static final int TextAppearance_Compat_Notification_Info_Media=0x7f0a0001;
+ public static final int TextAppearance_Compat_Notification_Line2=0x7f0a000c;
+ public static final int TextAppearance_Compat_Notification_Line2_Media=0x7f0a0005;
+ public static final int TextAppearance_Compat_Notification_Media=0x7f0a0002;
+ public static final int TextAppearance_Compat_Notification_Time=0x7f0a0008;
+ public static final int TextAppearance_Compat_Notification_Time_Media=0x7f0a0003;
+ public static final int TextAppearance_Compat_Notification_Title=0x7f0a0009;
+ public static final int TextAppearance_Compat_Notification_Title_Media=0x7f0a0004;
+ public static final int Widget_Compat_NotificationActionContainer=0x7f0a000a;
+ public static final int Widget_Compat_NotificationActionText=0x7f0a000b;
+ public static final int Widget_Support_CoordinatorLayout=0x7f0a0000;
+ }
+ public static final class styleable {
+ /** Attributes that can be used with a ColorStateListItem.
+
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #ColorStateListItem_alpha b4a.rocklogster:alpha} | Alpha multiplier applied to the base color. |
{@link #ColorStateListItem_android_alpha android:alpha} | |
{@link #ColorStateListItem_android_color android:color} | Base color for this state. |
+ @attr description + Alpha multiplier applied to the base color. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:alpha + */ + public static final int ColorStateListItem_alpha = 2; + /** +
This symbol is the offset where the {@link android.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:alpha + */ + public static final int ColorStateListItem_android_alpha = 1; + /** +
+ @attr description + Base color for this state. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#color}. + @attr name android:color + */ + public static final int ColorStateListItem_android_color = 0; + /** Attributes that can be used with a CoordinatorLayout. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #CoordinatorLayout_keylines b4a.rocklogster:keylines} | A reference to an array of integers representing the + locations of horizontal keylines in dp from the starting edge. |
{@link #CoordinatorLayout_statusBarBackground b4a.rocklogster:statusBarBackground} | Drawable to display behind the status bar when the view is set to draw behind it. |
+ @attr description + A reference to an array of integers representing the + locations of horizontal keylines in dp from the starting edge. + Child views can refer to these keylines for alignment using + layout_keyline="index" where index is a 0-based index into + this 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".
+
This is a private symbol. + @attr name b4a.rocklogster:keylines + */ + public static final int CoordinatorLayout_keylines = 0; + /** +
+ @attr description + Drawable to display behind the status bar when the view is set to draw behind it. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This is a private symbol. + @attr name b4a.rocklogster:statusBarBackground + */ + public static final int CoordinatorLayout_statusBarBackground = 1; + /** Attributes that can be used with a CoordinatorLayout_Layout. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity} | |
{@link #CoordinatorLayout_Layout_layout_anchor b4a.rocklogster:layout_anchor} | The id of an anchor view that this view should position relative to. |
{@link #CoordinatorLayout_Layout_layout_anchorGravity b4a.rocklogster:layout_anchorGravity} | Specifies how an object should position relative to an anchor, on both the X and Y axes, + within its parent's bounds. |
{@link #CoordinatorLayout_Layout_layout_behavior b4a.rocklogster:layout_behavior} | The class name of a Behavior class defining special runtime behavior + for this child view. |
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges b4a.rocklogster:layout_dodgeInsetEdges} | Specifies how this view dodges the inset edges of the CoordinatorLayout. |
{@link #CoordinatorLayout_Layout_layout_insetEdge b4a.rocklogster:layout_insetEdge} | Specifies how this view insets the CoordinatorLayout and make some other views + dodge it. |
{@link #CoordinatorLayout_Layout_layout_keyline b4a.rocklogster:layout_keyline} | The index of a keyline this view should position relative to. |
This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + @attr name android:layout_gravity + */ + public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; + /** +
+ @attr description + The id of an anchor view that this view should position relative to. + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:layout_anchor + */ + public static final int CoordinatorLayout_Layout_layout_anchor = 2; + /** +
+ @attr description + Specifies how an object should position relative to an anchor, on both the X and Y axes, + within its parent's bounds. + + +
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of + the child clipped to its container's bounds. + The clip will be based on the vertical gravity: a top gravity will clip the bottom + edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of + the child clipped to its container's bounds. + The clip will be based on the horizontal gravity: a left gravity will clip the right + edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
This is a private symbol. + @attr name b4a.rocklogster:layout_anchorGravity + */ + public static final int CoordinatorLayout_Layout_layout_anchorGravity = 4; + /** +
+ @attr description + The class name of a Behavior class defining special runtime behavior + for this child view. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:layout_behavior + */ + public static final int CoordinatorLayout_Layout_layout_behavior = 1; + /** +
+ @attr description + Specifies how this view dodges the inset edges of the CoordinatorLayout. + + +
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't dodge any edges |
top | 0x30 | Dodge the top inset edge. |
bottom | 0x50 | Dodge the bottom inset edge. |
left | 0x03 | Dodge the left inset edge. |
right | 0x05 | Dodge the right inset edge. |
start | 0x00800003 | Dodge the start inset edge. |
end | 0x00800005 | Dodge the end inset edge. |
all | 0x77 | Dodge all the inset edges. |
This is a private symbol. + @attr name b4a.rocklogster:layout_dodgeInsetEdges + */ + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; + /** +
+ @attr description + Specifies how this view insets the CoordinatorLayout and make some other views + dodge it. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't inset. |
top | 0x30 | Inset the top edge. |
bottom | 0x50 | Inset the bottom edge. |
left | 0x03 | Inset the left edge. |
right | 0x05 | Inset the right edge. |
start | 0x00800003 | Inset the start edge. |
end | 0x00800005 | Inset the end edge. |
This is a private symbol. + @attr name b4a.rocklogster:layout_insetEdge + */ + public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; + /** +
+ @attr description + The index of a keyline this view should position relative to. + android:layout_gravity will affect how the view aligns to the + specified keyline. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:layout_keyline + */ + public static final int CoordinatorLayout_Layout_layout_keyline = 3; + /** Attributes that can be used with a FontFamily. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FontFamily_fontProviderAuthority b4a.rocklogster:fontProviderAuthority} | The authority of the Font Provider to be used for the request. |
{@link #FontFamily_fontProviderCerts b4a.rocklogster:fontProviderCerts} | The sets of hashes for the certificates the provider should be signed with. |
{@link #FontFamily_fontProviderFetchStrategy b4a.rocklogster:fontProviderFetchStrategy} | The strategy to be used when fetching font data from a font provider in XML layouts. |
{@link #FontFamily_fontProviderFetchTimeout b4a.rocklogster:fontProviderFetchTimeout} | The length of the timeout during fetching. |
{@link #FontFamily_fontProviderPackage b4a.rocklogster:fontProviderPackage} | The package for the Font Provider to be used for the request. |
{@link #FontFamily_fontProviderQuery b4a.rocklogster:fontProviderQuery} | The query to be sent over to the provider. |
+ @attr description + The authority of the Font Provider to be used for the request. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderAuthority + */ + public static final int FontFamily_fontProviderAuthority = 0; + /** +
+ @attr description + The sets of hashes for the certificates the provider should be signed with. This is + used to verify the identity of the provider, and is only required if the provider is not + part of the system image. This value may point to one list or a list of lists, where each + individual list represents one collection of signature hashes. Refer to your font provider's + documentation for these values. + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderCerts + */ + public static final int FontFamily_fontProviderCerts = 3; + /** +
+ @attr description + The strategy to be used when fetching font data from a font provider in XML layouts. + This attribute is ignored when the resource is loaded from code, as it is equivalent to the + choice of API between {@link + androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and + {@link + androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)} + (async). + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
blocking | 0 | The blocking font fetch works as follows. + First, check the local cache, then if the requested font is not cached, request the + font from the provider and wait until it is finished. You can change the length of + the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the + default typeface will be used instead. |
async | 1 | The async font fetch works as follows. + First, check the local cache, then if the requeted font is not cached, trigger a + request the font and continue with layout inflation. Once the font fetch succeeds, the + target text view will be refreshed with the downloaded font data. The + fontProviderFetchTimeout will be ignored if async loading is specified. |
This is a private symbol. + @attr name b4a.rocklogster:fontProviderFetchStrategy + */ + public static final int FontFamily_fontProviderFetchStrategy = 4; + /** +
+ @attr description + The length of the timeout during fetching. + + +
May 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.
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
forever | -1 | A special value for the timeout. In this case, the blocking font fetching will not + timeout and wait until a reply is received from the font provider. |
This is a private symbol. + @attr name b4a.rocklogster:fontProviderFetchTimeout + */ + public static final int FontFamily_fontProviderFetchTimeout = 5; + /** +
+ @attr description + The package for the Font Provider to be used for the request. This is used to verify + the identity of the provider. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderPackage + */ + public static final int FontFamily_fontProviderPackage = 1; + /** +
+ @attr description + The query to be sent over to the provider. Refer to your font provider's documentation + on the format of this string. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderQuery + */ + public static final int FontFamily_fontProviderQuery = 2; + /** Attributes that can be used with a FontFamilyFont. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FontFamilyFont_android_font android:font} | |
{@link #FontFamilyFont_android_fontStyle android:fontStyle} | References to the framework attrs |
{@link #FontFamilyFont_android_fontVariationSettings android:fontVariationSettings} | |
{@link #FontFamilyFont_android_fontWeight android:fontWeight} | |
{@link #FontFamilyFont_android_ttcIndex android:ttcIndex} | |
{@link #FontFamilyFont_font b4a.rocklogster:font} | The reference to the font file to be used. |
{@link #FontFamilyFont_fontStyle b4a.rocklogster:fontStyle} | The style of the given font file. |
{@link #FontFamilyFont_fontVariationSettings b4a.rocklogster:fontVariationSettings} | The variation settings to be applied to the font. |
{@link #FontFamilyFont_fontWeight b4a.rocklogster:fontWeight} | The weight of the given font file. |
{@link #FontFamilyFont_ttcIndex b4a.rocklogster:ttcIndex} | The index of the font in the tcc font file. |
This symbol is the offset where the {@link android.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:font + */ + public static final int FontFamilyFont_android_font = 0; + /** +
+ @attr description + References to the framework attrs +
This corresponds to the global attribute + resource symbol {@link android.R.attr#fontStyle}. + @attr name android:fontStyle + */ + public static final int FontFamilyFont_android_fontStyle = 2; + /** +
This symbol is the offset where the {@link android.R.attr#fontVariationSettings} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontVariationSettings + */ + public static final int FontFamilyFont_android_fontVariationSettings = 4; + /** +
This symbol is the offset where the {@link android.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontWeight + */ + public static final int FontFamilyFont_android_fontWeight = 1; + /** +
This symbol is the offset where the {@link android.R.attr#ttcIndex} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:ttcIndex + */ + public static final int FontFamilyFont_android_ttcIndex = 3; + /** +
+ @attr description + The reference to the font file to be used. This should be a file in the res/font folder + and should therefore have an R reference value. E.g. @font/myfont + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:font + */ + public static final int FontFamilyFont_font = 6; + /** +
+ @attr description + The style of the given font file. This will be used when the font is being loaded into + the font stack and will override any style information in the font's header tables. If + unspecified, the value in the font's header tables will be used. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
normal | 0 | |
italic | 1 |
This is a private symbol. + @attr name b4a.rocklogster:fontStyle + */ + public static final int FontFamilyFont_fontStyle = 5; + /** +
+ @attr description + The variation settings to be applied to the font. The string should be in the following + format: "'tag1' value1, 'tag2' value2, ...". If the default variation settings should be + used, or the font used does not support variation settings, this attribute needs not be + specified. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontVariationSettings + */ + public static final int FontFamilyFont_fontVariationSettings = 8; + /** +
+ @attr description + The weight of the given font file. This will be used when the font is being loaded into + the font stack and will override any weight information in the font's header tables. Must + be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most + common values are 400 for regular weight and 700 for bold weight. If unspecified, the value + in the font's header tables will be used. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontWeight + */ + public static final int FontFamilyFont_fontWeight = 7; + /** +
+ @attr description + The index of the font in the tcc font file. If the font file referenced is not in the + tcc format, this attribute needs not be specified. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:ttcIndex + */ + public static final int FontFamilyFont_ttcIndex = 9; + /** Attributes that can be used with a Fragment. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #Fragment_android_id android:id} | |
{@link #Fragment_android_name android:name} | |
{@link #Fragment_android_tag android:tag} |
This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:id + */ + public static final int Fragment_android_id = 1; + /** +
This symbol is the offset where the {@link android.R.attr#name} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:name + */ + public static final int Fragment_android_name = 0; + /** +
This symbol is the offset where the {@link android.R.attr#tag} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:tag + */ + public static final int Fragment_android_tag = 2; + /** Attributes that can be used with a FragmentContainerView. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FragmentContainerView_android_name android:name} | |
{@link #FragmentContainerView_android_tag android:tag} |
This symbol is the offset where the {@link android.R.attr#name} + attribute's value can be found in the {@link #FragmentContainerView} array. + @attr name android:name + */ + public static final int FragmentContainerView_android_name = 0; + /** +
This symbol is the offset where the {@link android.R.attr#tag} + attribute's value can be found in the {@link #FragmentContainerView} array. + @attr name android:tag + */ + public static final int FragmentContainerView_android_tag = 1; + /** Attributes that can be used with a GradientColor. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #GradientColor_android_centerColor android:centerColor} | Optional center color. |
{@link #GradientColor_android_centerX android:centerX} | Only applied to SweepGradient / RadialGradient + X coordinate of the center of the gradient within the path. |
{@link #GradientColor_android_centerY android:centerY} | Y coordinate of the center of the gradient within the path. |
{@link #GradientColor_android_endColor android:endColor} | End color of the gradient. |
{@link #GradientColor_android_endX android:endX} | X coordinate of the end point origin of the gradient. |
{@link #GradientColor_android_endY android:endY} | Y coordinate of the end point of the gradient within the shape. |
{@link #GradientColor_android_gradientRadius android:gradientRadius} | Only applied to RadialGradient + Radius of the gradient, used only with radial gradient. |
{@link #GradientColor_android_startColor android:startColor} | Start color of the gradient. |
{@link #GradientColor_android_startX android:startX} | LinearGradient specific + X coordinate of the start point origin of the gradient. |
{@link #GradientColor_android_startY android:startY} | Y coordinate of the start point of the gradient within the shape. |
{@link #GradientColor_android_tileMode android:tileMode} | Defines the tile mode of the gradient. |
{@link #GradientColor_android_type android:type} | Type of gradient. |
+ @attr description + Optional center color. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerColor}. + @attr name android:centerColor + */ + public static final int GradientColor_android_centerColor = 7; + /** +
+ @attr description + Only applied to SweepGradient / RadialGradient + X coordinate of the center of the gradient within the path. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerX}. + @attr name android:centerX + */ + public static final int GradientColor_android_centerX = 3; + /** +
+ @attr description + Y coordinate of the center of the gradient within the path. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerY}. + @attr name android:centerY + */ + public static final int GradientColor_android_centerY = 4; + /** +
+ @attr description + End color of the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endColor}. + @attr name android:endColor + */ + public static final int GradientColor_android_endColor = 1; + /** +
+ @attr description + X coordinate of the end point origin of the gradient. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endX}. + @attr name android:endX + */ + public static final int GradientColor_android_endX = 10; + /** +
+ @attr description + Y coordinate of the end point of the gradient within the shape. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endY}. + @attr name android:endY + */ + public static final int GradientColor_android_endY = 11; + /** +
+ @attr description + Only applied to RadialGradient + Radius of the gradient, used only with radial gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#gradientRadius}. + @attr name android:gradientRadius + */ + public static final int GradientColor_android_gradientRadius = 5; + /** +
+ @attr description + Start color of the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startColor}. + @attr name android:startColor + */ + public static final int GradientColor_android_startColor = 0; + /** +
+ @attr description + LinearGradient specific + X coordinate of the start point origin of the gradient. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startX}. + @attr name android:startX + */ + public static final int GradientColor_android_startX = 8; + /** +
+ @attr description + Y coordinate of the start point of the gradient within the shape. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startY}. + @attr name android:startY + */ + public static final int GradientColor_android_startY = 9; + /** +
+ @attr description + Defines the tile mode of the gradient. SweepGradient doesn't support tiling. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#tileMode}. + @attr name android:tileMode + */ + public static final int GradientColor_android_tileMode = 6; + /** +
+ @attr description + Type of gradient. The default type is linear. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#type}. + @attr name android:type + */ + public static final int GradientColor_android_type = 2; + /** Attributes that can be used with a GradientColorItem. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #GradientColorItem_android_color android:color} | The current color for the offset inside the gradient. |
{@link #GradientColorItem_android_offset android:offset} | The offset (or ratio) of this current color item inside the gradient. |
+ @attr description + The current color for the offset inside the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#color}. + @attr name android:color + */ + public static final int GradientColorItem_android_color = 0; + /** +
+ @attr description + The offset (or ratio) of this current color item inside the gradient. + The value is only meaningful when it is between 0 and 1. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#offset}. + @attr name android:offset + */ + public static final int GradientColorItem_android_offset = 1; + /** Attributes that can be used with a LoadingImageView. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #LoadingImageView_circleCrop b4a.rocklogster:circleCrop} | |
{@link #LoadingImageView_imageAspectRatio b4a.rocklogster:imageAspectRatio} | |
{@link #LoadingImageView_imageAspectRatioAdjust b4a.rocklogster:imageAspectRatioAdjust} |
This symbol is the offset where the {@link b4a.rocklogster.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 b4a.rocklogster:circleCrop
+ */
+ public static final int LoadingImageView_circleCrop = 2;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.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 b4a.rocklogster:imageAspectRatio
+ */
+ public static final int LoadingImageView_imageAspectRatio = 1;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.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 |
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #MapAttrs_ambientEnabled b4a.rocklogster:ambientEnabled} | |
{@link #MapAttrs_cameraBearing b4a.rocklogster:cameraBearing} | |
{@link #MapAttrs_cameraMaxZoomPreference b4a.rocklogster:cameraMaxZoomPreference} | |
{@link #MapAttrs_cameraMinZoomPreference b4a.rocklogster:cameraMinZoomPreference} | |
{@link #MapAttrs_cameraTargetLat b4a.rocklogster:cameraTargetLat} | |
{@link #MapAttrs_cameraTargetLng b4a.rocklogster:cameraTargetLng} | |
{@link #MapAttrs_cameraTilt b4a.rocklogster:cameraTilt} | |
{@link #MapAttrs_cameraZoom b4a.rocklogster:cameraZoom} | |
{@link #MapAttrs_latLngBoundsNorthEastLatitude b4a.rocklogster:latLngBoundsNorthEastLatitude} | |
{@link #MapAttrs_latLngBoundsNorthEastLongitude b4a.rocklogster:latLngBoundsNorthEastLongitude} | |
{@link #MapAttrs_latLngBoundsSouthWestLatitude b4a.rocklogster:latLngBoundsSouthWestLatitude} | |
{@link #MapAttrs_latLngBoundsSouthWestLongitude b4a.rocklogster:latLngBoundsSouthWestLongitude} | |
{@link #MapAttrs_liteMode b4a.rocklogster:liteMode} | |
{@link #MapAttrs_mapType b4a.rocklogster:mapType} | |
{@link #MapAttrs_uiCompass b4a.rocklogster:uiCompass} | |
{@link #MapAttrs_uiMapToolbar b4a.rocklogster:uiMapToolbar} | |
{@link #MapAttrs_uiRotateGestures b4a.rocklogster:uiRotateGestures} | |
{@link #MapAttrs_uiScrollGestures b4a.rocklogster:uiScrollGestures} | |
{@link #MapAttrs_uiScrollGesturesDuringRotateOrZoom b4a.rocklogster:uiScrollGesturesDuringRotateOrZoom} | |
{@link #MapAttrs_uiTiltGestures b4a.rocklogster:uiTiltGestures} | |
{@link #MapAttrs_uiZoomControls b4a.rocklogster:uiZoomControls} | |
{@link #MapAttrs_uiZoomGestures b4a.rocklogster:uiZoomGestures} | |
{@link #MapAttrs_useViewLifecycle b4a.rocklogster:useViewLifecycle} | |
{@link #MapAttrs_zOrderOnTop b4a.rocklogster:zOrderOnTop} |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#ambientEnabled} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:ambientEnabled
+ */
+ public static final int MapAttrs_ambientEnabled = 17;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraBearing} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraBearing
+ */
+ public static final int MapAttrs_cameraBearing = 1;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraMaxZoomPreference} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraMaxZoomPreference
+ */
+ public static final int MapAttrs_cameraMaxZoomPreference = 19;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraMinZoomPreference} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraMinZoomPreference
+ */
+ public static final int MapAttrs_cameraMinZoomPreference = 18;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTargetLat} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTargetLat
+ */
+ public static final int MapAttrs_cameraTargetLat = 2;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTargetLng} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTargetLng
+ */
+ public static final int MapAttrs_cameraTargetLng = 3;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTilt} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTilt
+ */
+ public static final int MapAttrs_cameraTilt = 4;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraZoom} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraZoom
+ */
+ public static final int MapAttrs_cameraZoom = 5;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsNorthEastLatitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsNorthEastLatitude
+ */
+ public static final int MapAttrs_latLngBoundsNorthEastLatitude = 22;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsNorthEastLongitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsNorthEastLongitude
+ */
+ public static final int MapAttrs_latLngBoundsNorthEastLongitude = 23;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsSouthWestLatitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsSouthWestLatitude
+ */
+ public static final int MapAttrs_latLngBoundsSouthWestLatitude = 20;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsSouthWestLongitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsSouthWestLongitude
+ */
+ public static final int MapAttrs_latLngBoundsSouthWestLongitude = 21;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#liteMode} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:liteMode
+ */
+ public static final int MapAttrs_liteMode = 6;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#mapType} + attribute's value can be found in the {@link #MapAttrs} array. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0 | |
normal | 1 | |
satellite | 2 | |
terrain | 3 | |
hybrid | 4 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiCompass} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiCompass
+ */
+ public static final int MapAttrs_uiCompass = 7;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiMapToolbar} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiMapToolbar
+ */
+ public static final int MapAttrs_uiMapToolbar = 16;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiRotateGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiRotateGestures
+ */
+ public static final int MapAttrs_uiRotateGestures = 8;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiScrollGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiScrollGestures
+ */
+ public static final int MapAttrs_uiScrollGestures = 9;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiScrollGesturesDuringRotateOrZoom} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiScrollGesturesDuringRotateOrZoom
+ */
+ public static final int MapAttrs_uiScrollGesturesDuringRotateOrZoom = 10;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiTiltGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiTiltGestures
+ */
+ public static final int MapAttrs_uiTiltGestures = 11;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiZoomControls} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiZoomControls
+ */
+ public static final int MapAttrs_uiZoomControls = 12;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiZoomGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiZoomGestures
+ */
+ public static final int MapAttrs_uiZoomGestures = 13;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#useViewLifecycle} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:useViewLifecycle
+ */
+ public static final int MapAttrs_useViewLifecycle = 14;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#zOrderOnTop} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:zOrderOnTop
+ */
+ public static final int MapAttrs_zOrderOnTop = 15;
+ /** Attributes that can be used with a SignInButton.
+
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #SignInButton_buttonSize b4a.rocklogster:buttonSize} | |
{@link #SignInButton_colorScheme b4a.rocklogster:colorScheme} | |
{@link #SignInButton_scopeUris b4a.rocklogster:scopeUris} |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#buttonSize} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
standard | 0 | |
wide | 1 | |
icon_only | 2 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#colorScheme} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
dark | 0 | |
light | 1 | |
auto | 2 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#scopeUris} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. + @attr name b4a.rocklogster:scopeUris + */ + public static final int SignInButton_scopeUris = 2; + }; +} diff --git a/Objects/gen/com/google/android/gms/base/R.java b/Objects/gen/com/google/android/gms/base/R.java new file mode 100644 index 0000000..c5037b4 --- /dev/null +++ b/Objects/gen/com/google/android/gms/base/R.java @@ -0,0 +1,2150 @@ +/* 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.google.android.gms.base; + +public final class R { + public static final class anim { + public static final int fragment_close_enter=0x7f050000; + public static final int fragment_close_exit=0x7f050001; + public static final int fragment_fade_enter=0x7f050002; + public static final int fragment_fade_exit=0x7f050003; + public static final int fragment_fast_out_extra_slow_in=0x7f050004; + public static final int fragment_open_enter=0x7f050005; + public static final int fragment_open_exit=0x7f050006; + } + public static final class attr { + /** Alpha multiplier applied to the base color. +
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 alpha=0x7f010027;
+ /**
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 ambientEnabled=0x7f010017;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
standard | 0 | |
wide | 1 | |
icon_only | 2 |
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 cameraBearing=0x7f010007;
+ /**
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 cameraMaxZoomPreference=0x7f010019;
+ /**
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 cameraMinZoomPreference=0x7f010018;
+ /**
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 cameraTargetLat=0x7f010008;
+ /**
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 cameraTargetLng=0x7f010009;
+ /**
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 cameraTilt=0x7f01000a;
+ /**
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 cameraZoom=0x7f01000b;
+ /**
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;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
dark | 0 | |
light | 1 | |
auto | 2 |
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int coordinatorLayoutStyle=0x7f01001e;
+ /** The reference to the font file to be used. This should be a file in the res/font folder
+ and should therefore have an R reference value. E.g. @font/myfont
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int font=0x7f01002f;
+ /** The authority of the Font Provider to be used for the request.
+
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.
+ */
+ public static final int fontProviderAuthority=0x7f010028;
+ /** The sets of hashes for the certificates the provider should be signed with. This is
+ used to verify the identity of the provider, and is only required if the provider is not
+ part of the system image. This value may point to one list or a list of lists, where each
+ individual list represents one collection of signature hashes. Refer to your font provider's
+ documentation for these values.
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int fontProviderCerts=0x7f01002b;
+ /** The strategy to be used when fetching font data from a font provider in XML layouts.
+ This attribute is ignored when the resource is loaded from code, as it is equivalent to the
+ choice of API between {@link
+ androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and
+ {@link
+ androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)}
+ (async).
+
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
blocking | 0 | The blocking font fetch works as follows. + First, check the local cache, then if the requested font is not cached, request the + font from the provider and wait until it is finished. You can change the length of + the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the + default typeface will be used instead. |
async | 1 | The async font fetch works as follows. + First, check the local cache, then if the requeted font is not cached, trigger a + request the font and continue with layout inflation. Once the font fetch succeeds, the + target text view will be refreshed with the downloaded font data. The + fontProviderFetchTimeout will be ignored if async loading is specified. |
May 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.
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
forever | -1 | A special value for the timeout. In this case, the blocking font fetching will not + timeout and wait until a reply is received from the font provider. |
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.
+ */
+ public static final int fontProviderPackage=0x7f010029;
+ /** The query to be sent over to the provider. Refer to your font provider's documentation
+ on the format of this string.
+
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.
+ */
+ public static final int fontProviderQuery=0x7f01002a;
+ /** The style of the given font file. This will be used when the font is being loaded into
+ the font stack and will override any style information in the font's header tables. If
+ unspecified, the value in the font's header tables will be used.
+
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
normal | 0 | |
italic | 1 |
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.
+ */
+ public static final int fontVariationSettings=0x7f010031;
+ /** The weight of the given font file. This will be used when the font is being loaded into
+ the font stack and will override any weight information in the font's header tables. Must
+ be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most
+ common values are 400 for regular weight and 700 for bold weight. If unspecified, the value
+ in the font's header tables will be used.
+
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.
+ */
+ public static final int fontWeight=0x7f010030;
+ /**
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 |
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int keylines=0x7f01001f;
+ /**
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 latLngBoundsNorthEastLatitude=0x7f01001c;
+ /**
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 latLngBoundsNorthEastLongitude=0x7f01001d;
+ /**
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 latLngBoundsSouthWestLatitude=0x7f01001a;
+ /**
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 latLngBoundsSouthWestLongitude=0x7f01001b;
+ /** The id of an anchor view that this view should position relative to.
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int layout_anchor=0x7f010022;
+ /** Specifies how an object should position relative to an anchor, on both the X and Y axes,
+ within its parent's bounds.
+
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of + the child clipped to its container's bounds. + The clip will be based on the vertical gravity: a top gravity will clip the bottom + edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of + the child clipped to its container's bounds. + The clip will be based on the horizontal gravity: a left gravity will clip the right + edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
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.
+ */
+ public static final int layout_behavior=0x7f010021;
+ /** Specifies how this view dodges the inset edges of the CoordinatorLayout.
+
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't dodge any edges |
top | 0x30 | Dodge the top inset edge. |
bottom | 0x50 | Dodge the bottom inset edge. |
left | 0x03 | Dodge the left inset edge. |
right | 0x05 | Dodge the right inset edge. |
start | 0x00800003 | Dodge the start inset edge. |
end | 0x00800005 | Dodge the end inset edge. |
all | 0x77 | Dodge all the inset edges. |
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't inset. |
top | 0x30 | Inset the top edge. |
bottom | 0x50 | Inset the bottom edge. |
left | 0x03 | Inset the left edge. |
right | 0x05 | Inset the right edge. |
start | 0x00800003 | Inset the start edge. |
end | 0x00800005 | Inset the end edge. |
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.
+ */
+ public static final int layout_keyline=0x7f010023;
+ /**
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 liteMode=0x7f01000c;
+ /**
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0 | |
normal | 1 | |
satellite | 2 | |
terrain | 3 | |
hybrid | 4 |
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. + */ + public static final int scopeUris=0x7f010005; + /** Drawable to display behind the status bar when the view is set to draw behind it. +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int statusBarBackground=0x7f010020;
+ /** The index of the font in the tcc font file. If the font file referenced is not in the
+ tcc format, this attribute needs not be specified.
+
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.
+ */
+ public static final int ttcIndex=0x7f010032;
+ /**
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 uiCompass=0x7f01000d;
+ /**
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 uiMapToolbar=0x7f010016;
+ /**
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 uiRotateGestures=0x7f01000e;
+ /**
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 uiScrollGestures=0x7f01000f;
+ /**
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 uiScrollGesturesDuringRotateOrZoom=0x7f010010;
+ /**
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 uiTiltGestures=0x7f010011;
+ /**
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 uiZoomControls=0x7f010012;
+ /**
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 uiZoomGestures=0x7f010013;
+ /**
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 useViewLifecycle=0x7f010014;
+ /**
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 zOrderOnTop=0x7f010015;
+ }
+ public static final class color {
+ public static final int common_google_signin_btn_text_dark=0x7f08000f;
+ public static final int common_google_signin_btn_text_dark_default=0x7f080000;
+ public static final int common_google_signin_btn_text_dark_disabled=0x7f080001;
+ public static final int common_google_signin_btn_text_dark_focused=0x7f080002;
+ public static final int common_google_signin_btn_text_dark_pressed=0x7f080003;
+ public static final int common_google_signin_btn_text_light=0x7f080010;
+ public static final int common_google_signin_btn_text_light_default=0x7f080004;
+ public static final int common_google_signin_btn_text_light_disabled=0x7f080005;
+ public static final int common_google_signin_btn_text_light_focused=0x7f080006;
+ public static final int common_google_signin_btn_text_light_pressed=0x7f080007;
+ public static final int common_google_signin_btn_tint=0x7f080011;
+ public static final int notification_action_color_filter=0x7f08000b;
+ public static final int notification_icon_bg_color=0x7f08000c;
+ public static final int notification_material_background_media_default_color=0x7f080008;
+ public static final int primary_text_default_material_dark=0x7f080009;
+ public static final int ripple_material_light=0x7f08000d;
+ public static final int secondary_text_default_material_dark=0x7f08000a;
+ public static final int secondary_text_default_material_light=0x7f08000e;
+ }
+ public static final class dimen {
+ public static final int compat_button_inset_horizontal_material=0x7f0b0008;
+ public static final int compat_button_inset_vertical_material=0x7f0b0009;
+ public static final int compat_button_padding_horizontal_material=0x7f0b000a;
+ public static final int compat_button_padding_vertical_material=0x7f0b000b;
+ public static final int compat_control_corner_material=0x7f0b000c;
+ public static final int compat_notification_large_icon_max_height=0x7f0b000d;
+ public static final int compat_notification_large_icon_max_width=0x7f0b000e;
+ public static final int notification_action_icon_size=0x7f0b000f;
+ public static final int notification_action_text_size=0x7f0b0010;
+ public static final int notification_big_circle_margin=0x7f0b0011;
+ public static final int notification_content_margin_start=0x7f0b0005;
+ public static final int notification_large_icon_height=0x7f0b0012;
+ public static final int notification_large_icon_width=0x7f0b0013;
+ public static final int notification_main_column_padding_top=0x7f0b0006;
+ public static final int notification_media_narrow_margin=0x7f0b0007;
+ public static final int notification_right_icon_size=0x7f0b0014;
+ public static final int notification_right_side_padding_top=0x7f0b0004;
+ public static final int notification_small_icon_background_padding=0x7f0b0015;
+ public static final int notification_small_icon_size_as_large=0x7f0b0016;
+ public static final int notification_subtext_size=0x7f0b0017;
+ public static final int notification_top_pad=0x7f0b0018;
+ public static final int notification_top_pad_large_text=0x7f0b0019;
+ public static final int subtitle_corner_radius=0x7f0b0000;
+ public static final int subtitle_outline_width=0x7f0b0001;
+ public static final int subtitle_shadow_offset=0x7f0b0002;
+ public static final int subtitle_shadow_radius=0x7f0b0003;
+ }
+ public static final class drawable {
+ public static final int common_full_open_on_phone=0x7f020000;
+ public static final int common_google_signin_btn_icon_dark=0x7f020001;
+ public static final int common_google_signin_btn_icon_dark_focused=0x7f020002;
+ public static final int common_google_signin_btn_icon_dark_normal=0x7f020003;
+ public static final int common_google_signin_btn_icon_dark_normal_background=0x7f020004;
+ public static final int common_google_signin_btn_icon_disabled=0x7f020005;
+ public static final int common_google_signin_btn_icon_light=0x7f020006;
+ public static final int common_google_signin_btn_icon_light_focused=0x7f020007;
+ public static final int common_google_signin_btn_icon_light_normal=0x7f020008;
+ public static final int common_google_signin_btn_icon_light_normal_background=0x7f020009;
+ public static final int common_google_signin_btn_text_dark=0x7f02000a;
+ public static final int common_google_signin_btn_text_dark_focused=0x7f02000b;
+ public static final int common_google_signin_btn_text_dark_normal=0x7f02000c;
+ public static final int common_google_signin_btn_text_dark_normal_background=0x7f02000d;
+ public static final int common_google_signin_btn_text_disabled=0x7f02000e;
+ public static final int common_google_signin_btn_text_light=0x7f02000f;
+ public static final int common_google_signin_btn_text_light_focused=0x7f020010;
+ public static final int common_google_signin_btn_text_light_normal=0x7f020011;
+ public static final int common_google_signin_btn_text_light_normal_background=0x7f020012;
+ public static final int googleg_disabled_color_18=0x7f020013;
+ public static final int googleg_standard_color_18=0x7f020014;
+ public static final int icon=0x7f020015;
+ public static final int notification_action_background=0x7f020016;
+ public static final int notification_bg=0x7f020017;
+ public static final int notification_bg_low=0x7f020018;
+ public static final int notification_bg_low_normal=0x7f020019;
+ public static final int notification_bg_low_pressed=0x7f02001a;
+ public static final int notification_bg_normal=0x7f02001b;
+ public static final int notification_bg_normal_pressed=0x7f02001c;
+ public static final int notification_icon_background=0x7f02001d;
+ public static final int notification_template_icon_bg=0x7f020020;
+ public static final int notification_template_icon_low_bg=0x7f020021;
+ public static final int notification_tile_bg=0x7f02001e;
+ public static final int notify_panel_notification_icon_bg=0x7f02001f;
+ }
+ public static final class id {
+ public static final int accessibility_action_clickable_span=0x7f090002;
+ public static final int accessibility_custom_action_0=0x7f090003;
+ public static final int accessibility_custom_action_1=0x7f090004;
+ public static final int accessibility_custom_action_10=0x7f090005;
+ public static final int accessibility_custom_action_11=0x7f090006;
+ public static final int accessibility_custom_action_12=0x7f090007;
+ public static final int accessibility_custom_action_13=0x7f090008;
+ public static final int accessibility_custom_action_14=0x7f090009;
+ public static final int accessibility_custom_action_15=0x7f09000a;
+ public static final int accessibility_custom_action_16=0x7f09000b;
+ public static final int accessibility_custom_action_17=0x7f09000c;
+ public static final int accessibility_custom_action_18=0x7f09000d;
+ public static final int accessibility_custom_action_19=0x7f09000e;
+ public static final int accessibility_custom_action_2=0x7f09000f;
+ public static final int accessibility_custom_action_20=0x7f090010;
+ public static final int accessibility_custom_action_21=0x7f090011;
+ public static final int accessibility_custom_action_22=0x7f090012;
+ public static final int accessibility_custom_action_23=0x7f090013;
+ public static final int accessibility_custom_action_24=0x7f090014;
+ public static final int accessibility_custom_action_25=0x7f090015;
+ public static final int accessibility_custom_action_26=0x7f090016;
+ public static final int accessibility_custom_action_27=0x7f090017;
+ public static final int accessibility_custom_action_28=0x7f090018;
+ public static final int accessibility_custom_action_29=0x7f090019;
+ public static final int accessibility_custom_action_3=0x7f09001a;
+ public static final int accessibility_custom_action_30=0x7f09001b;
+ public static final int accessibility_custom_action_31=0x7f09001c;
+ public static final int accessibility_custom_action_4=0x7f09001d;
+ public static final int accessibility_custom_action_5=0x7f09001e;
+ public static final int accessibility_custom_action_6=0x7f09001f;
+ public static final int accessibility_custom_action_7=0x7f090020;
+ public static final int accessibility_custom_action_8=0x7f090021;
+ public static final int accessibility_custom_action_9=0x7f090022;
+ public static final int action0=0x7f090054;
+ public static final int action_container=0x7f090051;
+ public static final int action_divider=0x7f090058;
+ public static final int action_image=0x7f090052;
+ public static final int action_text=0x7f090053;
+ public static final int actions=0x7f090062;
+ public static final int adjust_height=0x7f090030;
+ public static final int adjust_width=0x7f090031;
+ public static final int all=0x7f09004b;
+ public static final int async=0x7f09004c;
+ public static final int auto=0x7f090036;
+ public static final int blocking=0x7f09004d;
+ public static final int bottom=0x7f09003d;
+ public static final int cancel_action=0x7f090055;
+ public static final int center=0x7f09003e;
+ public static final int center_horizontal=0x7f09003f;
+ public static final int center_vertical=0x7f090040;
+ public static final int chronometer=0x7f09005d;
+ public static final int clip_horizontal=0x7f090041;
+ public static final int clip_vertical=0x7f090042;
+ public static final int dark=0x7f090037;
+ public static final int dialog_button=0x7f090050;
+ public static final int end=0x7f090043;
+ public static final int end_padder=0x7f090064;
+ public static final int fill=0x7f090044;
+ public static final int fill_horizontal=0x7f090045;
+ public static final int fill_vertical=0x7f090046;
+ public static final int forever=0x7f09004e;
+ public static final int fragment_container_view_tag=0x7f090000;
+ public static final int hybrid=0x7f090039;
+ public static final int icon=0x7f09005f;
+ public static final int icon_group=0x7f090063;
+ public static final int icon_only=0x7f090033;
+ public static final int info=0x7f09005e;
+ public static final int italic=0x7f09004f;
+ public static final int left=0x7f090047;
+ public static final int light=0x7f090038;
+ public static final int line1=0x7f090023;
+ public static final int line3=0x7f090024;
+ public static final int media_actions=0x7f090057;
+ public static final int none=0x7f090032;
+ public static final int normal=0x7f09003a;
+ public static final int notification_background=0x7f090061;
+ public static final int notification_main_column=0x7f09005a;
+ public static final int notification_main_column_container=0x7f090059;
+ public static final int right=0x7f090048;
+ public static final int right_icon=0x7f090060;
+ public static final int right_side=0x7f09005b;
+ public static final int satellite=0x7f09003b;
+ public static final int standard=0x7f090034;
+ public static final int start=0x7f090049;
+ public static final int status_bar_latest_event_content=0x7f090056;
+ public static final int tag_accessibility_actions=0x7f090025;
+ public static final int tag_accessibility_clickable_spans=0x7f090026;
+ public static final int tag_accessibility_heading=0x7f090027;
+ public static final int tag_accessibility_pane_title=0x7f090028;
+ public static final int tag_screen_reader_focusable=0x7f090029;
+ public static final int tag_transition_group=0x7f09002a;
+ public static final int tag_unhandled_key_event_manager=0x7f09002b;
+ public static final int tag_unhandled_key_listeners=0x7f09002c;
+ public static final int terrain=0x7f09003c;
+ public static final int text=0x7f09002d;
+ public static final int text2=0x7f09002e;
+ public static final int time=0x7f09005c;
+ public static final int title=0x7f09002f;
+ public static final int top=0x7f09004a;
+ public static final int visible_removing_fragment_view_tag=0x7f090001;
+ public static final int wide=0x7f090035;
+ }
+ public static final class integer {
+ public static final int cancel_button_image_alpha=0x7f060001;
+ public static final int google_play_services_version=0x7f060000;
+ public static final int status_bar_notification_info_maxnum=0x7f060002;
+ }
+ public static final class layout {
+ public static final int custom_dialog=0x7f040000;
+ public static final int notification_action=0x7f040001;
+ public static final int notification_action_tombstone=0x7f040002;
+ public static final int notification_media_action=0x7f040003;
+ public static final int notification_media_cancel_action=0x7f040004;
+ public static final int notification_template_big_media=0x7f040005;
+ public static final int notification_template_big_media_custom=0x7f040006;
+ public static final int notification_template_big_media_narrow=0x7f040007;
+ public static final int notification_template_big_media_narrow_custom=0x7f040008;
+ public static final int notification_template_custom_big=0x7f040009;
+ public static final int notification_template_icon_group=0x7f04000a;
+ public static final int notification_template_lines_media=0x7f04000b;
+ public static final int notification_template_media=0x7f04000c;
+ public static final int notification_template_media_custom=0x7f04000d;
+ public static final int notification_template_part_chronometer=0x7f04000e;
+ public static final int notification_template_part_time=0x7f04000f;
+ }
+ public static final class mipmap {
+ public static final int background=0x7f030000;
+ public static final int foreground=0x7f030001;
+ public static final int ic_launcher=0x7f030002;
+ }
+ public static final class string {
+ public static final int common_google_play_services_enable_button=0x7f070001;
+ public static final int common_google_play_services_enable_text=0x7f070002;
+ public static final int common_google_play_services_enable_title=0x7f070003;
+ public static final int common_google_play_services_install_button=0x7f070004;
+ public static final int common_google_play_services_install_text=0x7f070005;
+ public static final int common_google_play_services_install_title=0x7f070006;
+ public static final int common_google_play_services_notification_channel_name=0x7f070007;
+ public static final int common_google_play_services_notification_ticker=0x7f070008;
+ public static final int common_google_play_services_unknown_issue=0x7f070000;
+ public static final int common_google_play_services_unsupported_text=0x7f070009;
+ public static final int common_google_play_services_update_button=0x7f07000a;
+ public static final int common_google_play_services_update_text=0x7f07000b;
+ public static final int common_google_play_services_update_title=0x7f07000c;
+ public static final int common_google_play_services_updating_text=0x7f07000d;
+ public static final int common_google_play_services_wear_update_text=0x7f07000e;
+ public static final int common_open_on_phone=0x7f07000f;
+ public static final int common_signin_button_text=0x7f070010;
+ public static final int common_signin_button_text_long=0x7f070011;
+ public static final int status_bar_notification_info_overflow=0x7f070012;
+ }
+ public static final class style {
+ public static final int DarkTheme=0x7f0a000d;
+ public static final int TextAppearance_Compat_Notification=0x7f0a0006;
+ public static final int TextAppearance_Compat_Notification_Info=0x7f0a0007;
+ public static final int TextAppearance_Compat_Notification_Info_Media=0x7f0a0001;
+ public static final int TextAppearance_Compat_Notification_Line2=0x7f0a000c;
+ public static final int TextAppearance_Compat_Notification_Line2_Media=0x7f0a0005;
+ public static final int TextAppearance_Compat_Notification_Media=0x7f0a0002;
+ public static final int TextAppearance_Compat_Notification_Time=0x7f0a0008;
+ public static final int TextAppearance_Compat_Notification_Time_Media=0x7f0a0003;
+ public static final int TextAppearance_Compat_Notification_Title=0x7f0a0009;
+ public static final int TextAppearance_Compat_Notification_Title_Media=0x7f0a0004;
+ public static final int Widget_Compat_NotificationActionContainer=0x7f0a000a;
+ public static final int Widget_Compat_NotificationActionText=0x7f0a000b;
+ public static final int Widget_Support_CoordinatorLayout=0x7f0a0000;
+ }
+ public static final class styleable {
+ /** Attributes that can be used with a ColorStateListItem.
+
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #ColorStateListItem_alpha b4a.rocklogster:alpha} | Alpha multiplier applied to the base color. |
{@link #ColorStateListItem_android_alpha android:alpha} | |
{@link #ColorStateListItem_android_color android:color} | Base color for this state. |
+ @attr description + Alpha multiplier applied to the base color. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:alpha + */ + public static final int ColorStateListItem_alpha = 2; + /** +
This symbol is the offset where the {@link android.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:alpha + */ + public static final int ColorStateListItem_android_alpha = 1; + /** +
+ @attr description + Base color for this state. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#color}. + @attr name android:color + */ + public static final int ColorStateListItem_android_color = 0; + /** Attributes that can be used with a CoordinatorLayout. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #CoordinatorLayout_keylines b4a.rocklogster:keylines} | A reference to an array of integers representing the + locations of horizontal keylines in dp from the starting edge. |
{@link #CoordinatorLayout_statusBarBackground b4a.rocklogster:statusBarBackground} | Drawable to display behind the status bar when the view is set to draw behind it. |
+ @attr description + A reference to an array of integers representing the + locations of horizontal keylines in dp from the starting edge. + Child views can refer to these keylines for alignment using + layout_keyline="index" where index is a 0-based index into + this 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".
+
This is a private symbol. + @attr name b4a.rocklogster:keylines + */ + public static final int CoordinatorLayout_keylines = 0; + /** +
+ @attr description + Drawable to display behind the status bar when the view is set to draw behind it. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This is a private symbol. + @attr name b4a.rocklogster:statusBarBackground + */ + public static final int CoordinatorLayout_statusBarBackground = 1; + /** Attributes that can be used with a CoordinatorLayout_Layout. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity} | |
{@link #CoordinatorLayout_Layout_layout_anchor b4a.rocklogster:layout_anchor} | The id of an anchor view that this view should position relative to. |
{@link #CoordinatorLayout_Layout_layout_anchorGravity b4a.rocklogster:layout_anchorGravity} | Specifies how an object should position relative to an anchor, on both the X and Y axes, + within its parent's bounds. |
{@link #CoordinatorLayout_Layout_layout_behavior b4a.rocklogster:layout_behavior} | The class name of a Behavior class defining special runtime behavior + for this child view. |
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges b4a.rocklogster:layout_dodgeInsetEdges} | Specifies how this view dodges the inset edges of the CoordinatorLayout. |
{@link #CoordinatorLayout_Layout_layout_insetEdge b4a.rocklogster:layout_insetEdge} | Specifies how this view insets the CoordinatorLayout and make some other views + dodge it. |
{@link #CoordinatorLayout_Layout_layout_keyline b4a.rocklogster:layout_keyline} | The index of a keyline this view should position relative to. |
This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + @attr name android:layout_gravity + */ + public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; + /** +
+ @attr description + The id of an anchor view that this view should position relative to. + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:layout_anchor + */ + public static final int CoordinatorLayout_Layout_layout_anchor = 2; + /** +
+ @attr description + Specifies how an object should position relative to an anchor, on both the X and Y axes, + within its parent's bounds. + + +
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of + the child clipped to its container's bounds. + The clip will be based on the vertical gravity: a top gravity will clip the bottom + edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of + the child clipped to its container's bounds. + The clip will be based on the horizontal gravity: a left gravity will clip the right + edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
This is a private symbol. + @attr name b4a.rocklogster:layout_anchorGravity + */ + public static final int CoordinatorLayout_Layout_layout_anchorGravity = 4; + /** +
+ @attr description + The class name of a Behavior class defining special runtime behavior + for this child view. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:layout_behavior + */ + public static final int CoordinatorLayout_Layout_layout_behavior = 1; + /** +
+ @attr description + Specifies how this view dodges the inset edges of the CoordinatorLayout. + + +
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't dodge any edges |
top | 0x30 | Dodge the top inset edge. |
bottom | 0x50 | Dodge the bottom inset edge. |
left | 0x03 | Dodge the left inset edge. |
right | 0x05 | Dodge the right inset edge. |
start | 0x00800003 | Dodge the start inset edge. |
end | 0x00800005 | Dodge the end inset edge. |
all | 0x77 | Dodge all the inset edges. |
This is a private symbol. + @attr name b4a.rocklogster:layout_dodgeInsetEdges + */ + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; + /** +
+ @attr description + Specifies how this view insets the CoordinatorLayout and make some other views + dodge it. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't inset. |
top | 0x30 | Inset the top edge. |
bottom | 0x50 | Inset the bottom edge. |
left | 0x03 | Inset the left edge. |
right | 0x05 | Inset the right edge. |
start | 0x00800003 | Inset the start edge. |
end | 0x00800005 | Inset the end edge. |
This is a private symbol. + @attr name b4a.rocklogster:layout_insetEdge + */ + public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; + /** +
+ @attr description + The index of a keyline this view should position relative to. + android:layout_gravity will affect how the view aligns to the + specified keyline. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:layout_keyline + */ + public static final int CoordinatorLayout_Layout_layout_keyline = 3; + /** Attributes that can be used with a FontFamily. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FontFamily_fontProviderAuthority b4a.rocklogster:fontProviderAuthority} | The authority of the Font Provider to be used for the request. |
{@link #FontFamily_fontProviderCerts b4a.rocklogster:fontProviderCerts} | The sets of hashes for the certificates the provider should be signed with. |
{@link #FontFamily_fontProviderFetchStrategy b4a.rocklogster:fontProviderFetchStrategy} | The strategy to be used when fetching font data from a font provider in XML layouts. |
{@link #FontFamily_fontProviderFetchTimeout b4a.rocklogster:fontProviderFetchTimeout} | The length of the timeout during fetching. |
{@link #FontFamily_fontProviderPackage b4a.rocklogster:fontProviderPackage} | The package for the Font Provider to be used for the request. |
{@link #FontFamily_fontProviderQuery b4a.rocklogster:fontProviderQuery} | The query to be sent over to the provider. |
+ @attr description + The authority of the Font Provider to be used for the request. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderAuthority + */ + public static final int FontFamily_fontProviderAuthority = 0; + /** +
+ @attr description + The sets of hashes for the certificates the provider should be signed with. This is + used to verify the identity of the provider, and is only required if the provider is not + part of the system image. This value may point to one list or a list of lists, where each + individual list represents one collection of signature hashes. Refer to your font provider's + documentation for these values. + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderCerts + */ + public static final int FontFamily_fontProviderCerts = 3; + /** +
+ @attr description + The strategy to be used when fetching font data from a font provider in XML layouts. + This attribute is ignored when the resource is loaded from code, as it is equivalent to the + choice of API between {@link + androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and + {@link + androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)} + (async). + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
blocking | 0 | The blocking font fetch works as follows. + First, check the local cache, then if the requested font is not cached, request the + font from the provider and wait until it is finished. You can change the length of + the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the + default typeface will be used instead. |
async | 1 | The async font fetch works as follows. + First, check the local cache, then if the requeted font is not cached, trigger a + request the font and continue with layout inflation. Once the font fetch succeeds, the + target text view will be refreshed with the downloaded font data. The + fontProviderFetchTimeout will be ignored if async loading is specified. |
This is a private symbol. + @attr name b4a.rocklogster:fontProviderFetchStrategy + */ + public static final int FontFamily_fontProviderFetchStrategy = 4; + /** +
+ @attr description + The length of the timeout during fetching. + + +
May 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.
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
forever | -1 | A special value for the timeout. In this case, the blocking font fetching will not + timeout and wait until a reply is received from the font provider. |
This is a private symbol. + @attr name b4a.rocklogster:fontProviderFetchTimeout + */ + public static final int FontFamily_fontProviderFetchTimeout = 5; + /** +
+ @attr description + The package for the Font Provider to be used for the request. This is used to verify + the identity of the provider. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderPackage + */ + public static final int FontFamily_fontProviderPackage = 1; + /** +
+ @attr description + The query to be sent over to the provider. Refer to your font provider's documentation + on the format of this string. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderQuery + */ + public static final int FontFamily_fontProviderQuery = 2; + /** Attributes that can be used with a FontFamilyFont. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FontFamilyFont_android_font android:font} | |
{@link #FontFamilyFont_android_fontStyle android:fontStyle} | References to the framework attrs |
{@link #FontFamilyFont_android_fontVariationSettings android:fontVariationSettings} | |
{@link #FontFamilyFont_android_fontWeight android:fontWeight} | |
{@link #FontFamilyFont_android_ttcIndex android:ttcIndex} | |
{@link #FontFamilyFont_font b4a.rocklogster:font} | The reference to the font file to be used. |
{@link #FontFamilyFont_fontStyle b4a.rocklogster:fontStyle} | The style of the given font file. |
{@link #FontFamilyFont_fontVariationSettings b4a.rocklogster:fontVariationSettings} | The variation settings to be applied to the font. |
{@link #FontFamilyFont_fontWeight b4a.rocklogster:fontWeight} | The weight of the given font file. |
{@link #FontFamilyFont_ttcIndex b4a.rocklogster:ttcIndex} | The index of the font in the tcc font file. |
This symbol is the offset where the {@link android.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:font + */ + public static final int FontFamilyFont_android_font = 0; + /** +
+ @attr description + References to the framework attrs +
This corresponds to the global attribute + resource symbol {@link android.R.attr#fontStyle}. + @attr name android:fontStyle + */ + public static final int FontFamilyFont_android_fontStyle = 2; + /** +
This symbol is the offset where the {@link android.R.attr#fontVariationSettings} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontVariationSettings + */ + public static final int FontFamilyFont_android_fontVariationSettings = 4; + /** +
This symbol is the offset where the {@link android.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontWeight + */ + public static final int FontFamilyFont_android_fontWeight = 1; + /** +
This symbol is the offset where the {@link android.R.attr#ttcIndex} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:ttcIndex + */ + public static final int FontFamilyFont_android_ttcIndex = 3; + /** +
+ @attr description + The reference to the font file to be used. This should be a file in the res/font folder + and should therefore have an R reference value. E.g. @font/myfont + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:font + */ + public static final int FontFamilyFont_font = 6; + /** +
+ @attr description + The style of the given font file. This will be used when the font is being loaded into + the font stack and will override any style information in the font's header tables. If + unspecified, the value in the font's header tables will be used. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
normal | 0 | |
italic | 1 |
This is a private symbol. + @attr name b4a.rocklogster:fontStyle + */ + public static final int FontFamilyFont_fontStyle = 5; + /** +
+ @attr description + The variation settings to be applied to the font. The string should be in the following + format: "'tag1' value1, 'tag2' value2, ...". If the default variation settings should be + used, or the font used does not support variation settings, this attribute needs not be + specified. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontVariationSettings + */ + public static final int FontFamilyFont_fontVariationSettings = 8; + /** +
+ @attr description + The weight of the given font file. This will be used when the font is being loaded into + the font stack and will override any weight information in the font's header tables. Must + be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most + common values are 400 for regular weight and 700 for bold weight. If unspecified, the value + in the font's header tables will be used. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontWeight + */ + public static final int FontFamilyFont_fontWeight = 7; + /** +
+ @attr description + The index of the font in the tcc font file. If the font file referenced is not in the + tcc format, this attribute needs not be specified. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:ttcIndex + */ + public static final int FontFamilyFont_ttcIndex = 9; + /** Attributes that can be used with a Fragment. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #Fragment_android_id android:id} | |
{@link #Fragment_android_name android:name} | |
{@link #Fragment_android_tag android:tag} |
This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:id + */ + public static final int Fragment_android_id = 1; + /** +
This symbol is the offset where the {@link android.R.attr#name} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:name + */ + public static final int Fragment_android_name = 0; + /** +
This symbol is the offset where the {@link android.R.attr#tag} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:tag + */ + public static final int Fragment_android_tag = 2; + /** Attributes that can be used with a FragmentContainerView. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FragmentContainerView_android_name android:name} | |
{@link #FragmentContainerView_android_tag android:tag} |
This symbol is the offset where the {@link android.R.attr#name} + attribute's value can be found in the {@link #FragmentContainerView} array. + @attr name android:name + */ + public static final int FragmentContainerView_android_name = 0; + /** +
This symbol is the offset where the {@link android.R.attr#tag} + attribute's value can be found in the {@link #FragmentContainerView} array. + @attr name android:tag + */ + public static final int FragmentContainerView_android_tag = 1; + /** Attributes that can be used with a GradientColor. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #GradientColor_android_centerColor android:centerColor} | Optional center color. |
{@link #GradientColor_android_centerX android:centerX} | Only applied to SweepGradient / RadialGradient + X coordinate of the center of the gradient within the path. |
{@link #GradientColor_android_centerY android:centerY} | Y coordinate of the center of the gradient within the path. |
{@link #GradientColor_android_endColor android:endColor} | End color of the gradient. |
{@link #GradientColor_android_endX android:endX} | X coordinate of the end point origin of the gradient. |
{@link #GradientColor_android_endY android:endY} | Y coordinate of the end point of the gradient within the shape. |
{@link #GradientColor_android_gradientRadius android:gradientRadius} | Only applied to RadialGradient + Radius of the gradient, used only with radial gradient. |
{@link #GradientColor_android_startColor android:startColor} | Start color of the gradient. |
{@link #GradientColor_android_startX android:startX} | LinearGradient specific + X coordinate of the start point origin of the gradient. |
{@link #GradientColor_android_startY android:startY} | Y coordinate of the start point of the gradient within the shape. |
{@link #GradientColor_android_tileMode android:tileMode} | Defines the tile mode of the gradient. |
{@link #GradientColor_android_type android:type} | Type of gradient. |
+ @attr description + Optional center color. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerColor}. + @attr name android:centerColor + */ + public static final int GradientColor_android_centerColor = 7; + /** +
+ @attr description + Only applied to SweepGradient / RadialGradient + X coordinate of the center of the gradient within the path. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerX}. + @attr name android:centerX + */ + public static final int GradientColor_android_centerX = 3; + /** +
+ @attr description + Y coordinate of the center of the gradient within the path. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerY}. + @attr name android:centerY + */ + public static final int GradientColor_android_centerY = 4; + /** +
+ @attr description + End color of the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endColor}. + @attr name android:endColor + */ + public static final int GradientColor_android_endColor = 1; + /** +
+ @attr description + X coordinate of the end point origin of the gradient. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endX}. + @attr name android:endX + */ + public static final int GradientColor_android_endX = 10; + /** +
+ @attr description + Y coordinate of the end point of the gradient within the shape. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endY}. + @attr name android:endY + */ + public static final int GradientColor_android_endY = 11; + /** +
+ @attr description + Only applied to RadialGradient + Radius of the gradient, used only with radial gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#gradientRadius}. + @attr name android:gradientRadius + */ + public static final int GradientColor_android_gradientRadius = 5; + /** +
+ @attr description + Start color of the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startColor}. + @attr name android:startColor + */ + public static final int GradientColor_android_startColor = 0; + /** +
+ @attr description + LinearGradient specific + X coordinate of the start point origin of the gradient. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startX}. + @attr name android:startX + */ + public static final int GradientColor_android_startX = 8; + /** +
+ @attr description + Y coordinate of the start point of the gradient within the shape. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startY}. + @attr name android:startY + */ + public static final int GradientColor_android_startY = 9; + /** +
+ @attr description + Defines the tile mode of the gradient. SweepGradient doesn't support tiling. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#tileMode}. + @attr name android:tileMode + */ + public static final int GradientColor_android_tileMode = 6; + /** +
+ @attr description + Type of gradient. The default type is linear. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#type}. + @attr name android:type + */ + public static final int GradientColor_android_type = 2; + /** Attributes that can be used with a GradientColorItem. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #GradientColorItem_android_color android:color} | The current color for the offset inside the gradient. |
{@link #GradientColorItem_android_offset android:offset} | The offset (or ratio) of this current color item inside the gradient. |
+ @attr description + The current color for the offset inside the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#color}. + @attr name android:color + */ + public static final int GradientColorItem_android_color = 0; + /** +
+ @attr description + The offset (or ratio) of this current color item inside the gradient. + The value is only meaningful when it is between 0 and 1. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#offset}. + @attr name android:offset + */ + public static final int GradientColorItem_android_offset = 1; + /** Attributes that can be used with a LoadingImageView. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #LoadingImageView_circleCrop b4a.rocklogster:circleCrop} | |
{@link #LoadingImageView_imageAspectRatio b4a.rocklogster:imageAspectRatio} | |
{@link #LoadingImageView_imageAspectRatioAdjust b4a.rocklogster:imageAspectRatioAdjust} |
This symbol is the offset where the {@link b4a.rocklogster.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 b4a.rocklogster:circleCrop
+ */
+ public static final int LoadingImageView_circleCrop = 2;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.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 b4a.rocklogster:imageAspectRatio
+ */
+ public static final int LoadingImageView_imageAspectRatio = 1;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.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 |
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #MapAttrs_ambientEnabled b4a.rocklogster:ambientEnabled} | |
{@link #MapAttrs_cameraBearing b4a.rocklogster:cameraBearing} | |
{@link #MapAttrs_cameraMaxZoomPreference b4a.rocklogster:cameraMaxZoomPreference} | |
{@link #MapAttrs_cameraMinZoomPreference b4a.rocklogster:cameraMinZoomPreference} | |
{@link #MapAttrs_cameraTargetLat b4a.rocklogster:cameraTargetLat} | |
{@link #MapAttrs_cameraTargetLng b4a.rocklogster:cameraTargetLng} | |
{@link #MapAttrs_cameraTilt b4a.rocklogster:cameraTilt} | |
{@link #MapAttrs_cameraZoom b4a.rocklogster:cameraZoom} | |
{@link #MapAttrs_latLngBoundsNorthEastLatitude b4a.rocklogster:latLngBoundsNorthEastLatitude} | |
{@link #MapAttrs_latLngBoundsNorthEastLongitude b4a.rocklogster:latLngBoundsNorthEastLongitude} | |
{@link #MapAttrs_latLngBoundsSouthWestLatitude b4a.rocklogster:latLngBoundsSouthWestLatitude} | |
{@link #MapAttrs_latLngBoundsSouthWestLongitude b4a.rocklogster:latLngBoundsSouthWestLongitude} | |
{@link #MapAttrs_liteMode b4a.rocklogster:liteMode} | |
{@link #MapAttrs_mapType b4a.rocklogster:mapType} | |
{@link #MapAttrs_uiCompass b4a.rocklogster:uiCompass} | |
{@link #MapAttrs_uiMapToolbar b4a.rocklogster:uiMapToolbar} | |
{@link #MapAttrs_uiRotateGestures b4a.rocklogster:uiRotateGestures} | |
{@link #MapAttrs_uiScrollGestures b4a.rocklogster:uiScrollGestures} | |
{@link #MapAttrs_uiScrollGesturesDuringRotateOrZoom b4a.rocklogster:uiScrollGesturesDuringRotateOrZoom} | |
{@link #MapAttrs_uiTiltGestures b4a.rocklogster:uiTiltGestures} | |
{@link #MapAttrs_uiZoomControls b4a.rocklogster:uiZoomControls} | |
{@link #MapAttrs_uiZoomGestures b4a.rocklogster:uiZoomGestures} | |
{@link #MapAttrs_useViewLifecycle b4a.rocklogster:useViewLifecycle} | |
{@link #MapAttrs_zOrderOnTop b4a.rocklogster:zOrderOnTop} |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#ambientEnabled} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:ambientEnabled
+ */
+ public static final int MapAttrs_ambientEnabled = 17;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraBearing} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraBearing
+ */
+ public static final int MapAttrs_cameraBearing = 1;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraMaxZoomPreference} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraMaxZoomPreference
+ */
+ public static final int MapAttrs_cameraMaxZoomPreference = 19;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraMinZoomPreference} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraMinZoomPreference
+ */
+ public static final int MapAttrs_cameraMinZoomPreference = 18;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTargetLat} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTargetLat
+ */
+ public static final int MapAttrs_cameraTargetLat = 2;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTargetLng} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTargetLng
+ */
+ public static final int MapAttrs_cameraTargetLng = 3;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTilt} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTilt
+ */
+ public static final int MapAttrs_cameraTilt = 4;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraZoom} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraZoom
+ */
+ public static final int MapAttrs_cameraZoom = 5;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsNorthEastLatitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsNorthEastLatitude
+ */
+ public static final int MapAttrs_latLngBoundsNorthEastLatitude = 22;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsNorthEastLongitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsNorthEastLongitude
+ */
+ public static final int MapAttrs_latLngBoundsNorthEastLongitude = 23;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsSouthWestLatitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsSouthWestLatitude
+ */
+ public static final int MapAttrs_latLngBoundsSouthWestLatitude = 20;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsSouthWestLongitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsSouthWestLongitude
+ */
+ public static final int MapAttrs_latLngBoundsSouthWestLongitude = 21;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#liteMode} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:liteMode
+ */
+ public static final int MapAttrs_liteMode = 6;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#mapType} + attribute's value can be found in the {@link #MapAttrs} array. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0 | |
normal | 1 | |
satellite | 2 | |
terrain | 3 | |
hybrid | 4 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiCompass} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiCompass
+ */
+ public static final int MapAttrs_uiCompass = 7;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiMapToolbar} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiMapToolbar
+ */
+ public static final int MapAttrs_uiMapToolbar = 16;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiRotateGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiRotateGestures
+ */
+ public static final int MapAttrs_uiRotateGestures = 8;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiScrollGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiScrollGestures
+ */
+ public static final int MapAttrs_uiScrollGestures = 9;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiScrollGesturesDuringRotateOrZoom} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiScrollGesturesDuringRotateOrZoom
+ */
+ public static final int MapAttrs_uiScrollGesturesDuringRotateOrZoom = 10;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiTiltGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiTiltGestures
+ */
+ public static final int MapAttrs_uiTiltGestures = 11;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiZoomControls} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiZoomControls
+ */
+ public static final int MapAttrs_uiZoomControls = 12;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiZoomGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiZoomGestures
+ */
+ public static final int MapAttrs_uiZoomGestures = 13;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#useViewLifecycle} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:useViewLifecycle
+ */
+ public static final int MapAttrs_useViewLifecycle = 14;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#zOrderOnTop} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:zOrderOnTop
+ */
+ public static final int MapAttrs_zOrderOnTop = 15;
+ /** Attributes that can be used with a SignInButton.
+
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #SignInButton_buttonSize b4a.rocklogster:buttonSize} | |
{@link #SignInButton_colorScheme b4a.rocklogster:colorScheme} | |
{@link #SignInButton_scopeUris b4a.rocklogster:scopeUris} |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#buttonSize} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
standard | 0 | |
wide | 1 | |
icon_only | 2 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#colorScheme} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
dark | 0 | |
light | 1 | |
auto | 2 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#scopeUris} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. + @attr name b4a.rocklogster:scopeUris + */ + public static final int SignInButton_scopeUris = 2; + }; +} diff --git a/Objects/gen/com/google/android/gms/common/R.java b/Objects/gen/com/google/android/gms/common/R.java new file mode 100644 index 0000000..2d8414e --- /dev/null +++ b/Objects/gen/com/google/android/gms/common/R.java @@ -0,0 +1,2150 @@ +/* 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.google.android.gms.common; + +public final class R { + public static final class anim { + public static final int fragment_close_enter=0x7f050000; + public static final int fragment_close_exit=0x7f050001; + public static final int fragment_fade_enter=0x7f050002; + public static final int fragment_fade_exit=0x7f050003; + public static final int fragment_fast_out_extra_slow_in=0x7f050004; + public static final int fragment_open_enter=0x7f050005; + public static final int fragment_open_exit=0x7f050006; + } + public static final class attr { + /** Alpha multiplier applied to the base color. +
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 alpha=0x7f010027;
+ /**
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 ambientEnabled=0x7f010017;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
standard | 0 | |
wide | 1 | |
icon_only | 2 |
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 cameraBearing=0x7f010007;
+ /**
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 cameraMaxZoomPreference=0x7f010019;
+ /**
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 cameraMinZoomPreference=0x7f010018;
+ /**
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 cameraTargetLat=0x7f010008;
+ /**
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 cameraTargetLng=0x7f010009;
+ /**
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 cameraTilt=0x7f01000a;
+ /**
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 cameraZoom=0x7f01000b;
+ /**
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;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
dark | 0 | |
light | 1 | |
auto | 2 |
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int coordinatorLayoutStyle=0x7f01001e;
+ /** The reference to the font file to be used. This should be a file in the res/font folder
+ and should therefore have an R reference value. E.g. @font/myfont
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int font=0x7f01002f;
+ /** The authority of the Font Provider to be used for the request.
+
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.
+ */
+ public static final int fontProviderAuthority=0x7f010028;
+ /** The sets of hashes for the certificates the provider should be signed with. This is
+ used to verify the identity of the provider, and is only required if the provider is not
+ part of the system image. This value may point to one list or a list of lists, where each
+ individual list represents one collection of signature hashes. Refer to your font provider's
+ documentation for these values.
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int fontProviderCerts=0x7f01002b;
+ /** The strategy to be used when fetching font data from a font provider in XML layouts.
+ This attribute is ignored when the resource is loaded from code, as it is equivalent to the
+ choice of API between {@link
+ androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and
+ {@link
+ androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)}
+ (async).
+
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
blocking | 0 | The blocking font fetch works as follows. + First, check the local cache, then if the requested font is not cached, request the + font from the provider and wait until it is finished. You can change the length of + the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the + default typeface will be used instead. |
async | 1 | The async font fetch works as follows. + First, check the local cache, then if the requeted font is not cached, trigger a + request the font and continue with layout inflation. Once the font fetch succeeds, the + target text view will be refreshed with the downloaded font data. The + fontProviderFetchTimeout will be ignored if async loading is specified. |
May 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.
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
forever | -1 | A special value for the timeout. In this case, the blocking font fetching will not + timeout and wait until a reply is received from the font provider. |
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.
+ */
+ public static final int fontProviderPackage=0x7f010029;
+ /** The query to be sent over to the provider. Refer to your font provider's documentation
+ on the format of this string.
+
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.
+ */
+ public static final int fontProviderQuery=0x7f01002a;
+ /** The style of the given font file. This will be used when the font is being loaded into
+ the font stack and will override any style information in the font's header tables. If
+ unspecified, the value in the font's header tables will be used.
+
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
normal | 0 | |
italic | 1 |
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.
+ */
+ public static final int fontVariationSettings=0x7f010031;
+ /** The weight of the given font file. This will be used when the font is being loaded into
+ the font stack and will override any weight information in the font's header tables. Must
+ be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most
+ common values are 400 for regular weight and 700 for bold weight. If unspecified, the value
+ in the font's header tables will be used.
+
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.
+ */
+ public static final int fontWeight=0x7f010030;
+ /**
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 |
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int keylines=0x7f01001f;
+ /**
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 latLngBoundsNorthEastLatitude=0x7f01001c;
+ /**
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 latLngBoundsNorthEastLongitude=0x7f01001d;
+ /**
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 latLngBoundsSouthWestLatitude=0x7f01001a;
+ /**
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 latLngBoundsSouthWestLongitude=0x7f01001b;
+ /** The id of an anchor view that this view should position relative to.
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int layout_anchor=0x7f010022;
+ /** Specifies how an object should position relative to an anchor, on both the X and Y axes,
+ within its parent's bounds.
+
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of + the child clipped to its container's bounds. + The clip will be based on the vertical gravity: a top gravity will clip the bottom + edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of + the child clipped to its container's bounds. + The clip will be based on the horizontal gravity: a left gravity will clip the right + edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
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.
+ */
+ public static final int layout_behavior=0x7f010021;
+ /** Specifies how this view dodges the inset edges of the CoordinatorLayout.
+
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't dodge any edges |
top | 0x30 | Dodge the top inset edge. |
bottom | 0x50 | Dodge the bottom inset edge. |
left | 0x03 | Dodge the left inset edge. |
right | 0x05 | Dodge the right inset edge. |
start | 0x00800003 | Dodge the start inset edge. |
end | 0x00800005 | Dodge the end inset edge. |
all | 0x77 | Dodge all the inset edges. |
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't inset. |
top | 0x30 | Inset the top edge. |
bottom | 0x50 | Inset the bottom edge. |
left | 0x03 | Inset the left edge. |
right | 0x05 | Inset the right edge. |
start | 0x00800003 | Inset the start edge. |
end | 0x00800005 | Inset the end edge. |
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.
+ */
+ public static final int layout_keyline=0x7f010023;
+ /**
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 liteMode=0x7f01000c;
+ /**
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0 | |
normal | 1 | |
satellite | 2 | |
terrain | 3 | |
hybrid | 4 |
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. + */ + public static final int scopeUris=0x7f010005; + /** Drawable to display behind the status bar when the view is set to draw behind it. +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int statusBarBackground=0x7f010020;
+ /** The index of the font in the tcc font file. If the font file referenced is not in the
+ tcc format, this attribute needs not be specified.
+
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.
+ */
+ public static final int ttcIndex=0x7f010032;
+ /**
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 uiCompass=0x7f01000d;
+ /**
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 uiMapToolbar=0x7f010016;
+ /**
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 uiRotateGestures=0x7f01000e;
+ /**
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 uiScrollGestures=0x7f01000f;
+ /**
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 uiScrollGesturesDuringRotateOrZoom=0x7f010010;
+ /**
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 uiTiltGestures=0x7f010011;
+ /**
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 uiZoomControls=0x7f010012;
+ /**
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 uiZoomGestures=0x7f010013;
+ /**
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 useViewLifecycle=0x7f010014;
+ /**
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 zOrderOnTop=0x7f010015;
+ }
+ public static final class color {
+ public static final int common_google_signin_btn_text_dark=0x7f08000f;
+ public static final int common_google_signin_btn_text_dark_default=0x7f080000;
+ public static final int common_google_signin_btn_text_dark_disabled=0x7f080001;
+ public static final int common_google_signin_btn_text_dark_focused=0x7f080002;
+ public static final int common_google_signin_btn_text_dark_pressed=0x7f080003;
+ public static final int common_google_signin_btn_text_light=0x7f080010;
+ public static final int common_google_signin_btn_text_light_default=0x7f080004;
+ public static final int common_google_signin_btn_text_light_disabled=0x7f080005;
+ public static final int common_google_signin_btn_text_light_focused=0x7f080006;
+ public static final int common_google_signin_btn_text_light_pressed=0x7f080007;
+ public static final int common_google_signin_btn_tint=0x7f080011;
+ public static final int notification_action_color_filter=0x7f08000b;
+ public static final int notification_icon_bg_color=0x7f08000c;
+ public static final int notification_material_background_media_default_color=0x7f080008;
+ public static final int primary_text_default_material_dark=0x7f080009;
+ public static final int ripple_material_light=0x7f08000d;
+ public static final int secondary_text_default_material_dark=0x7f08000a;
+ public static final int secondary_text_default_material_light=0x7f08000e;
+ }
+ public static final class dimen {
+ public static final int compat_button_inset_horizontal_material=0x7f0b0008;
+ public static final int compat_button_inset_vertical_material=0x7f0b0009;
+ public static final int compat_button_padding_horizontal_material=0x7f0b000a;
+ public static final int compat_button_padding_vertical_material=0x7f0b000b;
+ public static final int compat_control_corner_material=0x7f0b000c;
+ public static final int compat_notification_large_icon_max_height=0x7f0b000d;
+ public static final int compat_notification_large_icon_max_width=0x7f0b000e;
+ public static final int notification_action_icon_size=0x7f0b000f;
+ public static final int notification_action_text_size=0x7f0b0010;
+ public static final int notification_big_circle_margin=0x7f0b0011;
+ public static final int notification_content_margin_start=0x7f0b0005;
+ public static final int notification_large_icon_height=0x7f0b0012;
+ public static final int notification_large_icon_width=0x7f0b0013;
+ public static final int notification_main_column_padding_top=0x7f0b0006;
+ public static final int notification_media_narrow_margin=0x7f0b0007;
+ public static final int notification_right_icon_size=0x7f0b0014;
+ public static final int notification_right_side_padding_top=0x7f0b0004;
+ public static final int notification_small_icon_background_padding=0x7f0b0015;
+ public static final int notification_small_icon_size_as_large=0x7f0b0016;
+ public static final int notification_subtext_size=0x7f0b0017;
+ public static final int notification_top_pad=0x7f0b0018;
+ public static final int notification_top_pad_large_text=0x7f0b0019;
+ public static final int subtitle_corner_radius=0x7f0b0000;
+ public static final int subtitle_outline_width=0x7f0b0001;
+ public static final int subtitle_shadow_offset=0x7f0b0002;
+ public static final int subtitle_shadow_radius=0x7f0b0003;
+ }
+ public static final class drawable {
+ public static final int common_full_open_on_phone=0x7f020000;
+ public static final int common_google_signin_btn_icon_dark=0x7f020001;
+ public static final int common_google_signin_btn_icon_dark_focused=0x7f020002;
+ public static final int common_google_signin_btn_icon_dark_normal=0x7f020003;
+ public static final int common_google_signin_btn_icon_dark_normal_background=0x7f020004;
+ public static final int common_google_signin_btn_icon_disabled=0x7f020005;
+ public static final int common_google_signin_btn_icon_light=0x7f020006;
+ public static final int common_google_signin_btn_icon_light_focused=0x7f020007;
+ public static final int common_google_signin_btn_icon_light_normal=0x7f020008;
+ public static final int common_google_signin_btn_icon_light_normal_background=0x7f020009;
+ public static final int common_google_signin_btn_text_dark=0x7f02000a;
+ public static final int common_google_signin_btn_text_dark_focused=0x7f02000b;
+ public static final int common_google_signin_btn_text_dark_normal=0x7f02000c;
+ public static final int common_google_signin_btn_text_dark_normal_background=0x7f02000d;
+ public static final int common_google_signin_btn_text_disabled=0x7f02000e;
+ public static final int common_google_signin_btn_text_light=0x7f02000f;
+ public static final int common_google_signin_btn_text_light_focused=0x7f020010;
+ public static final int common_google_signin_btn_text_light_normal=0x7f020011;
+ public static final int common_google_signin_btn_text_light_normal_background=0x7f020012;
+ public static final int googleg_disabled_color_18=0x7f020013;
+ public static final int googleg_standard_color_18=0x7f020014;
+ public static final int icon=0x7f020015;
+ public static final int notification_action_background=0x7f020016;
+ public static final int notification_bg=0x7f020017;
+ public static final int notification_bg_low=0x7f020018;
+ public static final int notification_bg_low_normal=0x7f020019;
+ public static final int notification_bg_low_pressed=0x7f02001a;
+ public static final int notification_bg_normal=0x7f02001b;
+ public static final int notification_bg_normal_pressed=0x7f02001c;
+ public static final int notification_icon_background=0x7f02001d;
+ public static final int notification_template_icon_bg=0x7f020020;
+ public static final int notification_template_icon_low_bg=0x7f020021;
+ public static final int notification_tile_bg=0x7f02001e;
+ public static final int notify_panel_notification_icon_bg=0x7f02001f;
+ }
+ public static final class id {
+ public static final int accessibility_action_clickable_span=0x7f090002;
+ public static final int accessibility_custom_action_0=0x7f090003;
+ public static final int accessibility_custom_action_1=0x7f090004;
+ public static final int accessibility_custom_action_10=0x7f090005;
+ public static final int accessibility_custom_action_11=0x7f090006;
+ public static final int accessibility_custom_action_12=0x7f090007;
+ public static final int accessibility_custom_action_13=0x7f090008;
+ public static final int accessibility_custom_action_14=0x7f090009;
+ public static final int accessibility_custom_action_15=0x7f09000a;
+ public static final int accessibility_custom_action_16=0x7f09000b;
+ public static final int accessibility_custom_action_17=0x7f09000c;
+ public static final int accessibility_custom_action_18=0x7f09000d;
+ public static final int accessibility_custom_action_19=0x7f09000e;
+ public static final int accessibility_custom_action_2=0x7f09000f;
+ public static final int accessibility_custom_action_20=0x7f090010;
+ public static final int accessibility_custom_action_21=0x7f090011;
+ public static final int accessibility_custom_action_22=0x7f090012;
+ public static final int accessibility_custom_action_23=0x7f090013;
+ public static final int accessibility_custom_action_24=0x7f090014;
+ public static final int accessibility_custom_action_25=0x7f090015;
+ public static final int accessibility_custom_action_26=0x7f090016;
+ public static final int accessibility_custom_action_27=0x7f090017;
+ public static final int accessibility_custom_action_28=0x7f090018;
+ public static final int accessibility_custom_action_29=0x7f090019;
+ public static final int accessibility_custom_action_3=0x7f09001a;
+ public static final int accessibility_custom_action_30=0x7f09001b;
+ public static final int accessibility_custom_action_31=0x7f09001c;
+ public static final int accessibility_custom_action_4=0x7f09001d;
+ public static final int accessibility_custom_action_5=0x7f09001e;
+ public static final int accessibility_custom_action_6=0x7f09001f;
+ public static final int accessibility_custom_action_7=0x7f090020;
+ public static final int accessibility_custom_action_8=0x7f090021;
+ public static final int accessibility_custom_action_9=0x7f090022;
+ public static final int action0=0x7f090054;
+ public static final int action_container=0x7f090051;
+ public static final int action_divider=0x7f090058;
+ public static final int action_image=0x7f090052;
+ public static final int action_text=0x7f090053;
+ public static final int actions=0x7f090062;
+ public static final int adjust_height=0x7f090030;
+ public static final int adjust_width=0x7f090031;
+ public static final int all=0x7f09004b;
+ public static final int async=0x7f09004c;
+ public static final int auto=0x7f090036;
+ public static final int blocking=0x7f09004d;
+ public static final int bottom=0x7f09003d;
+ public static final int cancel_action=0x7f090055;
+ public static final int center=0x7f09003e;
+ public static final int center_horizontal=0x7f09003f;
+ public static final int center_vertical=0x7f090040;
+ public static final int chronometer=0x7f09005d;
+ public static final int clip_horizontal=0x7f090041;
+ public static final int clip_vertical=0x7f090042;
+ public static final int dark=0x7f090037;
+ public static final int dialog_button=0x7f090050;
+ public static final int end=0x7f090043;
+ public static final int end_padder=0x7f090064;
+ public static final int fill=0x7f090044;
+ public static final int fill_horizontal=0x7f090045;
+ public static final int fill_vertical=0x7f090046;
+ public static final int forever=0x7f09004e;
+ public static final int fragment_container_view_tag=0x7f090000;
+ public static final int hybrid=0x7f090039;
+ public static final int icon=0x7f09005f;
+ public static final int icon_group=0x7f090063;
+ public static final int icon_only=0x7f090033;
+ public static final int info=0x7f09005e;
+ public static final int italic=0x7f09004f;
+ public static final int left=0x7f090047;
+ public static final int light=0x7f090038;
+ public static final int line1=0x7f090023;
+ public static final int line3=0x7f090024;
+ public static final int media_actions=0x7f090057;
+ public static final int none=0x7f090032;
+ public static final int normal=0x7f09003a;
+ public static final int notification_background=0x7f090061;
+ public static final int notification_main_column=0x7f09005a;
+ public static final int notification_main_column_container=0x7f090059;
+ public static final int right=0x7f090048;
+ public static final int right_icon=0x7f090060;
+ public static final int right_side=0x7f09005b;
+ public static final int satellite=0x7f09003b;
+ public static final int standard=0x7f090034;
+ public static final int start=0x7f090049;
+ public static final int status_bar_latest_event_content=0x7f090056;
+ public static final int tag_accessibility_actions=0x7f090025;
+ public static final int tag_accessibility_clickable_spans=0x7f090026;
+ public static final int tag_accessibility_heading=0x7f090027;
+ public static final int tag_accessibility_pane_title=0x7f090028;
+ public static final int tag_screen_reader_focusable=0x7f090029;
+ public static final int tag_transition_group=0x7f09002a;
+ public static final int tag_unhandled_key_event_manager=0x7f09002b;
+ public static final int tag_unhandled_key_listeners=0x7f09002c;
+ public static final int terrain=0x7f09003c;
+ public static final int text=0x7f09002d;
+ public static final int text2=0x7f09002e;
+ public static final int time=0x7f09005c;
+ public static final int title=0x7f09002f;
+ public static final int top=0x7f09004a;
+ public static final int visible_removing_fragment_view_tag=0x7f090001;
+ public static final int wide=0x7f090035;
+ }
+ public static final class integer {
+ public static final int cancel_button_image_alpha=0x7f060001;
+ public static final int google_play_services_version=0x7f060000;
+ public static final int status_bar_notification_info_maxnum=0x7f060002;
+ }
+ public static final class layout {
+ public static final int custom_dialog=0x7f040000;
+ public static final int notification_action=0x7f040001;
+ public static final int notification_action_tombstone=0x7f040002;
+ public static final int notification_media_action=0x7f040003;
+ public static final int notification_media_cancel_action=0x7f040004;
+ public static final int notification_template_big_media=0x7f040005;
+ public static final int notification_template_big_media_custom=0x7f040006;
+ public static final int notification_template_big_media_narrow=0x7f040007;
+ public static final int notification_template_big_media_narrow_custom=0x7f040008;
+ public static final int notification_template_custom_big=0x7f040009;
+ public static final int notification_template_icon_group=0x7f04000a;
+ public static final int notification_template_lines_media=0x7f04000b;
+ public static final int notification_template_media=0x7f04000c;
+ public static final int notification_template_media_custom=0x7f04000d;
+ public static final int notification_template_part_chronometer=0x7f04000e;
+ public static final int notification_template_part_time=0x7f04000f;
+ }
+ public static final class mipmap {
+ public static final int background=0x7f030000;
+ public static final int foreground=0x7f030001;
+ public static final int ic_launcher=0x7f030002;
+ }
+ public static final class string {
+ public static final int common_google_play_services_enable_button=0x7f070001;
+ public static final int common_google_play_services_enable_text=0x7f070002;
+ public static final int common_google_play_services_enable_title=0x7f070003;
+ public static final int common_google_play_services_install_button=0x7f070004;
+ public static final int common_google_play_services_install_text=0x7f070005;
+ public static final int common_google_play_services_install_title=0x7f070006;
+ public static final int common_google_play_services_notification_channel_name=0x7f070007;
+ public static final int common_google_play_services_notification_ticker=0x7f070008;
+ public static final int common_google_play_services_unknown_issue=0x7f070000;
+ public static final int common_google_play_services_unsupported_text=0x7f070009;
+ public static final int common_google_play_services_update_button=0x7f07000a;
+ public static final int common_google_play_services_update_text=0x7f07000b;
+ public static final int common_google_play_services_update_title=0x7f07000c;
+ public static final int common_google_play_services_updating_text=0x7f07000d;
+ public static final int common_google_play_services_wear_update_text=0x7f07000e;
+ public static final int common_open_on_phone=0x7f07000f;
+ public static final int common_signin_button_text=0x7f070010;
+ public static final int common_signin_button_text_long=0x7f070011;
+ public static final int status_bar_notification_info_overflow=0x7f070012;
+ }
+ public static final class style {
+ public static final int DarkTheme=0x7f0a000d;
+ public static final int TextAppearance_Compat_Notification=0x7f0a0006;
+ public static final int TextAppearance_Compat_Notification_Info=0x7f0a0007;
+ public static final int TextAppearance_Compat_Notification_Info_Media=0x7f0a0001;
+ public static final int TextAppearance_Compat_Notification_Line2=0x7f0a000c;
+ public static final int TextAppearance_Compat_Notification_Line2_Media=0x7f0a0005;
+ public static final int TextAppearance_Compat_Notification_Media=0x7f0a0002;
+ public static final int TextAppearance_Compat_Notification_Time=0x7f0a0008;
+ public static final int TextAppearance_Compat_Notification_Time_Media=0x7f0a0003;
+ public static final int TextAppearance_Compat_Notification_Title=0x7f0a0009;
+ public static final int TextAppearance_Compat_Notification_Title_Media=0x7f0a0004;
+ public static final int Widget_Compat_NotificationActionContainer=0x7f0a000a;
+ public static final int Widget_Compat_NotificationActionText=0x7f0a000b;
+ public static final int Widget_Support_CoordinatorLayout=0x7f0a0000;
+ }
+ public static final class styleable {
+ /** Attributes that can be used with a ColorStateListItem.
+
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #ColorStateListItem_alpha b4a.rocklogster:alpha} | Alpha multiplier applied to the base color. |
{@link #ColorStateListItem_android_alpha android:alpha} | |
{@link #ColorStateListItem_android_color android:color} | Base color for this state. |
+ @attr description + Alpha multiplier applied to the base color. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:alpha + */ + public static final int ColorStateListItem_alpha = 2; + /** +
This symbol is the offset where the {@link android.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:alpha + */ + public static final int ColorStateListItem_android_alpha = 1; + /** +
+ @attr description + Base color for this state. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#color}. + @attr name android:color + */ + public static final int ColorStateListItem_android_color = 0; + /** Attributes that can be used with a CoordinatorLayout. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #CoordinatorLayout_keylines b4a.rocklogster:keylines} | A reference to an array of integers representing the + locations of horizontal keylines in dp from the starting edge. |
{@link #CoordinatorLayout_statusBarBackground b4a.rocklogster:statusBarBackground} | Drawable to display behind the status bar when the view is set to draw behind it. |
+ @attr description + A reference to an array of integers representing the + locations of horizontal keylines in dp from the starting edge. + Child views can refer to these keylines for alignment using + layout_keyline="index" where index is a 0-based index into + this 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".
+
This is a private symbol. + @attr name b4a.rocklogster:keylines + */ + public static final int CoordinatorLayout_keylines = 0; + /** +
+ @attr description + Drawable to display behind the status bar when the view is set to draw behind it. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This is a private symbol. + @attr name b4a.rocklogster:statusBarBackground + */ + public static final int CoordinatorLayout_statusBarBackground = 1; + /** Attributes that can be used with a CoordinatorLayout_Layout. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity} | |
{@link #CoordinatorLayout_Layout_layout_anchor b4a.rocklogster:layout_anchor} | The id of an anchor view that this view should position relative to. |
{@link #CoordinatorLayout_Layout_layout_anchorGravity b4a.rocklogster:layout_anchorGravity} | Specifies how an object should position relative to an anchor, on both the X and Y axes, + within its parent's bounds. |
{@link #CoordinatorLayout_Layout_layout_behavior b4a.rocklogster:layout_behavior} | The class name of a Behavior class defining special runtime behavior + for this child view. |
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges b4a.rocklogster:layout_dodgeInsetEdges} | Specifies how this view dodges the inset edges of the CoordinatorLayout. |
{@link #CoordinatorLayout_Layout_layout_insetEdge b4a.rocklogster:layout_insetEdge} | Specifies how this view insets the CoordinatorLayout and make some other views + dodge it. |
{@link #CoordinatorLayout_Layout_layout_keyline b4a.rocklogster:layout_keyline} | The index of a keyline this view should position relative to. |
This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + @attr name android:layout_gravity + */ + public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; + /** +
+ @attr description + The id of an anchor view that this view should position relative to. + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:layout_anchor + */ + public static final int CoordinatorLayout_Layout_layout_anchor = 2; + /** +
+ @attr description + Specifies how an object should position relative to an anchor, on both the X and Y axes, + within its parent's bounds. + + +
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of + the child clipped to its container's bounds. + The clip will be based on the vertical gravity: a top gravity will clip the bottom + edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of + the child clipped to its container's bounds. + The clip will be based on the horizontal gravity: a left gravity will clip the right + edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
This is a private symbol. + @attr name b4a.rocklogster:layout_anchorGravity + */ + public static final int CoordinatorLayout_Layout_layout_anchorGravity = 4; + /** +
+ @attr description + The class name of a Behavior class defining special runtime behavior + for this child view. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:layout_behavior + */ + public static final int CoordinatorLayout_Layout_layout_behavior = 1; + /** +
+ @attr description + Specifies how this view dodges the inset edges of the CoordinatorLayout. + + +
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't dodge any edges |
top | 0x30 | Dodge the top inset edge. |
bottom | 0x50 | Dodge the bottom inset edge. |
left | 0x03 | Dodge the left inset edge. |
right | 0x05 | Dodge the right inset edge. |
start | 0x00800003 | Dodge the start inset edge. |
end | 0x00800005 | Dodge the end inset edge. |
all | 0x77 | Dodge all the inset edges. |
This is a private symbol. + @attr name b4a.rocklogster:layout_dodgeInsetEdges + */ + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; + /** +
+ @attr description + Specifies how this view insets the CoordinatorLayout and make some other views + dodge it. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't inset. |
top | 0x30 | Inset the top edge. |
bottom | 0x50 | Inset the bottom edge. |
left | 0x03 | Inset the left edge. |
right | 0x05 | Inset the right edge. |
start | 0x00800003 | Inset the start edge. |
end | 0x00800005 | Inset the end edge. |
This is a private symbol. + @attr name b4a.rocklogster:layout_insetEdge + */ + public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; + /** +
+ @attr description + The index of a keyline this view should position relative to. + android:layout_gravity will affect how the view aligns to the + specified keyline. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:layout_keyline + */ + public static final int CoordinatorLayout_Layout_layout_keyline = 3; + /** Attributes that can be used with a FontFamily. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FontFamily_fontProviderAuthority b4a.rocklogster:fontProviderAuthority} | The authority of the Font Provider to be used for the request. |
{@link #FontFamily_fontProviderCerts b4a.rocklogster:fontProviderCerts} | The sets of hashes for the certificates the provider should be signed with. |
{@link #FontFamily_fontProviderFetchStrategy b4a.rocklogster:fontProviderFetchStrategy} | The strategy to be used when fetching font data from a font provider in XML layouts. |
{@link #FontFamily_fontProviderFetchTimeout b4a.rocklogster:fontProviderFetchTimeout} | The length of the timeout during fetching. |
{@link #FontFamily_fontProviderPackage b4a.rocklogster:fontProviderPackage} | The package for the Font Provider to be used for the request. |
{@link #FontFamily_fontProviderQuery b4a.rocklogster:fontProviderQuery} | The query to be sent over to the provider. |
+ @attr description + The authority of the Font Provider to be used for the request. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderAuthority + */ + public static final int FontFamily_fontProviderAuthority = 0; + /** +
+ @attr description + The sets of hashes for the certificates the provider should be signed with. This is + used to verify the identity of the provider, and is only required if the provider is not + part of the system image. This value may point to one list or a list of lists, where each + individual list represents one collection of signature hashes. Refer to your font provider's + documentation for these values. + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderCerts + */ + public static final int FontFamily_fontProviderCerts = 3; + /** +
+ @attr description + The strategy to be used when fetching font data from a font provider in XML layouts. + This attribute is ignored when the resource is loaded from code, as it is equivalent to the + choice of API between {@link + androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and + {@link + androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)} + (async). + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
blocking | 0 | The blocking font fetch works as follows. + First, check the local cache, then if the requested font is not cached, request the + font from the provider and wait until it is finished. You can change the length of + the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the + default typeface will be used instead. |
async | 1 | The async font fetch works as follows. + First, check the local cache, then if the requeted font is not cached, trigger a + request the font and continue with layout inflation. Once the font fetch succeeds, the + target text view will be refreshed with the downloaded font data. The + fontProviderFetchTimeout will be ignored if async loading is specified. |
This is a private symbol. + @attr name b4a.rocklogster:fontProviderFetchStrategy + */ + public static final int FontFamily_fontProviderFetchStrategy = 4; + /** +
+ @attr description + The length of the timeout during fetching. + + +
May 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.
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
forever | -1 | A special value for the timeout. In this case, the blocking font fetching will not + timeout and wait until a reply is received from the font provider. |
This is a private symbol. + @attr name b4a.rocklogster:fontProviderFetchTimeout + */ + public static final int FontFamily_fontProviderFetchTimeout = 5; + /** +
+ @attr description + The package for the Font Provider to be used for the request. This is used to verify + the identity of the provider. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderPackage + */ + public static final int FontFamily_fontProviderPackage = 1; + /** +
+ @attr description + The query to be sent over to the provider. Refer to your font provider's documentation + on the format of this string. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderQuery + */ + public static final int FontFamily_fontProviderQuery = 2; + /** Attributes that can be used with a FontFamilyFont. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FontFamilyFont_android_font android:font} | |
{@link #FontFamilyFont_android_fontStyle android:fontStyle} | References to the framework attrs |
{@link #FontFamilyFont_android_fontVariationSettings android:fontVariationSettings} | |
{@link #FontFamilyFont_android_fontWeight android:fontWeight} | |
{@link #FontFamilyFont_android_ttcIndex android:ttcIndex} | |
{@link #FontFamilyFont_font b4a.rocklogster:font} | The reference to the font file to be used. |
{@link #FontFamilyFont_fontStyle b4a.rocklogster:fontStyle} | The style of the given font file. |
{@link #FontFamilyFont_fontVariationSettings b4a.rocklogster:fontVariationSettings} | The variation settings to be applied to the font. |
{@link #FontFamilyFont_fontWeight b4a.rocklogster:fontWeight} | The weight of the given font file. |
{@link #FontFamilyFont_ttcIndex b4a.rocklogster:ttcIndex} | The index of the font in the tcc font file. |
This symbol is the offset where the {@link android.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:font + */ + public static final int FontFamilyFont_android_font = 0; + /** +
+ @attr description + References to the framework attrs +
This corresponds to the global attribute + resource symbol {@link android.R.attr#fontStyle}. + @attr name android:fontStyle + */ + public static final int FontFamilyFont_android_fontStyle = 2; + /** +
This symbol is the offset where the {@link android.R.attr#fontVariationSettings} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontVariationSettings + */ + public static final int FontFamilyFont_android_fontVariationSettings = 4; + /** +
This symbol is the offset where the {@link android.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontWeight + */ + public static final int FontFamilyFont_android_fontWeight = 1; + /** +
This symbol is the offset where the {@link android.R.attr#ttcIndex} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:ttcIndex + */ + public static final int FontFamilyFont_android_ttcIndex = 3; + /** +
+ @attr description + The reference to the font file to be used. This should be a file in the res/font folder + and should therefore have an R reference value. E.g. @font/myfont + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:font + */ + public static final int FontFamilyFont_font = 6; + /** +
+ @attr description + The style of the given font file. This will be used when the font is being loaded into + the font stack and will override any style information in the font's header tables. If + unspecified, the value in the font's header tables will be used. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
normal | 0 | |
italic | 1 |
This is a private symbol. + @attr name b4a.rocklogster:fontStyle + */ + public static final int FontFamilyFont_fontStyle = 5; + /** +
+ @attr description + The variation settings to be applied to the font. The string should be in the following + format: "'tag1' value1, 'tag2' value2, ...". If the default variation settings should be + used, or the font used does not support variation settings, this attribute needs not be + specified. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontVariationSettings + */ + public static final int FontFamilyFont_fontVariationSettings = 8; + /** +
+ @attr description + The weight of the given font file. This will be used when the font is being loaded into + the font stack and will override any weight information in the font's header tables. Must + be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most + common values are 400 for regular weight and 700 for bold weight. If unspecified, the value + in the font's header tables will be used. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontWeight + */ + public static final int FontFamilyFont_fontWeight = 7; + /** +
+ @attr description + The index of the font in the tcc font file. If the font file referenced is not in the + tcc format, this attribute needs not be specified. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:ttcIndex + */ + public static final int FontFamilyFont_ttcIndex = 9; + /** Attributes that can be used with a Fragment. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #Fragment_android_id android:id} | |
{@link #Fragment_android_name android:name} | |
{@link #Fragment_android_tag android:tag} |
This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:id + */ + public static final int Fragment_android_id = 1; + /** +
This symbol is the offset where the {@link android.R.attr#name} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:name + */ + public static final int Fragment_android_name = 0; + /** +
This symbol is the offset where the {@link android.R.attr#tag} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:tag + */ + public static final int Fragment_android_tag = 2; + /** Attributes that can be used with a FragmentContainerView. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FragmentContainerView_android_name android:name} | |
{@link #FragmentContainerView_android_tag android:tag} |
This symbol is the offset where the {@link android.R.attr#name} + attribute's value can be found in the {@link #FragmentContainerView} array. + @attr name android:name + */ + public static final int FragmentContainerView_android_name = 0; + /** +
This symbol is the offset where the {@link android.R.attr#tag} + attribute's value can be found in the {@link #FragmentContainerView} array. + @attr name android:tag + */ + public static final int FragmentContainerView_android_tag = 1; + /** Attributes that can be used with a GradientColor. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #GradientColor_android_centerColor android:centerColor} | Optional center color. |
{@link #GradientColor_android_centerX android:centerX} | Only applied to SweepGradient / RadialGradient + X coordinate of the center of the gradient within the path. |
{@link #GradientColor_android_centerY android:centerY} | Y coordinate of the center of the gradient within the path. |
{@link #GradientColor_android_endColor android:endColor} | End color of the gradient. |
{@link #GradientColor_android_endX android:endX} | X coordinate of the end point origin of the gradient. |
{@link #GradientColor_android_endY android:endY} | Y coordinate of the end point of the gradient within the shape. |
{@link #GradientColor_android_gradientRadius android:gradientRadius} | Only applied to RadialGradient + Radius of the gradient, used only with radial gradient. |
{@link #GradientColor_android_startColor android:startColor} | Start color of the gradient. |
{@link #GradientColor_android_startX android:startX} | LinearGradient specific + X coordinate of the start point origin of the gradient. |
{@link #GradientColor_android_startY android:startY} | Y coordinate of the start point of the gradient within the shape. |
{@link #GradientColor_android_tileMode android:tileMode} | Defines the tile mode of the gradient. |
{@link #GradientColor_android_type android:type} | Type of gradient. |
+ @attr description + Optional center color. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerColor}. + @attr name android:centerColor + */ + public static final int GradientColor_android_centerColor = 7; + /** +
+ @attr description + Only applied to SweepGradient / RadialGradient + X coordinate of the center of the gradient within the path. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerX}. + @attr name android:centerX + */ + public static final int GradientColor_android_centerX = 3; + /** +
+ @attr description + Y coordinate of the center of the gradient within the path. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerY}. + @attr name android:centerY + */ + public static final int GradientColor_android_centerY = 4; + /** +
+ @attr description + End color of the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endColor}. + @attr name android:endColor + */ + public static final int GradientColor_android_endColor = 1; + /** +
+ @attr description + X coordinate of the end point origin of the gradient. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endX}. + @attr name android:endX + */ + public static final int GradientColor_android_endX = 10; + /** +
+ @attr description + Y coordinate of the end point of the gradient within the shape. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endY}. + @attr name android:endY + */ + public static final int GradientColor_android_endY = 11; + /** +
+ @attr description + Only applied to RadialGradient + Radius of the gradient, used only with radial gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#gradientRadius}. + @attr name android:gradientRadius + */ + public static final int GradientColor_android_gradientRadius = 5; + /** +
+ @attr description + Start color of the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startColor}. + @attr name android:startColor + */ + public static final int GradientColor_android_startColor = 0; + /** +
+ @attr description + LinearGradient specific + X coordinate of the start point origin of the gradient. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startX}. + @attr name android:startX + */ + public static final int GradientColor_android_startX = 8; + /** +
+ @attr description + Y coordinate of the start point of the gradient within the shape. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startY}. + @attr name android:startY + */ + public static final int GradientColor_android_startY = 9; + /** +
+ @attr description + Defines the tile mode of the gradient. SweepGradient doesn't support tiling. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#tileMode}. + @attr name android:tileMode + */ + public static final int GradientColor_android_tileMode = 6; + /** +
+ @attr description + Type of gradient. The default type is linear. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#type}. + @attr name android:type + */ + public static final int GradientColor_android_type = 2; + /** Attributes that can be used with a GradientColorItem. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #GradientColorItem_android_color android:color} | The current color for the offset inside the gradient. |
{@link #GradientColorItem_android_offset android:offset} | The offset (or ratio) of this current color item inside the gradient. |
+ @attr description + The current color for the offset inside the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#color}. + @attr name android:color + */ + public static final int GradientColorItem_android_color = 0; + /** +
+ @attr description + The offset (or ratio) of this current color item inside the gradient. + The value is only meaningful when it is between 0 and 1. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#offset}. + @attr name android:offset + */ + public static final int GradientColorItem_android_offset = 1; + /** Attributes that can be used with a LoadingImageView. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #LoadingImageView_circleCrop b4a.rocklogster:circleCrop} | |
{@link #LoadingImageView_imageAspectRatio b4a.rocklogster:imageAspectRatio} | |
{@link #LoadingImageView_imageAspectRatioAdjust b4a.rocklogster:imageAspectRatioAdjust} |
This symbol is the offset where the {@link b4a.rocklogster.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 b4a.rocklogster:circleCrop
+ */
+ public static final int LoadingImageView_circleCrop = 2;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.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 b4a.rocklogster:imageAspectRatio
+ */
+ public static final int LoadingImageView_imageAspectRatio = 1;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.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 |
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #MapAttrs_ambientEnabled b4a.rocklogster:ambientEnabled} | |
{@link #MapAttrs_cameraBearing b4a.rocklogster:cameraBearing} | |
{@link #MapAttrs_cameraMaxZoomPreference b4a.rocklogster:cameraMaxZoomPreference} | |
{@link #MapAttrs_cameraMinZoomPreference b4a.rocklogster:cameraMinZoomPreference} | |
{@link #MapAttrs_cameraTargetLat b4a.rocklogster:cameraTargetLat} | |
{@link #MapAttrs_cameraTargetLng b4a.rocklogster:cameraTargetLng} | |
{@link #MapAttrs_cameraTilt b4a.rocklogster:cameraTilt} | |
{@link #MapAttrs_cameraZoom b4a.rocklogster:cameraZoom} | |
{@link #MapAttrs_latLngBoundsNorthEastLatitude b4a.rocklogster:latLngBoundsNorthEastLatitude} | |
{@link #MapAttrs_latLngBoundsNorthEastLongitude b4a.rocklogster:latLngBoundsNorthEastLongitude} | |
{@link #MapAttrs_latLngBoundsSouthWestLatitude b4a.rocklogster:latLngBoundsSouthWestLatitude} | |
{@link #MapAttrs_latLngBoundsSouthWestLongitude b4a.rocklogster:latLngBoundsSouthWestLongitude} | |
{@link #MapAttrs_liteMode b4a.rocklogster:liteMode} | |
{@link #MapAttrs_mapType b4a.rocklogster:mapType} | |
{@link #MapAttrs_uiCompass b4a.rocklogster:uiCompass} | |
{@link #MapAttrs_uiMapToolbar b4a.rocklogster:uiMapToolbar} | |
{@link #MapAttrs_uiRotateGestures b4a.rocklogster:uiRotateGestures} | |
{@link #MapAttrs_uiScrollGestures b4a.rocklogster:uiScrollGestures} | |
{@link #MapAttrs_uiScrollGesturesDuringRotateOrZoom b4a.rocklogster:uiScrollGesturesDuringRotateOrZoom} | |
{@link #MapAttrs_uiTiltGestures b4a.rocklogster:uiTiltGestures} | |
{@link #MapAttrs_uiZoomControls b4a.rocklogster:uiZoomControls} | |
{@link #MapAttrs_uiZoomGestures b4a.rocklogster:uiZoomGestures} | |
{@link #MapAttrs_useViewLifecycle b4a.rocklogster:useViewLifecycle} | |
{@link #MapAttrs_zOrderOnTop b4a.rocklogster:zOrderOnTop} |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#ambientEnabled} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:ambientEnabled
+ */
+ public static final int MapAttrs_ambientEnabled = 17;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraBearing} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraBearing
+ */
+ public static final int MapAttrs_cameraBearing = 1;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraMaxZoomPreference} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraMaxZoomPreference
+ */
+ public static final int MapAttrs_cameraMaxZoomPreference = 19;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraMinZoomPreference} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraMinZoomPreference
+ */
+ public static final int MapAttrs_cameraMinZoomPreference = 18;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTargetLat} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTargetLat
+ */
+ public static final int MapAttrs_cameraTargetLat = 2;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTargetLng} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTargetLng
+ */
+ public static final int MapAttrs_cameraTargetLng = 3;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTilt} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTilt
+ */
+ public static final int MapAttrs_cameraTilt = 4;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraZoom} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraZoom
+ */
+ public static final int MapAttrs_cameraZoom = 5;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsNorthEastLatitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsNorthEastLatitude
+ */
+ public static final int MapAttrs_latLngBoundsNorthEastLatitude = 22;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsNorthEastLongitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsNorthEastLongitude
+ */
+ public static final int MapAttrs_latLngBoundsNorthEastLongitude = 23;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsSouthWestLatitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsSouthWestLatitude
+ */
+ public static final int MapAttrs_latLngBoundsSouthWestLatitude = 20;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsSouthWestLongitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsSouthWestLongitude
+ */
+ public static final int MapAttrs_latLngBoundsSouthWestLongitude = 21;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#liteMode} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:liteMode
+ */
+ public static final int MapAttrs_liteMode = 6;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#mapType} + attribute's value can be found in the {@link #MapAttrs} array. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0 | |
normal | 1 | |
satellite | 2 | |
terrain | 3 | |
hybrid | 4 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiCompass} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiCompass
+ */
+ public static final int MapAttrs_uiCompass = 7;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiMapToolbar} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiMapToolbar
+ */
+ public static final int MapAttrs_uiMapToolbar = 16;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiRotateGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiRotateGestures
+ */
+ public static final int MapAttrs_uiRotateGestures = 8;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiScrollGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiScrollGestures
+ */
+ public static final int MapAttrs_uiScrollGestures = 9;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiScrollGesturesDuringRotateOrZoom} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiScrollGesturesDuringRotateOrZoom
+ */
+ public static final int MapAttrs_uiScrollGesturesDuringRotateOrZoom = 10;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiTiltGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiTiltGestures
+ */
+ public static final int MapAttrs_uiTiltGestures = 11;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiZoomControls} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiZoomControls
+ */
+ public static final int MapAttrs_uiZoomControls = 12;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiZoomGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiZoomGestures
+ */
+ public static final int MapAttrs_uiZoomGestures = 13;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#useViewLifecycle} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:useViewLifecycle
+ */
+ public static final int MapAttrs_useViewLifecycle = 14;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#zOrderOnTop} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:zOrderOnTop
+ */
+ public static final int MapAttrs_zOrderOnTop = 15;
+ /** Attributes that can be used with a SignInButton.
+
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #SignInButton_buttonSize b4a.rocklogster:buttonSize} | |
{@link #SignInButton_colorScheme b4a.rocklogster:colorScheme} | |
{@link #SignInButton_scopeUris b4a.rocklogster:scopeUris} |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#buttonSize} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
standard | 0 | |
wide | 1 | |
icon_only | 2 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#colorScheme} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
dark | 0 | |
light | 1 | |
auto | 2 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#scopeUris} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. + @attr name b4a.rocklogster:scopeUris + */ + public static final int SignInButton_scopeUris = 2; + }; +} diff --git a/Objects/gen/com/google/android/gms/maps/R.java b/Objects/gen/com/google/android/gms/maps/R.java new file mode 100644 index 0000000..464a7e3 --- /dev/null +++ b/Objects/gen/com/google/android/gms/maps/R.java @@ -0,0 +1,2150 @@ +/* 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.google.android.gms.maps; + +public final class R { + public static final class anim { + public static final int fragment_close_enter=0x7f050000; + public static final int fragment_close_exit=0x7f050001; + public static final int fragment_fade_enter=0x7f050002; + public static final int fragment_fade_exit=0x7f050003; + public static final int fragment_fast_out_extra_slow_in=0x7f050004; + public static final int fragment_open_enter=0x7f050005; + public static final int fragment_open_exit=0x7f050006; + } + public static final class attr { + /** Alpha multiplier applied to the base color. +
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 alpha=0x7f010027;
+ /**
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 ambientEnabled=0x7f010017;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
standard | 0 | |
wide | 1 | |
icon_only | 2 |
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 cameraBearing=0x7f010007;
+ /**
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 cameraMaxZoomPreference=0x7f010019;
+ /**
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 cameraMinZoomPreference=0x7f010018;
+ /**
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 cameraTargetLat=0x7f010008;
+ /**
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 cameraTargetLng=0x7f010009;
+ /**
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 cameraTilt=0x7f01000a;
+ /**
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 cameraZoom=0x7f01000b;
+ /**
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;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
dark | 0 | |
light | 1 | |
auto | 2 |
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int coordinatorLayoutStyle=0x7f01001e;
+ /** The reference to the font file to be used. This should be a file in the res/font folder
+ and should therefore have an R reference value. E.g. @font/myfont
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int font=0x7f01002f;
+ /** The authority of the Font Provider to be used for the request.
+
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.
+ */
+ public static final int fontProviderAuthority=0x7f010028;
+ /** The sets of hashes for the certificates the provider should be signed with. This is
+ used to verify the identity of the provider, and is only required if the provider is not
+ part of the system image. This value may point to one list or a list of lists, where each
+ individual list represents one collection of signature hashes. Refer to your font provider's
+ documentation for these values.
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int fontProviderCerts=0x7f01002b;
+ /** The strategy to be used when fetching font data from a font provider in XML layouts.
+ This attribute is ignored when the resource is loaded from code, as it is equivalent to the
+ choice of API between {@link
+ androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and
+ {@link
+ androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)}
+ (async).
+
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
blocking | 0 | The blocking font fetch works as follows. + First, check the local cache, then if the requested font is not cached, request the + font from the provider and wait until it is finished. You can change the length of + the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the + default typeface will be used instead. |
async | 1 | The async font fetch works as follows. + First, check the local cache, then if the requeted font is not cached, trigger a + request the font and continue with layout inflation. Once the font fetch succeeds, the + target text view will be refreshed with the downloaded font data. The + fontProviderFetchTimeout will be ignored if async loading is specified. |
May 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.
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
forever | -1 | A special value for the timeout. In this case, the blocking font fetching will not + timeout and wait until a reply is received from the font provider. |
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.
+ */
+ public static final int fontProviderPackage=0x7f010029;
+ /** The query to be sent over to the provider. Refer to your font provider's documentation
+ on the format of this string.
+
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.
+ */
+ public static final int fontProviderQuery=0x7f01002a;
+ /** The style of the given font file. This will be used when the font is being loaded into
+ the font stack and will override any style information in the font's header tables. If
+ unspecified, the value in the font's header tables will be used.
+
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
normal | 0 | |
italic | 1 |
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.
+ */
+ public static final int fontVariationSettings=0x7f010031;
+ /** The weight of the given font file. This will be used when the font is being loaded into
+ the font stack and will override any weight information in the font's header tables. Must
+ be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most
+ common values are 400 for regular weight and 700 for bold weight. If unspecified, the value
+ in the font's header tables will be used.
+
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.
+ */
+ public static final int fontWeight=0x7f010030;
+ /**
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 |
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int keylines=0x7f01001f;
+ /**
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 latLngBoundsNorthEastLatitude=0x7f01001c;
+ /**
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 latLngBoundsNorthEastLongitude=0x7f01001d;
+ /**
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 latLngBoundsSouthWestLatitude=0x7f01001a;
+ /**
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 latLngBoundsSouthWestLongitude=0x7f01001b;
+ /** The id of an anchor view that this view should position relative to.
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int layout_anchor=0x7f010022;
+ /** Specifies how an object should position relative to an anchor, on both the X and Y axes,
+ within its parent's bounds.
+
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of + the child clipped to its container's bounds. + The clip will be based on the vertical gravity: a top gravity will clip the bottom + edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of + the child clipped to its container's bounds. + The clip will be based on the horizontal gravity: a left gravity will clip the right + edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
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.
+ */
+ public static final int layout_behavior=0x7f010021;
+ /** Specifies how this view dodges the inset edges of the CoordinatorLayout.
+
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't dodge any edges |
top | 0x30 | Dodge the top inset edge. |
bottom | 0x50 | Dodge the bottom inset edge. |
left | 0x03 | Dodge the left inset edge. |
right | 0x05 | Dodge the right inset edge. |
start | 0x00800003 | Dodge the start inset edge. |
end | 0x00800005 | Dodge the end inset edge. |
all | 0x77 | Dodge all the inset edges. |
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't inset. |
top | 0x30 | Inset the top edge. |
bottom | 0x50 | Inset the bottom edge. |
left | 0x03 | Inset the left edge. |
right | 0x05 | Inset the right edge. |
start | 0x00800003 | Inset the start edge. |
end | 0x00800005 | Inset the end edge. |
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.
+ */
+ public static final int layout_keyline=0x7f010023;
+ /**
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 liteMode=0x7f01000c;
+ /**
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0 | |
normal | 1 | |
satellite | 2 | |
terrain | 3 | |
hybrid | 4 |
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. + */ + public static final int scopeUris=0x7f010005; + /** Drawable to display behind the status bar when the view is set to draw behind it. +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int statusBarBackground=0x7f010020;
+ /** The index of the font in the tcc font file. If the font file referenced is not in the
+ tcc format, this attribute needs not be specified.
+
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.
+ */
+ public static final int ttcIndex=0x7f010032;
+ /**
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 uiCompass=0x7f01000d;
+ /**
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 uiMapToolbar=0x7f010016;
+ /**
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 uiRotateGestures=0x7f01000e;
+ /**
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 uiScrollGestures=0x7f01000f;
+ /**
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 uiScrollGesturesDuringRotateOrZoom=0x7f010010;
+ /**
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 uiTiltGestures=0x7f010011;
+ /**
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 uiZoomControls=0x7f010012;
+ /**
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 uiZoomGestures=0x7f010013;
+ /**
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 useViewLifecycle=0x7f010014;
+ /**
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 zOrderOnTop=0x7f010015;
+ }
+ public static final class color {
+ public static final int common_google_signin_btn_text_dark=0x7f08000f;
+ public static final int common_google_signin_btn_text_dark_default=0x7f080000;
+ public static final int common_google_signin_btn_text_dark_disabled=0x7f080001;
+ public static final int common_google_signin_btn_text_dark_focused=0x7f080002;
+ public static final int common_google_signin_btn_text_dark_pressed=0x7f080003;
+ public static final int common_google_signin_btn_text_light=0x7f080010;
+ public static final int common_google_signin_btn_text_light_default=0x7f080004;
+ public static final int common_google_signin_btn_text_light_disabled=0x7f080005;
+ public static final int common_google_signin_btn_text_light_focused=0x7f080006;
+ public static final int common_google_signin_btn_text_light_pressed=0x7f080007;
+ public static final int common_google_signin_btn_tint=0x7f080011;
+ public static final int notification_action_color_filter=0x7f08000b;
+ public static final int notification_icon_bg_color=0x7f08000c;
+ public static final int notification_material_background_media_default_color=0x7f080008;
+ public static final int primary_text_default_material_dark=0x7f080009;
+ public static final int ripple_material_light=0x7f08000d;
+ public static final int secondary_text_default_material_dark=0x7f08000a;
+ public static final int secondary_text_default_material_light=0x7f08000e;
+ }
+ public static final class dimen {
+ public static final int compat_button_inset_horizontal_material=0x7f0b0008;
+ public static final int compat_button_inset_vertical_material=0x7f0b0009;
+ public static final int compat_button_padding_horizontal_material=0x7f0b000a;
+ public static final int compat_button_padding_vertical_material=0x7f0b000b;
+ public static final int compat_control_corner_material=0x7f0b000c;
+ public static final int compat_notification_large_icon_max_height=0x7f0b000d;
+ public static final int compat_notification_large_icon_max_width=0x7f0b000e;
+ public static final int notification_action_icon_size=0x7f0b000f;
+ public static final int notification_action_text_size=0x7f0b0010;
+ public static final int notification_big_circle_margin=0x7f0b0011;
+ public static final int notification_content_margin_start=0x7f0b0005;
+ public static final int notification_large_icon_height=0x7f0b0012;
+ public static final int notification_large_icon_width=0x7f0b0013;
+ public static final int notification_main_column_padding_top=0x7f0b0006;
+ public static final int notification_media_narrow_margin=0x7f0b0007;
+ public static final int notification_right_icon_size=0x7f0b0014;
+ public static final int notification_right_side_padding_top=0x7f0b0004;
+ public static final int notification_small_icon_background_padding=0x7f0b0015;
+ public static final int notification_small_icon_size_as_large=0x7f0b0016;
+ public static final int notification_subtext_size=0x7f0b0017;
+ public static final int notification_top_pad=0x7f0b0018;
+ public static final int notification_top_pad_large_text=0x7f0b0019;
+ public static final int subtitle_corner_radius=0x7f0b0000;
+ public static final int subtitle_outline_width=0x7f0b0001;
+ public static final int subtitle_shadow_offset=0x7f0b0002;
+ public static final int subtitle_shadow_radius=0x7f0b0003;
+ }
+ public static final class drawable {
+ public static final int common_full_open_on_phone=0x7f020000;
+ public static final int common_google_signin_btn_icon_dark=0x7f020001;
+ public static final int common_google_signin_btn_icon_dark_focused=0x7f020002;
+ public static final int common_google_signin_btn_icon_dark_normal=0x7f020003;
+ public static final int common_google_signin_btn_icon_dark_normal_background=0x7f020004;
+ public static final int common_google_signin_btn_icon_disabled=0x7f020005;
+ public static final int common_google_signin_btn_icon_light=0x7f020006;
+ public static final int common_google_signin_btn_icon_light_focused=0x7f020007;
+ public static final int common_google_signin_btn_icon_light_normal=0x7f020008;
+ public static final int common_google_signin_btn_icon_light_normal_background=0x7f020009;
+ public static final int common_google_signin_btn_text_dark=0x7f02000a;
+ public static final int common_google_signin_btn_text_dark_focused=0x7f02000b;
+ public static final int common_google_signin_btn_text_dark_normal=0x7f02000c;
+ public static final int common_google_signin_btn_text_dark_normal_background=0x7f02000d;
+ public static final int common_google_signin_btn_text_disabled=0x7f02000e;
+ public static final int common_google_signin_btn_text_light=0x7f02000f;
+ public static final int common_google_signin_btn_text_light_focused=0x7f020010;
+ public static final int common_google_signin_btn_text_light_normal=0x7f020011;
+ public static final int common_google_signin_btn_text_light_normal_background=0x7f020012;
+ public static final int googleg_disabled_color_18=0x7f020013;
+ public static final int googleg_standard_color_18=0x7f020014;
+ public static final int icon=0x7f020015;
+ public static final int notification_action_background=0x7f020016;
+ public static final int notification_bg=0x7f020017;
+ public static final int notification_bg_low=0x7f020018;
+ public static final int notification_bg_low_normal=0x7f020019;
+ public static final int notification_bg_low_pressed=0x7f02001a;
+ public static final int notification_bg_normal=0x7f02001b;
+ public static final int notification_bg_normal_pressed=0x7f02001c;
+ public static final int notification_icon_background=0x7f02001d;
+ public static final int notification_template_icon_bg=0x7f020020;
+ public static final int notification_template_icon_low_bg=0x7f020021;
+ public static final int notification_tile_bg=0x7f02001e;
+ public static final int notify_panel_notification_icon_bg=0x7f02001f;
+ }
+ public static final class id {
+ public static final int accessibility_action_clickable_span=0x7f090002;
+ public static final int accessibility_custom_action_0=0x7f090003;
+ public static final int accessibility_custom_action_1=0x7f090004;
+ public static final int accessibility_custom_action_10=0x7f090005;
+ public static final int accessibility_custom_action_11=0x7f090006;
+ public static final int accessibility_custom_action_12=0x7f090007;
+ public static final int accessibility_custom_action_13=0x7f090008;
+ public static final int accessibility_custom_action_14=0x7f090009;
+ public static final int accessibility_custom_action_15=0x7f09000a;
+ public static final int accessibility_custom_action_16=0x7f09000b;
+ public static final int accessibility_custom_action_17=0x7f09000c;
+ public static final int accessibility_custom_action_18=0x7f09000d;
+ public static final int accessibility_custom_action_19=0x7f09000e;
+ public static final int accessibility_custom_action_2=0x7f09000f;
+ public static final int accessibility_custom_action_20=0x7f090010;
+ public static final int accessibility_custom_action_21=0x7f090011;
+ public static final int accessibility_custom_action_22=0x7f090012;
+ public static final int accessibility_custom_action_23=0x7f090013;
+ public static final int accessibility_custom_action_24=0x7f090014;
+ public static final int accessibility_custom_action_25=0x7f090015;
+ public static final int accessibility_custom_action_26=0x7f090016;
+ public static final int accessibility_custom_action_27=0x7f090017;
+ public static final int accessibility_custom_action_28=0x7f090018;
+ public static final int accessibility_custom_action_29=0x7f090019;
+ public static final int accessibility_custom_action_3=0x7f09001a;
+ public static final int accessibility_custom_action_30=0x7f09001b;
+ public static final int accessibility_custom_action_31=0x7f09001c;
+ public static final int accessibility_custom_action_4=0x7f09001d;
+ public static final int accessibility_custom_action_5=0x7f09001e;
+ public static final int accessibility_custom_action_6=0x7f09001f;
+ public static final int accessibility_custom_action_7=0x7f090020;
+ public static final int accessibility_custom_action_8=0x7f090021;
+ public static final int accessibility_custom_action_9=0x7f090022;
+ public static final int action0=0x7f090054;
+ public static final int action_container=0x7f090051;
+ public static final int action_divider=0x7f090058;
+ public static final int action_image=0x7f090052;
+ public static final int action_text=0x7f090053;
+ public static final int actions=0x7f090062;
+ public static final int adjust_height=0x7f090030;
+ public static final int adjust_width=0x7f090031;
+ public static final int all=0x7f09004b;
+ public static final int async=0x7f09004c;
+ public static final int auto=0x7f090036;
+ public static final int blocking=0x7f09004d;
+ public static final int bottom=0x7f09003d;
+ public static final int cancel_action=0x7f090055;
+ public static final int center=0x7f09003e;
+ public static final int center_horizontal=0x7f09003f;
+ public static final int center_vertical=0x7f090040;
+ public static final int chronometer=0x7f09005d;
+ public static final int clip_horizontal=0x7f090041;
+ public static final int clip_vertical=0x7f090042;
+ public static final int dark=0x7f090037;
+ public static final int dialog_button=0x7f090050;
+ public static final int end=0x7f090043;
+ public static final int end_padder=0x7f090064;
+ public static final int fill=0x7f090044;
+ public static final int fill_horizontal=0x7f090045;
+ public static final int fill_vertical=0x7f090046;
+ public static final int forever=0x7f09004e;
+ public static final int fragment_container_view_tag=0x7f090000;
+ public static final int hybrid=0x7f090039;
+ public static final int icon=0x7f09005f;
+ public static final int icon_group=0x7f090063;
+ public static final int icon_only=0x7f090033;
+ public static final int info=0x7f09005e;
+ public static final int italic=0x7f09004f;
+ public static final int left=0x7f090047;
+ public static final int light=0x7f090038;
+ public static final int line1=0x7f090023;
+ public static final int line3=0x7f090024;
+ public static final int media_actions=0x7f090057;
+ public static final int none=0x7f090032;
+ public static final int normal=0x7f09003a;
+ public static final int notification_background=0x7f090061;
+ public static final int notification_main_column=0x7f09005a;
+ public static final int notification_main_column_container=0x7f090059;
+ public static final int right=0x7f090048;
+ public static final int right_icon=0x7f090060;
+ public static final int right_side=0x7f09005b;
+ public static final int satellite=0x7f09003b;
+ public static final int standard=0x7f090034;
+ public static final int start=0x7f090049;
+ public static final int status_bar_latest_event_content=0x7f090056;
+ public static final int tag_accessibility_actions=0x7f090025;
+ public static final int tag_accessibility_clickable_spans=0x7f090026;
+ public static final int tag_accessibility_heading=0x7f090027;
+ public static final int tag_accessibility_pane_title=0x7f090028;
+ public static final int tag_screen_reader_focusable=0x7f090029;
+ public static final int tag_transition_group=0x7f09002a;
+ public static final int tag_unhandled_key_event_manager=0x7f09002b;
+ public static final int tag_unhandled_key_listeners=0x7f09002c;
+ public static final int terrain=0x7f09003c;
+ public static final int text=0x7f09002d;
+ public static final int text2=0x7f09002e;
+ public static final int time=0x7f09005c;
+ public static final int title=0x7f09002f;
+ public static final int top=0x7f09004a;
+ public static final int visible_removing_fragment_view_tag=0x7f090001;
+ public static final int wide=0x7f090035;
+ }
+ public static final class integer {
+ public static final int cancel_button_image_alpha=0x7f060001;
+ public static final int google_play_services_version=0x7f060000;
+ public static final int status_bar_notification_info_maxnum=0x7f060002;
+ }
+ public static final class layout {
+ public static final int custom_dialog=0x7f040000;
+ public static final int notification_action=0x7f040001;
+ public static final int notification_action_tombstone=0x7f040002;
+ public static final int notification_media_action=0x7f040003;
+ public static final int notification_media_cancel_action=0x7f040004;
+ public static final int notification_template_big_media=0x7f040005;
+ public static final int notification_template_big_media_custom=0x7f040006;
+ public static final int notification_template_big_media_narrow=0x7f040007;
+ public static final int notification_template_big_media_narrow_custom=0x7f040008;
+ public static final int notification_template_custom_big=0x7f040009;
+ public static final int notification_template_icon_group=0x7f04000a;
+ public static final int notification_template_lines_media=0x7f04000b;
+ public static final int notification_template_media=0x7f04000c;
+ public static final int notification_template_media_custom=0x7f04000d;
+ public static final int notification_template_part_chronometer=0x7f04000e;
+ public static final int notification_template_part_time=0x7f04000f;
+ }
+ public static final class mipmap {
+ public static final int background=0x7f030000;
+ public static final int foreground=0x7f030001;
+ public static final int ic_launcher=0x7f030002;
+ }
+ public static final class string {
+ public static final int common_google_play_services_enable_button=0x7f070001;
+ public static final int common_google_play_services_enable_text=0x7f070002;
+ public static final int common_google_play_services_enable_title=0x7f070003;
+ public static final int common_google_play_services_install_button=0x7f070004;
+ public static final int common_google_play_services_install_text=0x7f070005;
+ public static final int common_google_play_services_install_title=0x7f070006;
+ public static final int common_google_play_services_notification_channel_name=0x7f070007;
+ public static final int common_google_play_services_notification_ticker=0x7f070008;
+ public static final int common_google_play_services_unknown_issue=0x7f070000;
+ public static final int common_google_play_services_unsupported_text=0x7f070009;
+ public static final int common_google_play_services_update_button=0x7f07000a;
+ public static final int common_google_play_services_update_text=0x7f07000b;
+ public static final int common_google_play_services_update_title=0x7f07000c;
+ public static final int common_google_play_services_updating_text=0x7f07000d;
+ public static final int common_google_play_services_wear_update_text=0x7f07000e;
+ public static final int common_open_on_phone=0x7f07000f;
+ public static final int common_signin_button_text=0x7f070010;
+ public static final int common_signin_button_text_long=0x7f070011;
+ public static final int status_bar_notification_info_overflow=0x7f070012;
+ }
+ public static final class style {
+ public static final int DarkTheme=0x7f0a000d;
+ public static final int TextAppearance_Compat_Notification=0x7f0a0006;
+ public static final int TextAppearance_Compat_Notification_Info=0x7f0a0007;
+ public static final int TextAppearance_Compat_Notification_Info_Media=0x7f0a0001;
+ public static final int TextAppearance_Compat_Notification_Line2=0x7f0a000c;
+ public static final int TextAppearance_Compat_Notification_Line2_Media=0x7f0a0005;
+ public static final int TextAppearance_Compat_Notification_Media=0x7f0a0002;
+ public static final int TextAppearance_Compat_Notification_Time=0x7f0a0008;
+ public static final int TextAppearance_Compat_Notification_Time_Media=0x7f0a0003;
+ public static final int TextAppearance_Compat_Notification_Title=0x7f0a0009;
+ public static final int TextAppearance_Compat_Notification_Title_Media=0x7f0a0004;
+ public static final int Widget_Compat_NotificationActionContainer=0x7f0a000a;
+ public static final int Widget_Compat_NotificationActionText=0x7f0a000b;
+ public static final int Widget_Support_CoordinatorLayout=0x7f0a0000;
+ }
+ public static final class styleable {
+ /** Attributes that can be used with a ColorStateListItem.
+
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #ColorStateListItem_alpha b4a.rocklogster:alpha} | Alpha multiplier applied to the base color. |
{@link #ColorStateListItem_android_alpha android:alpha} | |
{@link #ColorStateListItem_android_color android:color} | Base color for this state. |
+ @attr description + Alpha multiplier applied to the base color. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:alpha + */ + public static final int ColorStateListItem_alpha = 2; + /** +
This symbol is the offset where the {@link android.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:alpha + */ + public static final int ColorStateListItem_android_alpha = 1; + /** +
+ @attr description + Base color for this state. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#color}. + @attr name android:color + */ + public static final int ColorStateListItem_android_color = 0; + /** Attributes that can be used with a CoordinatorLayout. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #CoordinatorLayout_keylines b4a.rocklogster:keylines} | A reference to an array of integers representing the + locations of horizontal keylines in dp from the starting edge. |
{@link #CoordinatorLayout_statusBarBackground b4a.rocklogster:statusBarBackground} | Drawable to display behind the status bar when the view is set to draw behind it. |
+ @attr description + A reference to an array of integers representing the + locations of horizontal keylines in dp from the starting edge. + Child views can refer to these keylines for alignment using + layout_keyline="index" where index is a 0-based index into + this 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".
+
This is a private symbol. + @attr name b4a.rocklogster:keylines + */ + public static final int CoordinatorLayout_keylines = 0; + /** +
+ @attr description + Drawable to display behind the status bar when the view is set to draw behind it. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This is a private symbol. + @attr name b4a.rocklogster:statusBarBackground + */ + public static final int CoordinatorLayout_statusBarBackground = 1; + /** Attributes that can be used with a CoordinatorLayout_Layout. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity} | |
{@link #CoordinatorLayout_Layout_layout_anchor b4a.rocklogster:layout_anchor} | The id of an anchor view that this view should position relative to. |
{@link #CoordinatorLayout_Layout_layout_anchorGravity b4a.rocklogster:layout_anchorGravity} | Specifies how an object should position relative to an anchor, on both the X and Y axes, + within its parent's bounds. |
{@link #CoordinatorLayout_Layout_layout_behavior b4a.rocklogster:layout_behavior} | The class name of a Behavior class defining special runtime behavior + for this child view. |
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges b4a.rocklogster:layout_dodgeInsetEdges} | Specifies how this view dodges the inset edges of the CoordinatorLayout. |
{@link #CoordinatorLayout_Layout_layout_insetEdge b4a.rocklogster:layout_insetEdge} | Specifies how this view insets the CoordinatorLayout and make some other views + dodge it. |
{@link #CoordinatorLayout_Layout_layout_keyline b4a.rocklogster:layout_keyline} | The index of a keyline this view should position relative to. |
This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + @attr name android:layout_gravity + */ + public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; + /** +
+ @attr description + The id of an anchor view that this view should position relative to. + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:layout_anchor + */ + public static final int CoordinatorLayout_Layout_layout_anchor = 2; + /** +
+ @attr description + Specifies how an object should position relative to an anchor, on both the X and Y axes, + within its parent's bounds. + + +
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
top | 0x30 | Push object to the top of its container, not changing its size. |
bottom | 0x50 | Push object to the bottom of its container, not changing its size. |
left | 0x03 | Push object to the left of its container, not changing its size. |
right | 0x05 | Push object to the right of its container, not changing its size. |
center_vertical | 0x10 | Place object in the vertical center of its container, not changing its size. |
fill_vertical | 0x70 | Grow the vertical size of the object if needed so it completely fills its container. |
center_horizontal | 0x01 | Place object in the horizontal center of its container, not changing its size. |
fill_horizontal | 0x07 | Grow the horizontal size of the object if needed so it completely fills its container. |
center | 0x11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
fill | 0x77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
clip_vertical | 0x80 | Additional option that can be set to have the top and/or bottom edges of + the child clipped to its container's bounds. + The clip will be based on the vertical gravity: a top gravity will clip the bottom + edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
clip_horizontal | 0x08 | Additional option that can be set to have the left and/or right edges of + the child clipped to its container's bounds. + The clip will be based on the horizontal gravity: a left gravity will clip the right + edge, a right gravity will clip the left edge, and neither will clip both edges. |
start | 0x00800003 | Push object to the beginning of its container, not changing its size. |
end | 0x00800005 | Push object to the end of its container, not changing its size. |
This is a private symbol. + @attr name b4a.rocklogster:layout_anchorGravity + */ + public static final int CoordinatorLayout_Layout_layout_anchorGravity = 4; + /** +
+ @attr description + The class name of a Behavior class defining special runtime behavior + for this child view. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:layout_behavior + */ + public static final int CoordinatorLayout_Layout_layout_behavior = 1; + /** +
+ @attr description + Specifies how this view dodges the inset edges of the CoordinatorLayout. + + +
Must be one or more (separated by '|') of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't dodge any edges |
top | 0x30 | Dodge the top inset edge. |
bottom | 0x50 | Dodge the bottom inset edge. |
left | 0x03 | Dodge the left inset edge. |
right | 0x05 | Dodge the right inset edge. |
start | 0x00800003 | Dodge the start inset edge. |
end | 0x00800005 | Dodge the end inset edge. |
all | 0x77 | Dodge all the inset edges. |
This is a private symbol. + @attr name b4a.rocklogster:layout_dodgeInsetEdges + */ + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; + /** +
+ @attr description + Specifies how this view insets the CoordinatorLayout and make some other views + dodge it. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0x0 | Don't inset. |
top | 0x30 | Inset the top edge. |
bottom | 0x50 | Inset the bottom edge. |
left | 0x03 | Inset the left edge. |
right | 0x05 | Inset the right edge. |
start | 0x00800003 | Inset the start edge. |
end | 0x00800005 | Inset the end edge. |
This is a private symbol. + @attr name b4a.rocklogster:layout_insetEdge + */ + public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; + /** +
+ @attr description + The index of a keyline this view should position relative to. + android:layout_gravity will affect how the view aligns to the + specified keyline. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:layout_keyline + */ + public static final int CoordinatorLayout_Layout_layout_keyline = 3; + /** Attributes that can be used with a FontFamily. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FontFamily_fontProviderAuthority b4a.rocklogster:fontProviderAuthority} | The authority of the Font Provider to be used for the request. |
{@link #FontFamily_fontProviderCerts b4a.rocklogster:fontProviderCerts} | The sets of hashes for the certificates the provider should be signed with. |
{@link #FontFamily_fontProviderFetchStrategy b4a.rocklogster:fontProviderFetchStrategy} | The strategy to be used when fetching font data from a font provider in XML layouts. |
{@link #FontFamily_fontProviderFetchTimeout b4a.rocklogster:fontProviderFetchTimeout} | The length of the timeout during fetching. |
{@link #FontFamily_fontProviderPackage b4a.rocklogster:fontProviderPackage} | The package for the Font Provider to be used for the request. |
{@link #FontFamily_fontProviderQuery b4a.rocklogster:fontProviderQuery} | The query to be sent over to the provider. |
+ @attr description + The authority of the Font Provider to be used for the request. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderAuthority + */ + public static final int FontFamily_fontProviderAuthority = 0; + /** +
+ @attr description + The sets of hashes for the certificates the provider should be signed with. This is + used to verify the identity of the provider, and is only required if the provider is not + part of the system image. This value may point to one list or a list of lists, where each + individual list represents one collection of signature hashes. Refer to your font provider's + documentation for these values. + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderCerts + */ + public static final int FontFamily_fontProviderCerts = 3; + /** +
+ @attr description + The strategy to be used when fetching font data from a font provider in XML layouts. + This attribute is ignored when the resource is loaded from code, as it is equivalent to the + choice of API between {@link + androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and + {@link + androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)} + (async). + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
blocking | 0 | The blocking font fetch works as follows. + First, check the local cache, then if the requested font is not cached, request the + font from the provider and wait until it is finished. You can change the length of + the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the + default typeface will be used instead. |
async | 1 | The async font fetch works as follows. + First, check the local cache, then if the requeted font is not cached, trigger a + request the font and continue with layout inflation. Once the font fetch succeeds, the + target text view will be refreshed with the downloaded font data. The + fontProviderFetchTimeout will be ignored if async loading is specified. |
This is a private symbol. + @attr name b4a.rocklogster:fontProviderFetchStrategy + */ + public static final int FontFamily_fontProviderFetchStrategy = 4; + /** +
+ @attr description + The length of the timeout during fetching. + + +
May 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.
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
forever | -1 | A special value for the timeout. In this case, the blocking font fetching will not + timeout and wait until a reply is received from the font provider. |
This is a private symbol. + @attr name b4a.rocklogster:fontProviderFetchTimeout + */ + public static final int FontFamily_fontProviderFetchTimeout = 5; + /** +
+ @attr description + The package for the Font Provider to be used for the request. This is used to verify + the identity of the provider. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderPackage + */ + public static final int FontFamily_fontProviderPackage = 1; + /** +
+ @attr description + The query to be sent over to the provider. Refer to your font provider's documentation + on the format of this string. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontProviderQuery + */ + public static final int FontFamily_fontProviderQuery = 2; + /** Attributes that can be used with a FontFamilyFont. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FontFamilyFont_android_font android:font} | |
{@link #FontFamilyFont_android_fontStyle android:fontStyle} | References to the framework attrs |
{@link #FontFamilyFont_android_fontVariationSettings android:fontVariationSettings} | |
{@link #FontFamilyFont_android_fontWeight android:fontWeight} | |
{@link #FontFamilyFont_android_ttcIndex android:ttcIndex} | |
{@link #FontFamilyFont_font b4a.rocklogster:font} | The reference to the font file to be used. |
{@link #FontFamilyFont_fontStyle b4a.rocklogster:fontStyle} | The style of the given font file. |
{@link #FontFamilyFont_fontVariationSettings b4a.rocklogster:fontVariationSettings} | The variation settings to be applied to the font. |
{@link #FontFamilyFont_fontWeight b4a.rocklogster:fontWeight} | The weight of the given font file. |
{@link #FontFamilyFont_ttcIndex b4a.rocklogster:ttcIndex} | The index of the font in the tcc font file. |
This symbol is the offset where the {@link android.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:font + */ + public static final int FontFamilyFont_android_font = 0; + /** +
+ @attr description + References to the framework attrs +
This corresponds to the global attribute + resource symbol {@link android.R.attr#fontStyle}. + @attr name android:fontStyle + */ + public static final int FontFamilyFont_android_fontStyle = 2; + /** +
This symbol is the offset where the {@link android.R.attr#fontVariationSettings} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontVariationSettings + */ + public static final int FontFamilyFont_android_fontVariationSettings = 4; + /** +
This symbol is the offset where the {@link android.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontWeight + */ + public static final int FontFamilyFont_android_fontWeight = 1; + /** +
This symbol is the offset where the {@link android.R.attr#ttcIndex} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:ttcIndex + */ + public static final int FontFamilyFont_android_ttcIndex = 3; + /** +
+ @attr description + The reference to the font file to be used. This should be a file in the res/font folder + and should therefore have an R reference value. E.g. @font/myfont + + +
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
This is a private symbol. + @attr name b4a.rocklogster:font + */ + public static final int FontFamilyFont_font = 6; + /** +
+ @attr description + The style of the given font file. This will be used when the font is being loaded into + the font stack and will override any style information in the font's header tables. If + unspecified, the value in the font's header tables will be used. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
normal | 0 | |
italic | 1 |
This is a private symbol. + @attr name b4a.rocklogster:fontStyle + */ + public static final int FontFamilyFont_fontStyle = 5; + /** +
+ @attr description + The variation settings to be applied to the font. The string should be in the following + format: "'tag1' value1, 'tag2' value2, ...". If the default variation settings should be + used, or the font used does not support variation settings, this attribute needs not be + specified. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontVariationSettings + */ + public static final int FontFamilyFont_fontVariationSettings = 8; + /** +
+ @attr description + The weight of the given font file. This will be used when the font is being loaded into + the font stack and will override any weight information in the font's header tables. Must + be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most + common values are 400 for regular weight and 700 for bold weight. If unspecified, the value + in the font's header tables will be used. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:fontWeight + */ + public static final int FontFamilyFont_fontWeight = 7; + /** +
+ @attr description + The index of the font in the tcc font file. If the font file referenced is not in the + tcc format, this attribute needs not be specified. + + +
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.
+
This is a private symbol. + @attr name b4a.rocklogster:ttcIndex + */ + public static final int FontFamilyFont_ttcIndex = 9; + /** Attributes that can be used with a Fragment. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #Fragment_android_id android:id} | |
{@link #Fragment_android_name android:name} | |
{@link #Fragment_android_tag android:tag} |
This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:id + */ + public static final int Fragment_android_id = 1; + /** +
This symbol is the offset where the {@link android.R.attr#name} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:name + */ + public static final int Fragment_android_name = 0; + /** +
This symbol is the offset where the {@link android.R.attr#tag} + attribute's value can be found in the {@link #Fragment} array. + @attr name android:tag + */ + public static final int Fragment_android_tag = 2; + /** Attributes that can be used with a FragmentContainerView. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #FragmentContainerView_android_name android:name} | |
{@link #FragmentContainerView_android_tag android:tag} |
This symbol is the offset where the {@link android.R.attr#name} + attribute's value can be found in the {@link #FragmentContainerView} array. + @attr name android:name + */ + public static final int FragmentContainerView_android_name = 0; + /** +
This symbol is the offset where the {@link android.R.attr#tag} + attribute's value can be found in the {@link #FragmentContainerView} array. + @attr name android:tag + */ + public static final int FragmentContainerView_android_tag = 1; + /** Attributes that can be used with a GradientColor. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #GradientColor_android_centerColor android:centerColor} | Optional center color. |
{@link #GradientColor_android_centerX android:centerX} | Only applied to SweepGradient / RadialGradient + X coordinate of the center of the gradient within the path. |
{@link #GradientColor_android_centerY android:centerY} | Y coordinate of the center of the gradient within the path. |
{@link #GradientColor_android_endColor android:endColor} | End color of the gradient. |
{@link #GradientColor_android_endX android:endX} | X coordinate of the end point origin of the gradient. |
{@link #GradientColor_android_endY android:endY} | Y coordinate of the end point of the gradient within the shape. |
{@link #GradientColor_android_gradientRadius android:gradientRadius} | Only applied to RadialGradient + Radius of the gradient, used only with radial gradient. |
{@link #GradientColor_android_startColor android:startColor} | Start color of the gradient. |
{@link #GradientColor_android_startX android:startX} | LinearGradient specific + X coordinate of the start point origin of the gradient. |
{@link #GradientColor_android_startY android:startY} | Y coordinate of the start point of the gradient within the shape. |
{@link #GradientColor_android_tileMode android:tileMode} | Defines the tile mode of the gradient. |
{@link #GradientColor_android_type android:type} | Type of gradient. |
+ @attr description + Optional center color. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerColor}. + @attr name android:centerColor + */ + public static final int GradientColor_android_centerColor = 7; + /** +
+ @attr description + Only applied to SweepGradient / RadialGradient + X coordinate of the center of the gradient within the path. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerX}. + @attr name android:centerX + */ + public static final int GradientColor_android_centerX = 3; + /** +
+ @attr description + Y coordinate of the center of the gradient within the path. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#centerY}. + @attr name android:centerY + */ + public static final int GradientColor_android_centerY = 4; + /** +
+ @attr description + End color of the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endColor}. + @attr name android:endColor + */ + public static final int GradientColor_android_endColor = 1; + /** +
+ @attr description + X coordinate of the end point origin of the gradient. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endX}. + @attr name android:endX + */ + public static final int GradientColor_android_endX = 10; + /** +
+ @attr description + Y coordinate of the end point of the gradient within the shape. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#endY}. + @attr name android:endY + */ + public static final int GradientColor_android_endY = 11; + /** +
+ @attr description + Only applied to RadialGradient + Radius of the gradient, used only with radial gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#gradientRadius}. + @attr name android:gradientRadius + */ + public static final int GradientColor_android_gradientRadius = 5; + /** +
+ @attr description + Start color of the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startColor}. + @attr name android:startColor + */ + public static final int GradientColor_android_startColor = 0; + /** +
+ @attr description + LinearGradient specific + X coordinate of the start point origin of the gradient. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startX}. + @attr name android:startX + */ + public static final int GradientColor_android_startX = 8; + /** +
+ @attr description + Y coordinate of the start point of the gradient within the shape. + Defined in same coordinates as the path itself +
This corresponds to the global attribute + resource symbol {@link android.R.attr#startY}. + @attr name android:startY + */ + public static final int GradientColor_android_startY = 9; + /** +
+ @attr description + Defines the tile mode of the gradient. SweepGradient doesn't support tiling. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#tileMode}. + @attr name android:tileMode + */ + public static final int GradientColor_android_tileMode = 6; + /** +
+ @attr description + Type of gradient. The default type is linear. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#type}. + @attr name android:type + */ + public static final int GradientColor_android_type = 2; + /** Attributes that can be used with a GradientColorItem. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #GradientColorItem_android_color android:color} | The current color for the offset inside the gradient. |
{@link #GradientColorItem_android_offset android:offset} | The offset (or ratio) of this current color item inside the gradient. |
+ @attr description + The current color for the offset inside the gradient. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#color}. + @attr name android:color + */ + public static final int GradientColorItem_android_color = 0; + /** +
+ @attr description + The offset (or ratio) of this current color item inside the gradient. + The value is only meaningful when it is between 0 and 1. +
This corresponds to the global attribute + resource symbol {@link android.R.attr#offset}. + @attr name android:offset + */ + public static final int GradientColorItem_android_offset = 1; + /** Attributes that can be used with a LoadingImageView. +
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #LoadingImageView_circleCrop b4a.rocklogster:circleCrop} | |
{@link #LoadingImageView_imageAspectRatio b4a.rocklogster:imageAspectRatio} | |
{@link #LoadingImageView_imageAspectRatioAdjust b4a.rocklogster:imageAspectRatioAdjust} |
This symbol is the offset where the {@link b4a.rocklogster.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 b4a.rocklogster:circleCrop
+ */
+ public static final int LoadingImageView_circleCrop = 2;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.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 b4a.rocklogster:imageAspectRatio
+ */
+ public static final int LoadingImageView_imageAspectRatio = 1;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.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 |
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #MapAttrs_ambientEnabled b4a.rocklogster:ambientEnabled} | |
{@link #MapAttrs_cameraBearing b4a.rocklogster:cameraBearing} | |
{@link #MapAttrs_cameraMaxZoomPreference b4a.rocklogster:cameraMaxZoomPreference} | |
{@link #MapAttrs_cameraMinZoomPreference b4a.rocklogster:cameraMinZoomPreference} | |
{@link #MapAttrs_cameraTargetLat b4a.rocklogster:cameraTargetLat} | |
{@link #MapAttrs_cameraTargetLng b4a.rocklogster:cameraTargetLng} | |
{@link #MapAttrs_cameraTilt b4a.rocklogster:cameraTilt} | |
{@link #MapAttrs_cameraZoom b4a.rocklogster:cameraZoom} | |
{@link #MapAttrs_latLngBoundsNorthEastLatitude b4a.rocklogster:latLngBoundsNorthEastLatitude} | |
{@link #MapAttrs_latLngBoundsNorthEastLongitude b4a.rocklogster:latLngBoundsNorthEastLongitude} | |
{@link #MapAttrs_latLngBoundsSouthWestLatitude b4a.rocklogster:latLngBoundsSouthWestLatitude} | |
{@link #MapAttrs_latLngBoundsSouthWestLongitude b4a.rocklogster:latLngBoundsSouthWestLongitude} | |
{@link #MapAttrs_liteMode b4a.rocklogster:liteMode} | |
{@link #MapAttrs_mapType b4a.rocklogster:mapType} | |
{@link #MapAttrs_uiCompass b4a.rocklogster:uiCompass} | |
{@link #MapAttrs_uiMapToolbar b4a.rocklogster:uiMapToolbar} | |
{@link #MapAttrs_uiRotateGestures b4a.rocklogster:uiRotateGestures} | |
{@link #MapAttrs_uiScrollGestures b4a.rocklogster:uiScrollGestures} | |
{@link #MapAttrs_uiScrollGesturesDuringRotateOrZoom b4a.rocklogster:uiScrollGesturesDuringRotateOrZoom} | |
{@link #MapAttrs_uiTiltGestures b4a.rocklogster:uiTiltGestures} | |
{@link #MapAttrs_uiZoomControls b4a.rocklogster:uiZoomControls} | |
{@link #MapAttrs_uiZoomGestures b4a.rocklogster:uiZoomGestures} | |
{@link #MapAttrs_useViewLifecycle b4a.rocklogster:useViewLifecycle} | |
{@link #MapAttrs_zOrderOnTop b4a.rocklogster:zOrderOnTop} |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#ambientEnabled} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:ambientEnabled
+ */
+ public static final int MapAttrs_ambientEnabled = 17;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraBearing} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraBearing
+ */
+ public static final int MapAttrs_cameraBearing = 1;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraMaxZoomPreference} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraMaxZoomPreference
+ */
+ public static final int MapAttrs_cameraMaxZoomPreference = 19;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraMinZoomPreference} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraMinZoomPreference
+ */
+ public static final int MapAttrs_cameraMinZoomPreference = 18;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTargetLat} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTargetLat
+ */
+ public static final int MapAttrs_cameraTargetLat = 2;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTargetLng} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTargetLng
+ */
+ public static final int MapAttrs_cameraTargetLng = 3;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraTilt} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraTilt
+ */
+ public static final int MapAttrs_cameraTilt = 4;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#cameraZoom} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:cameraZoom
+ */
+ public static final int MapAttrs_cameraZoom = 5;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsNorthEastLatitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsNorthEastLatitude
+ */
+ public static final int MapAttrs_latLngBoundsNorthEastLatitude = 22;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsNorthEastLongitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsNorthEastLongitude
+ */
+ public static final int MapAttrs_latLngBoundsNorthEastLongitude = 23;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsSouthWestLatitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsSouthWestLatitude
+ */
+ public static final int MapAttrs_latLngBoundsSouthWestLatitude = 20;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#latLngBoundsSouthWestLongitude} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:latLngBoundsSouthWestLongitude
+ */
+ public static final int MapAttrs_latLngBoundsSouthWestLongitude = 21;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#liteMode} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:liteMode
+ */
+ public static final int MapAttrs_liteMode = 6;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#mapType} + attribute's value can be found in the {@link #MapAttrs} array. + + +
Must be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
none | 0 | |
normal | 1 | |
satellite | 2 | |
terrain | 3 | |
hybrid | 4 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiCompass} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiCompass
+ */
+ public static final int MapAttrs_uiCompass = 7;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiMapToolbar} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiMapToolbar
+ */
+ public static final int MapAttrs_uiMapToolbar = 16;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiRotateGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiRotateGestures
+ */
+ public static final int MapAttrs_uiRotateGestures = 8;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiScrollGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiScrollGestures
+ */
+ public static final int MapAttrs_uiScrollGestures = 9;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiScrollGesturesDuringRotateOrZoom} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiScrollGesturesDuringRotateOrZoom
+ */
+ public static final int MapAttrs_uiScrollGesturesDuringRotateOrZoom = 10;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiTiltGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiTiltGestures
+ */
+ public static final int MapAttrs_uiTiltGestures = 11;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiZoomControls} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiZoomControls
+ */
+ public static final int MapAttrs_uiZoomControls = 12;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#uiZoomGestures} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:uiZoomGestures
+ */
+ public static final int MapAttrs_uiZoomGestures = 13;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#useViewLifecycle} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:useViewLifecycle
+ */
+ public static final int MapAttrs_useViewLifecycle = 14;
+ /**
+
This symbol is the offset where the {@link b4a.rocklogster.R.attr#zOrderOnTop} + attribute's value can be found in the {@link #MapAttrs} 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 b4a.rocklogster:zOrderOnTop
+ */
+ public static final int MapAttrs_zOrderOnTop = 15;
+ /** Attributes that can be used with a SignInButton.
+
Includes the following attributes:
+| Attribute | Description |
|---|---|
{@link #SignInButton_buttonSize b4a.rocklogster:buttonSize} | |
{@link #SignInButton_colorScheme b4a.rocklogster:colorScheme} | |
{@link #SignInButton_scopeUris b4a.rocklogster:scopeUris} |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#buttonSize} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
standard | 0 | |
wide | 1 | |
icon_only | 2 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#colorScheme} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be one of the following constant values.
+| Constant | Value | Description |
|---|---|---|
dark | 0 | |
light | 1 | |
auto | 2 |
This symbol is the offset where the {@link b4a.rocklogster.R.attr#scopeUris} + attribute's value can be found in the {@link #SignInButton} array. + + +
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+ @attr name b4a.rocklogster:scopeUris
+ */
+ public static final int SignInButton_scopeUris = 2;
+ };
+}
diff --git a/Objects/res/drawable/icon.png b/Objects/res/drawable/icon.png
new file mode 100644
index 0000000..b0717dc
Binary files /dev/null and b/Objects/res/drawable/icon.png differ
diff --git a/Objects/res/mipmap-anydpi-v26/ic_launcher.xml b/Objects/res/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 0000000..a0b3e1a
--- /dev/null
+++ b/Objects/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -0,0 +1,5 @@
+
+