To see a world in a grain of sand.
And a heaven in a wild flower
Hold infinity in the palm of your hand.
And eternity in an hour
一花一世界
一沙一天堂
掌中握无限
霎那成永恒
星期二, 九月 11, 2012
Andorid xml is binary format in .apk package
All of the resource XML files are compiled to a binary format by aapt at build time. 只有一个例外就是 res/raw下的文件是原始文件,没有做任何处理。