Silicon Valley social networking 3-login page, Silicon Valley social networking 3 --
1. Page Layout
<? Xml version = "1.0" encoding = "UTF-8"?> <LinearLayout xmlns: android = "http://schemas.android.com/apk/res/android" xmlns: tools = "http://schemas.android.com/tools" android: layout_width = "match_parent" android: layout_height = "match_parent" xmlns: app = "http://schemas.android.com/apk/res-auto" android: orientation = "vertical"> <com. hyphenate. easeui. widget. easeTitleBar app: titleBarTitle = "login" android: layout_width = "match_parent" android: layout_height = "wrap_content"> </com. hyphenate. easeui. widget. easeTitleBar> <LinearLayout android: layout_width = "match_parent" android: layout_height = "150dp"> <TextView android: text = "" android: textSize = "30dp" android: gravity = "center" android: layout_width = "match_parent" android: layout_height = "match_parent"/> </LinearLayout> <LinearLayout android: layout_margin = "10dp" android: layout_width = "match_parent" android: layout_height = "wrap_content"> <TextView android: text = "username:" android: textSize = "25sp" android: layout_width = "wrap_content" android: layout_height = "wrap_content"/> <EditText android: id = "@ + id/et_login_name" android: layout_width = "match_parent" android: layout_height = "wrap_content"/> </LinearLayout> <LinearLayout android: layout_margin = "10dp" android: layout_width = "match_parent" android: layout_height = "wrap_content"> <TextView android: text = "Password:" android: textSize = "25sp" android: layout_width = "wrap_content" android: layout_height = "wrap_content"/> <EditText android: password = "true" android: id = "@ + id/et_login_pwd" android: layout_width = "match_parent" android: layout_height = "wrap_content"/> </LinearLayout> <LinearLayout android: layout_margin = "10dp" android: layout_width = "match_parent" android: layout_height = "wrap_content"> <Button android: id = "@ + id/bt_login_regist" android: text = "register" android: layout_width = "0dp" android: layout_weight = "1" android: layout_height = "wrap_content"/> <Button android: id = "@ + id/bt_login_login" android: text = "login" android: layout_width = "0dp" android: layout_weight = "1" android: layout_height = "wrap_content"/> </LinearLayout>