/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package org.android;
public final class R {
public static final class attr {
/** Defines panel animation duration in ms.
<p>Must be an integer value, such as "<code>100</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.
*/
public static final int animationDuration=0x7f010000;
/** Defines closed handle (drawable/color).
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int closedHandle=0x7f010004;
/** Defines if flying gesture forces linear interpolator in animation.
<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.
*/
public static final int linearFlying=0x7f010002;
/** Defines opened handle (drawable/color).
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int openedHandle=0x7f010003;
/** Defines panel position on the screen.
<p>Must be one 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>top</code></td><td>0</td><td> Panel placed at top of the screen. </td></tr>
<tr><td><code>bottom</code></td><td>1</td><td> Panel placed at bottom of the screen. </td></tr>
<tr><td><code>left</code></td><td>2</td><td> Panel placed at left of the screen. </td></tr>
<tr><td><code>right</code></td><td>3</td><td> Panel placed at right of the screen. </td></tr>
</table>
*/
public static final int position=0x7f010001;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int transitionDrawable=0x7f010005;
/** <p>Must be an integer value, such as "<code>100</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.
*/
public static final int transitionDrawableLength=0x7f010006;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></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.
*/
public static final int transitionTextColorDown=0x7f010008;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></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.
*/
public static final int transitionTextColorUp=0x7f010007;
}
public static final class drawable {
public static final int icon=0x7f020000;
public static final int left_switcher_collapsed=0x7f020001;
public static final int left_switcher_collapsed_background=0x7f020002;
public static final int left_switcher_collapsed_focused=0x7f020003;
public static final int left_switcher_collapsed_selected=0x7f020004;
public static final int left_switcher_expanded=0x7f020005;
public static final int left_switcher_expanded_background=0x7f020006;
public static final int left_switcher_expanded_focused=0x7f020007;
public static final int left_switcher_expanded_selected=0x7f020008;
}
public static final class id {
public static final int bottom=0x7f040001;
public static final int btn=0x7f040007;
public static final int left=0x7f040002;
public static final int leftPanel1=0x7f040006;
public static final int panelContent=0x7f040005;
public static final int panelHandle=0x7f040004;
public static final int right=0x7f040003;
public static final int top=0x7f040000;
}
public static final class layout {
public static final int main=0x7f030000;
}
public static final class string {
public static final int app_name=0x7f050000;
}
public static final class styleable {
/** Attributes that can be used with a Panel.
<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 #Panel_animationDuration org.android:animationDuration}</code></td><td> Defines panel animation duration in ms.</td></tr>
<tr><td><code>{@link #Panel_closedHandle org.android:closedHandle}</code></td><td> Defines closed handle (drawable/color).</td></tr>
<tr><td><code>{@link #Panel_linearFlying org.android:linearFlying}</code></td><td> Defines if flying gesture forces linear interpolator in animation.</td></tr>
<tr><td><code>{@link #Panel_openedHandle org.android:openedHandle}</code></td><td> Defines opened handle (drawable/color).</td></tr>
<tr><td><code>{@link #Panel_position org.android:position}</code></td><td> Defines panel position on the screen.</td></tr>
</table>
@see #Panel_animationDuration
@see #Panel_closedHandle
@see #Panel_linearFlying
@see #Panel_openedHandle
@see #Panel_position
*/
public static final int[] Panel = {
0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003,
0x7f010004
};
/**
<p>
@attr description
Defines panel animation duration in ms.
<p>Must be an integer value, such as "<code>100</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.
<p>This is a private symbol.
@attr name android:animationDuration
*/
public static final int Panel_animationDuration = 0;
/**
<p>
@attr description
Defines closed handle (drawa
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
超爽的android抽屉效果.zip (41个子文件)
超爽的android抽屉效果
SlidingDrawFromLeft
SlidingDrawFromLeft
.classpath 280B
assets
src
org
android
panel
Panel.java 13KB
test
Test.java 846B
res
values
ids.xml 145B
strings.xml 112B
attrs.xml 1KB
layout
main.xml 1KB
drawable
left_switcher_expanded_focused.9.png 1KB
left_switcher_collapsed_selected.9.png 2KB
left_switcher_collapsed_focused.9.png 1KB
left_switcher_expanded_selected.9.png 2KB
left_switcher_expanded.9.png 3KB
left_switcher_collapsed_background.xml 1KB
left_switcher_expanded_background.xml 1KB
icon.png 3KB
left_switcher_collapsed.9.png 3KB
bin
resources.ap_ 26KB
SlidingDrawFromLeft.apk 35KB
classes.dex 16KB
org
android
R$string.class 377B
R$layout.class 373B
R$id.class 579B
panel
Panel$OnPanelListener.class 282B
Panel$PanelOnGestureListener.class 3KB
Panel$1.class 2KB
Panel.class 8KB
Panel$2.class 3KB
Panel$3.class 1KB
Panel$State.class 1KB
R$attr.class 702B
R$drawable.class 807B
test
Test.class 999B
Test$1.class 984B
R$styleable.class 1KB
R.class 531B
panel1
panel
default.properties 449B
.project 822B
AndroidManifest.xml 632B
gen
org
android
R.java 14KB
panel1
panel
readme.zip 12KB
SlidingDrawFromLeft.rar 100KB
共 41 条
- 1
资源评论
yimeixiaolangzai
- 粉丝: 1576
- 资源: 549
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功