Code 38

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

<p>Must be a dimension value, which is a floating point number appended

with a unit such as "<code>14.5sp</code>".


Available units are: px (pixels), dp (density-independent pixels), sp (scaled
pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name usercomms.joemarini.example.com.usercommunications:elevation
*/
public static final int AppBarLayout_elevation = 1;
/**
<p>This symbol is the offset where the {@link
usercomms.joemarini.example.com.usercommunications.R.attr#expanded}
attribute's value can be found in the {@link #AppBarLayout} array.

<p>Must be a boolean value, either "<code>true</code>" or


"<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name usercomms.joemarini.example.com.usercommunications:expanded
*/
public static final int AppBarLayout_expanded = 2;
/** Attributes that can be used with a AppBarLayout_LayoutParams.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #AppBarLayout_LayoutParams_layout_scrollFlags
usercomms.joemarini.example.com.usercommunications:layout_scrollFlags}</code></td><
td></td></tr>
<tr><td><code>{@link
#AppBarLayout_LayoutParams_layout_scrollInterpolator
usercomms.joemarini.example.com.usercommunications:layout_scrollInterpolator}</code
></td><td></td></tr>
</table>
@see #AppBarLayout_LayoutParams_layout_scrollFlags
@see #AppBarLayout_LayoutParams_layout_scrollInterpolator
*/
public static final int[] AppBarLayout_LayoutParams = {
0x7f010025, 0x7f010026
};
/**
<p>This symbol is the offset where the {@link
usercomms.joemarini.example.com.usercommunications.R.attr#layout_scrollFlags}
attribute's value can be found in the {@link #AppBarLayout_LayoutParams}
array.

<p>Must be one or more (separated by '|') of the following constant


values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>scroll</code></td><td>0x1</td><td></td></tr>
<tr><td><code>exitUntilCollapsed</code></td><td>0x2</td><td></td></tr>
<tr><td><code>enterAlways</code></td><td>0x4</td><td></td></tr>
<tr><td><code>enterAlwaysCollapsed</code></td><td>0x8</td><td></td></tr>
<tr><td><code>snap</code></td><td>0x10</td><td></td></tr>
</table>
@attr name
usercomms.joemarini.example.com.usercommunications:layout_scrollFlags
*/
public static final int AppBarLayout_LayoutParams_layout_scrollFlags = 0;

You might also like