📄 r.java
字号:
/* 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.andriod.tetris;
public final class R {
public static final class attr {
public static final int tileSize=0x7f010000;
}
public static final class drawable {
public static final int star=0x7f020000;
}
public static final class id {
public static final int infotext=0x7f050001;
public static final int tetris=0x7f050000;
public static final int text=0x7f050002;
}
public static final class layout {
public static final int tetris_layout=0x7f030000;
}
public static final class string {
public static final int mode_lose_prefix=0x7f040002;
public static final int mode_lose_suffix=0x7f040003;
public static final int mode_pause=0x7f040001;
public static final int mode_ready=0x7f040000;
public static final int tetris_layout_text_text=0x7f040004;
}
public static final class styleable {
/** Attributes that can be used with a TileView.
<p>Includes the following attributes:</p>
<table border="2" width="85%" align="center" frame="hsides" rules="all" cellpadding="5">
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute<th>Summary</tr>
<tr><th><code>{@link #TileView_tileSize com.google.andriod.tetris:tileSize}</code><td></tr>
</table>
@see #TileView_tileSize
*/
public static final int[] TileView = {
0x7f010000
};
/**
This symbol is the offset where the {@link com.google.andriod.tetris.R.attr#tileSize}
attribute's value can be found in the {@link #TileView} array.
@attr name android:tileSize
*/
public static final int TileView_tileSize = 0;
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -