02 2016 档案

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