Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_street
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_street
Commits
f9764fa2
Commit
f9764fa2
authored
Aug 04, 2021
by
张释方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改全球景象问题与图片
parent
5d3b2b3f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
+12
-12
MyFragment.kt
app/src/main/java/com/mints/street/main/my/MyFragment.kt
+7
-7
OpenvipActivity.kt
...src/main/java/com/mints/street/main/my/OpenvipActivity.kt
+1
-1
dialog_backvip.xml
app/src/main/res/layout/dialog_backvip.xml
+4
-4
No files found.
app/src/main/java/com/mints/street/main/my/MyFragment.kt
View file @
f9764fa2
...
...
@@ -178,17 +178,17 @@ class MyFragment : BaseFragment<FragmentMyBinding, MyViewModel>(), OnRefreshList
ic_theme
.
findViewById
<
TextView
>(
R
.
id
.
tv_me4
).
text
=
"3D地图"
ic_theme
.
findViewById
<
TextView
>(
R
.
id
.
tv_me5
).
text
=
"国外搜索"
ic_theme
.
findViewById
<
TextView
>(
R
.
id
.
tv_me6
).
text
=
"高清地图"
ic_theme
.
findViewById
<
TextView
>(
R
.
id
.
tv_me7
).
text
=
"
历史影像
"
ic_theme
.
findViewById
<
TextView
>(
R
.
id
.
tv_me7
).
text
=
"
全球景象
"
ic_theme
.
findViewById
<
TextView
>(
R
.
id
.
tv_me8
).
text
=
"景点推荐"
ic_theme
.
findViewById
<
ImageView
>(
R
.
id
.
iv_decorate1
).
setImageResource
(
R
.
mipmap
.
icon_me_tiao
)
ic_theme
.
findViewById
<
ImageView
>(
R
.
id
.
iv_decorate2
).
setImageResource
(
R
.
mipmap
.
icon_me_tiao
)
ic_theme
.
findViewById
<
ImageView
>(
R
.
id
.
iv_me1
).
setImageResource
(
R
.
mipmap
.
icon_me
1
)
ic_theme
.
findViewById
<
ImageView
>(
R
.
id
.
iv_me1
).
setImageResource
(
R
.
mipmap
.
icon_me
5
)
ic_theme
.
findViewById
<
ImageView
>(
R
.
id
.
iv_me2
).
setImageResource
(
R
.
mipmap
.
icon_me2
)
ic_theme
.
findViewById
<
ImageView
>(
R
.
id
.
iv_me3
).
setImageResource
(
R
.
mipmap
.
icon_me
3
)
ic_theme
.
findViewById
<
ImageView
>(
R
.
id
.
iv_me4
).
setImageResource
(
R
.
mipmap
.
icon_me
4
)
ic_theme
.
findViewById
<
ImageView
>(
R
.
id
.
iv_me5
).
setImageResource
(
R
.
mipmap
.
icon_me
5
)
ic_theme
.
findViewById
<
ImageView
>(
R
.
id
.
iv_me6
).
setImageResource
(
R
.
mipmap
.
icon_me
6
)
ic_theme
.
findViewById
<
ImageView
>(
R
.
id
.
iv_me7
).
setImageResource
(
R
.
mipmap
.
icon_me
7
)
ic_theme
.
findViewById
<
ImageView
>(
R
.
id
.
iv_me3
).
setImageResource
(
R
.
mipmap
.
icon_me
4
)
ic_theme
.
findViewById
<
ImageView
>(
R
.
id
.
iv_me4
).
setImageResource
(
R
.
mipmap
.
icon_me
3
)
ic_theme
.
findViewById
<
ImageView
>(
R
.
id
.
iv_me5
).
setImageResource
(
R
.
mipmap
.
icon_me
7
)
ic_theme
.
findViewById
<
ImageView
>(
R
.
id
.
iv_me6
).
setImageResource
(
R
.
mipmap
.
icon_me
1
)
ic_theme
.
findViewById
<
ImageView
>(
R
.
id
.
iv_me7
).
setImageResource
(
R
.
mipmap
.
icon_me
6
)
ic_theme
.
findViewById
<
ImageView
>(
R
.
id
.
iv_me8
).
setImageResource
(
R
.
mipmap
.
icon_me8
)
}
}
...
...
app/src/main/java/com/mints/street/main/my/OpenvipActivity.kt
View file @
f9764fa2
...
...
@@ -132,7 +132,7 @@ class OpenvipActivity : BaseActivity<ActivityOpenvipBinding, OpenvipViewModel>()
privilege
.
findViewById
<
TextView
>(
R
.
id
.
tv_me3
).
text
=
"3D地图"
privilege
.
findViewById
<
TextView
>(
R
.
id
.
tv_me4
).
text
=
"VR全景"
privilege
.
findViewById
<
TextView
>(
R
.
id
.
tv_me5
).
text
=
"无限缩放"
privilege
.
findViewById
<
TextView
>(
R
.
id
.
tv_me6
).
text
=
"
历史影像
"
privilege
.
findViewById
<
TextView
>(
R
.
id
.
tv_me6
).
text
=
"
全球景象
"
privilege
.
findViewById
<
TextView
>(
R
.
id
.
tv_me7
).
text
=
"国内外搜索"
privilege
.
findViewById
<
TextView
>(
R
.
id
.
tv_me8
).
text
=
"景点推荐"
privilege
.
findViewById
<
ImageView
>(
R
.
id
.
iv_decorate1
).
setImageResource
(
R
.
mipmap
.
icon_privilege_tiao2
)
...
...
app/src/main/res/layout/dialog_backvip.xml
View file @
f9764fa2
...
...
@@ -123,7 +123,7 @@
app:layout_constraintEnd_toStartOf=
"@+id/guideline10"
app:layout_constraintStart_toStartOf=
"@+id/guideline9"
app:layout_constraintTop_toTopOf=
"@+id/imageView9"
app:srcCompat=
"@mipmap/icon_backvip
2
"
/>
app:srcCompat=
"@mipmap/icon_backvip
6
"
/>
<TextView
android:id=
"@+id/textView16"
...
...
@@ -188,7 +188,7 @@
app:layout_constraintEnd_toStartOf=
"@+id/guideline10"
app:layout_constraintStart_toStartOf=
"@+id/guideline9"
app:layout_constraintTop_toTopOf=
"@+id/imageView15"
app:srcCompat=
"@mipmap/icon_backvip
5
"
/>
app:srcCompat=
"@mipmap/icon_backvip
2
"
/>
<TextView
android:id=
"@+id/textView19"
...
...
@@ -209,13 +209,13 @@
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"@+id/guideline10"
app:layout_constraintTop_toTopOf=
"@+id/imageView17"
app:srcCompat=
"@mipmap/icon_backvip
6
"
/>
app:srcCompat=
"@mipmap/icon_backvip
5
"
/>
<TextView
android:id=
"@+id/textView20"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"
历史影像
"
android:text=
"
全球景象
"
android:textColor=
"#F5CF8B"
app:layout_constraintBottom_toBottomOf=
"@+id/textView19"
app:layout_constraintEnd_toEndOf=
"parent"
...
...
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