Commit 34c76b40 by chengfengpiaopiao

增加夺宝竞猜手机登录页icon

parent 67e7538f
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</profile-state> </profile-state>
</entry> </entry>
</component> </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" /> <output url="file://$PROJECT_DIR$/build/classes" />
</component> </component>
<component name="ProjectType"> <component name="ProjectType">
......
...@@ -171,7 +171,7 @@ public class LoginActivity extends Activity implements ILoginView { ...@@ -171,7 +171,7 @@ public class LoginActivity extends Activity implements ILoginView {
@Override @Override
public void onNext(WrapperRspEntity<String> userWrapperRspEntity) { public void onNext(WrapperRspEntity<String> userWrapperRspEntity) {
Log.i("tangwen", "onNext: " + userWrapperRspEntity.getData().toString()); // Log.i("tangwen", "onNext: " + userWrapperRspEntity.getData().toString()); //注意空指针异常
onStartMainActivity(); onStartMainActivity();
} }
......
...@@ -10,14 +10,24 @@ ...@@ -10,14 +10,24 @@
android:layout_height="match_parent"> android:layout_height="match_parent">
<LinearLayout <LinearLayout
android:gravity="center"
android:layout_weight="1"
android:layout_width="match_parent"
android:layout_height="0dp">
<ImageView
android:src="@drawable/login_bg_logo"
android:padding="55dp"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>
<LinearLayout
android:id="@+id/input_phone_layout" android:id="@+id/input_phone_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="46dp" android:layout_height="46dp"
android:layout_marginTop="40dp"
android:orientation="horizontal" android:orientation="horizontal"
android:gravity="center_vertical" android:gravity="center_vertical"
android:background="@drawable/login_input_bg" android:background="@drawable/login_input_bg">
>
<ImageView <ImageView
android:layout_width="18dp" android:layout_width="18dp"
...@@ -47,6 +57,12 @@ ...@@ -47,6 +57,12 @@
</LinearLayout> </LinearLayout>
<LinearLayout
android:layout_weight="1"
android:layout_width="match_parent"
android:layout_height="0dp"
android:orientation="vertical">
<LinearLayout <LinearLayout
android:id="@+id/input_checkcode_layout" android:id="@+id/input_checkcode_layout"
...@@ -83,7 +99,7 @@ ...@@ -83,7 +99,7 @@
android:layout_marginLeft="7dp" android:layout_marginLeft="7dp"
android:textSize="17sp" /> android:textSize="17sp" />
<!-- android:background="@drawable/input_send_checkcode_bg"--> <!-- android:background="@drawable/input_send_checkcode_bg"-->
<com.maile.jingcai.commponent.LoginClickTextView <com.maile.jingcai.commponent.LoginClickTextView
android:id="@+id/tv_checkcode_send" android:id="@+id/tv_checkcode_send"
android:layout_width="122dp" android:layout_width="122dp"
...@@ -110,4 +126,6 @@ ...@@ -110,4 +126,6 @@
android:textSize="18sp" android:textSize="18sp"
android:layout_marginTop="64dp" android:layout_marginTop="64dp"
/> />
</LinearLayout>
</LinearLayout> </LinearLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment