Commit a862e15a authored by Administrator's avatar Administrator

udpate

parent dbeef15f
......@@ -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("立即穿越");
}
});
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment