| | |
| | | <RelativeLayout |
| | | android:id="@+id/ll_logo" |
| | | android:layout_width="fill_parent" |
| | | android:layout_height="45dip" |
| | | android:layout_height="35dip" |
| | | android:layout_marginBottom="10dip" > |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_logo" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_centerInParent="true" |
| | | android:src="@drawable/main_login" /> |
| | | </RelativeLayout> |
| | | |
| | | <RelativeLayout |
| | |
| | | android:layout_height="40dip" |
| | | android:orientation="horizontal" > |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_register" |
| | | <Button |
| | | android:id="@+id/btn_login_visitor" |
| | | android:layout_width="0dip" |
| | | android:layout_height="40dip" |
| | | android:layout_weight="1" |
| | | android:background="@drawable/ttw_login_in" |
| | | android:gravity="center" |
| | | android:text="一键注册" |
| | | android:text="游客登录" |
| | | android:textColor="@android:color/white" |
| | | android:textSize="16sp" /> |
| | | |
| | |
| | | android:layout_weight="1" |
| | | android:background="@drawable/main_go_login" |
| | | android:gravity="center" |
| | | android:text="立即登陆" |
| | | android:text="登陆" |
| | | android:textColor="@android:color/white" |
| | | android:textSize="16sp" /> |
| | | </LinearLayout> |
| | |
| | | android:textColor="#878787" |
| | | android:textSize="13sp" /> |
| | | |
| | | <Button |
| | | android:id="@+id/btn_phone_register" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="25dip" |
| | | android:layout_alignParentRight="true" |
| | | android:layout_below="@id/rl_login_register" |
| | | android:layout_margin="4dip" |
| | | android:layout_marginRight="10dip" |
| | | android:background="#FFFFFF" |
| | | android:text="手机注册" |
| | | android:textColor="#878787" |
| | | android:textSize="13sp" /> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/tv_other_loginway" |
| | | android:layout_width="match_parent" |