Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_fiveworld
Project
Project
Details
Activity
Releases
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
android
android_fiveworld
Commits
260c0117
Commit
260c0117
authored
Dec 14, 2021
by
mengcuiguang2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新数美
parent
5514b740
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
3 deletions
+11
-3
AndroidManifest.xml
app/src/main/AndroidManifest.xml
+2
-1
ShumeiManager.java
.../main/java/com/mints/fiveworld/manager/ShumeiManager.java
+1
-1
HintActivity.kt
...ain/java/com/mints/fiveworld/ui/activitys/HintActivity.kt
+7
-1
activity_hint.xml
app/src/main/res/layout/activity_hint.xml
+1
-0
No files found.
app/src/main/AndroidManifest.xml
View file @
260c0117
...
...
@@ -148,7 +148,8 @@
android:name=
"com.mints.fiveworld.ui.activitys.HintActivity"
android:excludeFromRecents=
"true"
android:launchMode=
"singleTask"
android:screenOrientation=
"portrait"
/>
android:screenOrientation=
"portrait"
android:theme=
"@style/OutTransparentTheme"
/>
<activity
android:name=
"com.mints.fiveworld.ui.activitys.SignalStrengthActivity"
android:excludeFromRecents=
"true"
...
...
app/src/main/java/com/mints/fiveworld/manager/ShumeiManager.java
View file @
260c0117
...
...
@@ -21,7 +21,7 @@ public class ShumeiManager {
/**
* 应用标识,登录数美后台应用管理查看。
*/
public
static
final
String
APP_ID
=
"
five
world"
;
public
static
final
String
APP_ID
=
"
5g
world"
;
/**
* 加密 KEY。
*/
...
...
app/src/main/java/com/mints/fiveworld/ui/activitys/HintActivity.kt
View file @
260c0117
...
...
@@ -36,6 +36,10 @@ class HintActivity : BaseActivity(), View.OnClickListener {
override
fun
isApplyKitKatTranslucency
()
=
false
override
fun
toggleOverridePendingTransition
()
=
true
override
fun
getOverridePendingTransitionMode
()
=
TransitionMode
.
SCALE
override
fun
getBundleExtras
(
extras
:
Bundle
?)
{
super
.
getBundleExtras
(
extras
)
extras
?.
let
{
...
...
@@ -51,7 +55,9 @@ class HintActivity : BaseActivity(), View.OnClickListener {
override
fun
onClick
(
v
:
View
?)
{
when
(
v
?.
id
)
{
R
.
id
.
btn_hint_next
->
baseApplication
.
exitApp
()
R
.
id
.
btn_hint_next
->{
baseApplication
?.
exitApp
()
}
}
}
...
...
app/src/main/res/layout/activity_hint.xml
View file @
260c0117
...
...
@@ -2,6 +2,7 @@
<RelativeLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"@color/color_20000000"
xmlns:tools=
"http://schemas.android.com/tools"
>
<LinearLayout
...
...
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