Browse Source

no message

master
lh 8 years ago
parent
commit
4bd6df9d38
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      app/src/main/res/layout/act_login.xml

+ 3
- 2
app/src/main/res/layout/act_login.xml View File

@ -16,9 +16,10 @@
android:src="@drawable/beijin_3x" /> android:src="@drawable/beijin_3x" />
<ImageView <ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="80dp"
android:layout_height="80dp"
android:layout_below="@id/login_bg" android:layout_below="@id/login_bg"
android:layout_marginTop="-40dp"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:src="@mipmap/ic_launcher_round" /> android:src="@mipmap/ic_launcher_round" />
</RelativeLayout> </RelativeLayout>


Loading…
Cancel
Save