Chrisの梳羽之礁

A look of quick intelligence and soft refinement
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年6月27日

摘要: 1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 android:layout_width="match_parent" 3 android:layout_height="match_parent" 4 android:orientation="vertical"> 5 <ScrollView 6 android:id="@+id/view1" 7 android:layou 阅读全文

posted @ 2012-06-27 17:53 Chrisfang6 阅读(1986) 评论(0) 推荐(0) 编辑

摘要: 1. 在ActionBar上加ProgressBar// This has to be called before setContentView and you must use the // class in android.support.v4.view and NOT android.viewrequestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS); To show/hide progress in action bar. Notice with actionbarsherlock you must use boolean.. 阅读全文

posted @ 2012-06-27 13:54 Chrisfang6 阅读(239) 评论(0) 推荐(0) 编辑

摘要: 很多资源,比如图片,在不同的资源文件夹下可能是重复的。可以使用别名使其只有一份源文件。Not all resources offer a mechanism by which you can create an alias to another resource. In particular, animation, menu, raw, and other unspecified resources in the xml/ directory do not offer this feature.1. drawable: 属性元素关键字 bitmap1 <?xml version=&quo 阅读全文

posted @ 2012-06-27 11:17 Chrisfang6 阅读(1370) 评论(0) 推荐(0) 编辑