Scripts 学盟
标题:
android 开发 RelativeLayout 使用(一)
[打印本页]
作者:
那个谁
时间:
2011-5-24 11:14:37
标题:
android 开发 RelativeLayout 使用(一)
前面讲了RelativeLayout的属性。。今天来做个dome 代码如下:
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" android:padding="10dip">
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/lable" android:text="请输入用户名">
</TextView>
<EditText android:id="@+id/entry" android:layout_width="fill_parent" android:layout_height="wrap_content"
android:layout_below="@id/lable">
</EditText>
<Button android:id="@+id/cancel" android:layout_width="wrap_content" android:layout_height="wrap_content"
android:layout_below="@id/entry" android:layout_alignParentRight="true" android:layout_marginLeft="10dip" android:text="取消"></Button>
<Button android:id="@+id/ok" android:layout_width="wrap_content" android:layout_height="wrap_content"
android:layout_toLeftOf="@id/cancel" android:layout_alignTop="@id/cancel" android:text="确定"
>
</Button>
</RelativeLayout>
复制代码
效果:
[attach]1[/attach]
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" android:padding="10dip">
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/lable" android:text="请输入用户名">
</TextView>
<EditText android:id="@+id/entry" android:layout_width="fill_parent" android:layout_height="wrap_content"
android:layout_below="@id/lable">
</EditText>
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/lable2" android:text="请输入密码"
android:layout_below="@id/entry" >
</TextView>
<EditText android:id="@+id/entrypassword" android:layout_width="fill_parent" android:password="true" android:layout_height="wrap_content"
android:layout_below="@id/lable2">
</EditText>
<Button android:id="@+id/cancel" android:layout_width="wrap_content" android:layout_height="wrap_content"
android:layout_below="@id/entrypassword" android:layout_alignParentRight="true" android:layout_marginLeft="10dip" android:text="取消"></Button>
<Button android:id="@+id/ok" android:layout_width="wrap_content" android:layout_height="wrap_content"
android:layout_toLeftOf="@id/cancel" android:layout_alignTop="@id/cancel" android:text="确定"
>
</Button>
</RelativeLayout>
复制代码
[attach]2[/attach]
附件:
qqq.png
(2011-5-24 11:14:05, 54.77 KB) / 下载次数 324
http://www.iscripts.org/forum.php?mod=attachment&aid=NDR8ZjY2OWJkZDl8MTczNDU4ODA5OXwwfDA%3D
附件:
qqq.png
(2011-5-24 11:58:14, 70 KB) / 下载次数 334
http://www.iscripts.org/forum.php?mod=attachment&aid=NDV8NWYyMGY2Mzd8MTczNDU4ODA5OXwwfDA%3D
作者:
Yisin
时间:
2011-5-24 19:11:23
来学习一下
作者:
混混@普宁.中国
时间:
2011-7-12 00:17:40
我哪里吝啬了
欢迎光临 Scripts 学盟 (http://www.iscripts.org/)
Powered by Discuz! X2