Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
522d0753
Commit
522d0753
authored
Jan 14, 2021
by
YKai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:登录删除测试文件
parent
cf8a187d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
67 deletions
+0
-67
AndroidManifest.xml
m-user/src/main/AndroidManifest.xml
+0
-4
AliAuthDemoActivity.java
m-user/src/main/java/com/yidianling/user/ui/AliAuthDemoActivity.java
+0
-0
user_activity_ali_auth_demo.xml
m-user/src/main/res/layout/user_activity_ali_auth_demo.xml
+0
-63
No files found.
m-user/src/main/AndroidManifest.xml
View file @
522d0753
...
...
@@ -70,10 +70,6 @@
android:screenOrientation=
"portrait"
android:theme=
"@style/platform_NoTitleTheme"
/>
<activity
android:name=
".ui.AliAuthDemoActivity"
android:screenOrientation=
"portrait"
android:theme=
"@style/platform_NoTitleTheme"
/>
<activity
android:name=
".wxapi.WXEntryActivity"
android:exported=
"true"
android:launchMode=
"singleTop"
/>
...
...
m-user/src/main/java/com/yidianling/user/ui/AliAuthDemoActivity.java
deleted
100644 → 0
View file @
cf8a187d
This diff is collapsed.
Click to expand it.
m-user/src/main/res/layout/user_activity_ali_auth_demo.xml
deleted
100644 → 0
View file @
cf8a187d
<ScrollView
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:gravity=
"center"
android:orientation=
"horizontal"
>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_margin=
"5dp"
android:text=
"欢迎使用阿里巴巴本机认证服务"
android:textColor=
"#ff5000"
android:textSize=
"18dp"
/>
</LinearLayout>
<TextView
android:id=
"@+id/operator_name_tv"
android:layout_width=
"250dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_horizontal"
android:layout_margin=
"15dp"
/>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:gravity=
"center_vertical"
>
<Button
android:id=
"@+id/login_button"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_margin=
"10dp"
android:layout_marginTop=
"10dp"
android:layout_weight=
"1"
android:background=
"@color/platform_gray7"
android:text=
"获取登录Token"
/>
<Button
android:id=
"@+id/vaild_button"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@color/platform_gray7"
android:text=
"获取认证token"
/>
</LinearLayout>
</LinearLayout>
</ScrollView>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment