소스 검색

必须登录才能进入

詹子聪 5 년 전
부모
커밋
ff41d9fbbf

+ 6 - 6
app/src/main/AndroidManifest.xml

@@ -23,17 +23,17 @@
             android:label="@string/app_name"
             android:screenOrientation="portrait"
             android:theme="@style/SplashTheme">
-            <intent-filter>
-                <action android:name="android.intent.action.MAIN" />
-
-                <category android:name="android.intent.category.LAUNCHER" />
-            </intent-filter>
         </activity>
 
         <activity
             android:name=".ui.mine.login.LoginActivity"
             android:screenOrientation="portrait"
-            android:theme="@style/TextInputStyle"/>
+            android:theme="@style/TextInputStyle">
+            <intent-filter>
+                <action android:name="android.intent.action.MAIN" />
+                <category android:name="android.intent.category.LAUNCHER" />
+            </intent-filter>
+        </activity>
 
         <activity
             android:name=".ui.mine.register.RegisterActivity"

+ 1 - 1
app/src/main/res/layout/activity_fill_data.xml

@@ -101,7 +101,7 @@
         android:layout_marginEnd="@dimen/margin_default"
         android:paddingTop="@dimen/padding_full_width"
         android:paddingBottom="@dimen/padding_full_width"
-        android:text="完成注册  轻松购物"
+        android:text="完成注册"
         android:textColor="@color/white"
         android:textStyle="bold"
         android:background="@drawable/selector_btn"

+ 1 - 1
app/src/main/res/layout/activity_login.xml

@@ -87,7 +87,7 @@
         android:layout_marginEnd="@dimen/margin_default"
         android:paddingTop="@dimen/padding_full_width"
         android:paddingBottom="@dimen/padding_full_width"
-        android:text="立即登录  轻松购物"
+        android:text="立即登录"
         android:textColor="@color/white"
         android:textStyle="bold"
         android:background="@drawable/selector_btn"

+ 1 - 1
app/src/main/res/layout/fragment_about.xml

@@ -37,7 +37,7 @@
             android:id="@+id/tv_title"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:text="拾贝"
+            android:text="伊甸园"
             android:textColor="@color/black_theme"
             android:textSize="@dimen/text_normal_p"
             android:textStyle="bold" />

+ 1 - 1
app/src/main/res/values/strings.xml

@@ -1,5 +1,5 @@
 <resources>
-    <string name="app_name">拾贝</string>
+    <string name="app_name">伊甸园</string>
     <string name="title_home">首页</string>
     <string name="title_function">活动</string>
     <string name="title_notifications">活动</string>