zhenghaoyuan_branch
zhenghaoyuan20 2 years ago
parent d32ea82293
commit a96db5e9de

@ -53,6 +53,11 @@
android:exported="true" android:exported="true"
android:label="@string/app_name" android:label="@string/app_name"
android:theme="@style/Theme.AppCompat"> android:theme="@style/Theme.AppCompat">
</activity>
<activity
android:name=".LoginActivity"
android:exported="true"
android:screenOrientation="portrait">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />

@ -1,4 +1,5 @@
package com.example.sixaunyi; package com.example.sixaunyi;
import android.app.Activity;
import android.content.Intent; import android.content.Intent;
import android.os.Bundle; import android.os.Bundle;
import android.widget.Button; import android.widget.Button;

@ -45,7 +45,7 @@
android:id="@+id/login" android:id="@+id/login"
android:layout_width="295dp" android:layout_width="295dp"
android:layout_height="57dp" android:layout_height="57dp"
android:layout_marginLeft="180dp" android:layout_marginLeft="175dp"
android:text="登录" /> android:text="登录" />
</LinearLayout> </LinearLayout>

Loading…
Cancel
Save