732003684

导航

2013年1月7日 #

viewpager切换时底下的背景图标动画切换

摘要: 一:布局<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/applyHome" android:layout_width="fill_parent" android:layout_height="fill_parent" android:backgro 阅读全文

posted @ 2013-01-07 17:12 732003684 阅读(394) 评论(0) 推荐(0)

几种tabhost的总结(3)

摘要: activity动画切换效果一;布局<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" 阅读全文

posted @ 2013-01-07 16:03 732003684 阅读(347) 评论(0) 推荐(0)

几种tabhost的总结(2)

摘要: 底背景图标动画切换一。布局<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" > 阅读全文

posted @ 2013-01-07 15:02 732003684 阅读(263) 评论(0) 推荐(0)

几种tabhost的总结(1)

摘要: 一,利用tabwidget切换的效果如图一。布局 main.xml<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation=" 阅读全文

posted @ 2013-01-07 11:51 732003684 阅读(284) 评论(0) 推荐(0)