摘要: 注意切换效果都是用overridePendingTransition方法来实现的、只有Android2.0以后才支持。public class demoMain extends Activity {private Button btnDemo;private Spinner sprAnim;/** Called when the activity is first created. */@Overridepublic void onCreate(Bundle savedInstanceState) {super.onCreate(savedInstanceState);setContentVi 阅读全文
posted @ 2012-01-18 15:50 meteorit 阅读(313) 评论(0) 推荐(0)
摘要: ProgressBar背景的改变其实说白了改变背景就是改变样式 <ProgressBar android:id=\"@+id/progress_bar\" android:layout_width=\"40dip\" android:layout_height=\"40dip\" android:padding=\"6dp\" android:indeterminate=\"true\" style=\"?android:attr/progressBarStyleInverse\ 阅读全文
posted @ 2012-01-18 15:42 meteorit 阅读(388) 评论(0) 推荐(0)