02 2016 档案
摘要:<img src="http://img.blog.csdn.net/20151110234025444?watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQv/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissol
阅读全文
摘要:android:screenOrientation="landscape"是限制此页面横屏显示, android:screenOrientation="portrait"是限制此页面数竖屏显示。 android:screenOrientation设定该活动的方向,该值可以是任何一个下面的字符串: "
阅读全文
摘要:<EditText id="@+id/text" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="0" android:paddingBottom="4">
阅读全文
摘要:前言 众所周知,每个Android应用程序在运行时都有一定的内存限制,限制大小一般为16MB或24MB(视平台而定)。因此在开发应用时需要特别关注自身的内存使用量,而一般最耗内存量的资源,一般是图片、音频文件、视频文件等多媒体资源;由于Android系统对音频、视频等资源做了边解析便播放的处理,使用
阅读全文
摘要:查看 res/values/styles.xml 下的报错点。 <style name="AppBaseTheme" parent="Theme.AppCompat.Light"> 把这个改成 <style name="AppBaseTheme" parent="android:Theme.Ligh
阅读全文
浙公网安备 33010602011771号