Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
R
RatelVirtualLocation
Project
Project
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
open-source
RatelVirtualLocation
Commits
a862e15a
Commit
a862e15a
authored
Aug 27, 2020
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
udpate
parent
dbeef15f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
MainActivity.java
...top/littlerich/virtuallocation/activity/MainActivity.java
+4
-1
activity_main.xml
app/src/main/res/layout/activity_main.xml
+2
-2
logo_launcher.png
app/src/main/res/mipmap-xhdpi/logo_launcher.png
+0
-0
No files found.
app/src/main/java/top/littlerich/virtuallocation/activity/MainActivity.java
View file @
a862e15a
...
...
@@ -208,7 +208,10 @@ public class MainActivity extends BaseActivity implements View.OnClickListener {
@Override
public
void
onClick
(
View
v
)
{
mLocClient
.
stop
();
bt_Ok
.
setText
(
"立即穿越"
);
Gps
configGPS
=
AppApplication
.
getConfigGPS
();
LatLng
ll
=
new
LatLng
(
configGPS
.
mLatitude
,
configGPS
.
mLongitude
);
setCurrentMapLatLng
(
ll
);
// bt_Ok.setText("立即穿越");
}
});
...
...
app/src/main/res/layout/activity_main.xml
View file @
a862e15a
...
...
@@ -87,7 +87,7 @@
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"
重置
"
android:text=
"
定位
"
android:layout_margin=
"4dp"
android:layout_gravity=
"center_horizontal"
android:textSize=
"13sp"
...
...
@@ -132,7 +132,7 @@
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"
停止
"
android:text=
"
重置
"
android:layout_margin=
"4dp"
android:layout_gravity=
"center_horizontal"
android:textSize=
"13sp"
...
...
app/src/main/res/mipmap-xhdpi/logo_launcher.png
View replaced file @
dbeef15f
View file @
a862e15a
13 KB
|
W:
|
H:
12.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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