android实现底部菜单栏
2010-07-13 21:28:00 来源:WEB开发网 闂傚倸鍊搁崐鎼佸磹閹间礁纾瑰瀣椤愯姤鎱ㄥ鍡楀幊缂傚倹姘ㄩ幉绋款吋閸澀缃曢梻鍌欑濠€閬嶆惞鎼淬劌绐楅柡宥庡亞娑撳秵銇勯弽顐沪闁绘挶鍎甸弻锝夊即閻愭祴鍋撻崷顓涘亾濮樼偓瀚�

< TextView android:layout_width="wrap_content"
android:layout_height="wrap_content" android:text="@string/publish"
android:gravity="center" android:paddingTop="29px"
android:background="@drawable/publish" />
< /LinearLayout>
< ImageView android:layout_width="wrap_content"
android:layout_height="wrap_content" android:src="@drawable/line" />
< LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="80px" android:id="@+id/change"
android:layout_height="wrap_content" android:background="@drawable/tab_one_normal">
< TextView android:layout_width="wrap_content"
android:layout_height="wrap_content" android:text="@string/change"
android:gravity="center" android:paddingTop="29px"
android:background="@drawable/change" />
< /LinearLayout>
< ImageView android:layout_width="wrap_content"
android:layout_height="wrap_content" android:src="@drawable/line" />
< LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="80px" android:id="@+id/more"
android:layout_height="wrap_content" android:background="@drawable/tab_one_normal">
< TextView android:layout_width="wrap_content"
android:layout_height="wrap_content" android:text="@string/more"
android:gravity="center" android:paddingTop="29px"
android:background="@drawable/more" />
< /LinearLayout>
< /LinearLayout>
源代码见:http://easymorse.googlecode.com/svn/trunk/android.bottom
更多精彩
赞助商链接