登录页面添加标识

This commit is contained in:
itgaojian163 2022-10-03 11:15:35 +08:00
parent 5e00b4542f
commit 1f86340f18
6 changed files with 24 additions and 14 deletions

1
.idea/.name Normal file
View File

@ -0,0 +1 @@
commandclient

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="CompilerConfiguration"> <component name="CompilerConfiguration">
<bytecodeTargetLevel target="11" /> <bytecodeTargetLevel target="1.8" />
</component> </component>
</project> </project>

View File

@ -5,7 +5,7 @@
<option name="linkedExternalProjectsSettings"> <option name="linkedExternalProjectsSettings">
<GradleProjectSettings> <GradleProjectSettings>
<option name="delegatedBuild" value="true" /> <option name="delegatedBuild" value="true" />
<option name="testRunner" value="PLATFORM" /> <option name="testRunner" value="GRADLE" />
<option name="distributionType" value="DEFAULT_WRAPPED" /> <option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" /> <option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="modules"> <option name="modules">
@ -21,7 +21,6 @@
<option value="$PROJECT_DIR$/modulemap" /> <option value="$PROJECT_DIR$/modulemap" />
</set> </set>
</option> </option>
<option name="resolveModulePerSourceSet" value="false" />
</GradleProjectSettings> </GradleProjectSettings>
</option> </option>
</component> </component>

View File

@ -5,7 +5,14 @@
<configuration PROFILE_NAME="Debug" CONFIG_NAME="Debug" /> <configuration PROFILE_NAME="Debug" CONFIG_NAME="Debug" />
</configurations> </configurations>
</component> </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="false" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <component name="DesignSurface">
<option name="filePathToZoomLevelMap">
<map>
<entry key="mainmodule/src/main/res/layout/activity_login.xml" value="0.3591485507246377" />
</map>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="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">

View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RunConfigurationProducerService">
<option name="ignoredProducers">
<set>
<option value="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" />
</set>
</option>
</component>
</project>

View File

@ -24,6 +24,8 @@
android:text="欢迎来到市域治理APP" android:text="欢迎来到市域治理APP"
android:textColor="#ff272727" android:textColor="#ff272727"
android:textSize="24sp" /> android:textSize="24sp" />
</LinearLayout> </LinearLayout>
<RelativeLayout <RelativeLayout
@ -159,7 +161,9 @@
</RelativeLayout> </RelativeLayout>
<TextView <TextView
android:id="@+id/tv_copy"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
@ -169,4 +173,13 @@
android:textColor="@color/text_20" android:textColor="@color/text_20"
android:textSize="10sp" /> android:textSize="10sp" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_above="@id/tv_copy"
android:gravity="center"
android:layout_marginBottom="10dp"
android:text="中心端"
android:textColor="@color/text_gray_66"
android:textSize="18sp" />
</RelativeLayout> </RelativeLayout>