<?xml version= "1.0" encoding= "utf-8" ?> |
<LinearLayout xmlns:android= "http://schemas.android.com/apk/res/android" |
android:id= "@+id/LinearLayout1" |
android:layout_width= "fill_parent" |
android:layout_height= "fill_parent" |
android:orientation= "vertical" > |
<RelativeLayout |
android:id= "@+id/rl_layout" |
android:layout_width= "fill_parent" |
android:layout_height= "wrap_content" |
android:layout_weight= "0.3" |
android:background= "@drawable/title_bar" |
android:orientation= "vertical" > |
<Button |
android:id= "@+id/chat_back" |
android:layout_width= "70dp" |
android:layout_height= "wrap_content" |
android:layout_centerVertical= "true" |
android:layout_marginLeft= "10dp" |
android:background= "@drawable/selector_btn_back" |
android:paddingLeft= "10dp" |
android:text= "会话" |
android:textColor= "#ffffff" |
android:textSize= "18sp" /> |
<TextView |
android:id= "@+id/chat_name" |
android:layout_width= "wrap_content" |
android:layout_height= "wrap_content" |
android:layout_centerInParent= "true" |
android:text= "way" |
android:textColor= "#ffffff" |
android:textSize= "20.0sp" /> |
</RelativeLayout> |
<ListView |
android:id= "@+id/listview" |
android:layout_width= "fill_parent" |
android:layout_height= "fill_parent" |
android:layout_marginLeft= "10.0dip" |
android:layout_marginRight= "10.0dip" |
android:layout_marginTop= "10.0dip" |
android:layout_weight= "10" |
android:cacheColorHint= "#00000000" |
android:divider= "@null" |
android:dividerHeight= "5dp" |
android:scrollbars= "none" > |
</ListView> |
<RelativeLayout |
android:id= "@+id/rl_bottom" |
android:layout_width= "fill_parent" |
android:layout_height= "wrap_content" |
android:layout_weight= "1" |
android:background= "@drawable/layout_bg1" > |
<Button |
android:id= "@+id/chat_send" |
android:layout_width= "60dp" |
android:layout_height= "40dp" |
android:layout_alignParentRight= "true" |
android:layout_centerVertical= "true" |
android:layout_marginRight= "10dp" |
android:background= "@drawable/chat_send_button_bg" |
android:text= "发送" |
android:textSize= "20sp" /> |
<EditText |
android:id= "@+id/chat_editmessage" |
android:layout_width= "fill_parent" |
android:layout_height= "40dp" |
android:layout_centerVertical= "true" |
android:layout_marginLeft= "10dp" |
android:layout_marginRight= "10dp" |
android:layout_toLeftOf= "@id/chat_send" |
android:background= "@drawable/edittext1" |
android:singleLine= "true" |
android:textSize= "18sp" /> |
</RelativeLayout> |
</LinearLayout> |
中级程序员
by: 蹲在牆頭等丶紅杏 发表于:2014-04-03 17:08:51 顶(0) | 踩(0) 回复
呃....貌似原文地址是:http://blog.csdn.net/way_ping_li/article/details/8039412 转载不注明,不厚道啊
网友回复
回复泽素余 : 课题老师给的,不解释
顶(0) 踩(1) 2014-04-13 16:09:16
泽素余 : 我只是拿出来跟大家一起分享的,
顶(0) 踩(1) 2014-04-13 16:09:45
回复评论