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
80416e11
Commit
80416e11
authored
Oct 20, 2021
by
mengcuiguang
Browse files
Options
Browse Files
Download
Plain Diff
代码合并
parents
2fdc23e3
b62ff519
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
5 deletions
+4
-5
build.gradle
app/build.gradle
+1
-1
Constant.kt
app/src/main/java/com/mints/fiveworld/common/Constant.kt
+1
-1
SettingsActivity.kt
...java/com/mints/fiveworld/ui/activitys/SettingsActivity.kt
+0
-1
dialog_power.xml
app/src/main/res/layout/dialog_power.xml
+1
-1
strings.xml
app/src/main/res/values/strings.xml
+1
-1
No files found.
app/build.gradle
View file @
80416e11
...
...
@@ -14,7 +14,7 @@ android {
minSdkVersion
rootProject
.
ext
.
androidMinSdkVersion
targetSdkVersion
rootProject
.
ext
.
androidTargetSdkVersion
versionCode
20211018
versionName
"1.1.
2
"
versionName
"1.1.
3
"
flavorDimensions
"default"
// dex突破65535的限制
...
...
app/src/main/java/com/mints/fiveworld/common/Constant.kt
View file @
80416e11
...
...
@@ -17,7 +17,7 @@ object Constant {
/**
* app名称
*/
const
val
MINTS_APP_NAME
=
"5G世界
清理
"
const
val
MINTS_APP_NAME
=
"5G世界"
/**
* 应用包名
...
...
app/src/main/java/com/mints/fiveworld/ui/activitys/SettingsActivity.kt
View file @
80416e11
...
...
@@ -107,7 +107,6 @@ class SettingsActivity : BaseActivity(), View.OnClickListener {
item_cancel
.
findViewById
<
ImageView
>(
R
.
id
.
iv_right
).
visibility
=
View
.
VISIBLE
if
(!
userManager
.
userIsLogin
())
{
item_cancel
.
visibility
=
View
.
GONE
btn_switch
.
visibility
=
View
.
GONE
}
}
...
...
app/src/main/res/layout/dialog_power.xml
View file @
80416e11
...
...
@@ -38,7 +38,7 @@
android:layout_marginLeft=
"16dp"
android:layout_marginTop=
"16dp"
android:layout_marginRight=
"16dp"
android:text=
"我们依据最新的法律,向您说明5G世界
清理
软件的隐私政策,特向您推送本提示。请您阅读并充分理解相关条款。"
android:text=
"我们依据最新的法律,向您说明5G世界软件的隐私政策,特向您推送本提示。请您阅读并充分理解相关条款。"
android:textColor=
"@color/black"
android:textSize=
"14sp"
/>
...
...
app/src/main/res/values/strings.xml
View file @
80416e11
<resources>
<string
name=
"appName"
>
5G世界
清理
</string>
<string
name=
"appName"
>
5G世界
</string>
<string
name=
"netfail"
>
网络异常,请检查网络
</string>
<string
name=
"notifyTitle"
>
提示
</string>
...
...
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