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.hy Phenate.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= "Silicon Valley Social" 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:layou t_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"/> </linearlayou T></linearlayout>
Silicon Valley Social 3--login page