This website works better with JavaScript.
Home
Explore
Help
Sign In
BWPB3
/
ytzh_Android_ZhongHui
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Activity
Browse Source
no message
developer
lh
8 years ago
parent
47152bc9ed
commit
46b427f678
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
app/src/main/java/com/qhclh/ytzh/login/LoginActivity.java
+2
-0
app/src/main/res/layout/act_login.xml
+ 0
- 1
app/src/main/java/com/qhclh/ytzh/login/LoginActivity.java
View File
@ -1,6 +1,5 @@
package
com.qhclh.ytzh.login
;
import
android.content.Intent
;
import
android.view.KeyEvent
;
import
android.view.View
;
import
android.widget.Button
;
+ 2
- 0
app/src/main/res/layout/act_login.xml
View File
@ -16,6 +16,8 @@
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@mipmap/ic_launcher_round"
android:layout_centerHorizontal="true"
android:layout_below="@id/login_bg" />
</RelativeLayout>
Write
Preview
Loading…
Cancel
Save