android
文章平均质量分 83
歌
自信可以冲破一切阻挠
展开
-
sayHellow --android开发
布局: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_he原创 2013-03-17 10:51:06 · 417 阅读 · 0 评论 -
列表显示
activity-main布局: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:原创 2013-04-03 17:09:24 · 416 阅读 · 0 评论 -
简易计算器
Activity-main 布局<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:lay原创 2013-04-06 17:00:17 · 413 阅读 · 0 评论 -
标准体重计算器-android开发
Activity-main.xml<RelativeLayout xmlns:tools="http://schemas.android.com/tools" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:原创 2013-03-26 15:05:41 · 1171 阅读 · 1 评论 -
情景模式—TabHostl练习
Activity_main布局<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:la原创 2013-04-11 16:23:12 · 378 阅读 · 0 评论 -
猜拳游戏-android开发
MainActivity布局: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:la原创 2013-03-28 16:26:58 · 600 阅读 · 0 评论 -
对话框和gallery画廊相结合--android开发
activity_main 布局 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" androi原创 2013-04-18 18:56:01 · 553 阅读 · 0 评论 -
EditText属性
android:inputType="textMultiLine"//可以显示多行android:gravity="left|top"//输入时光标左上角android:minLines="6" //最小显示6行 android:layout_gravity="center_vertical"//设置控件显示的位置:默认top,这里居中显示,还有bottom a转载 2013-05-07 18:17:34 · 370 阅读 · 0 评论