mirror of
https://github.com/KeymonSoft/Durakelo_Reparto.git
synced 2026-04-17 19:37:04 +00:00
20/11/23 - Se agregó etiqueta con version en principal y mapas
This commit is contained in:
@@ -58,8 +58,7 @@ Sub Globals
|
||||
Dim GoogleMapEXTRA As GoogleMapsExtras
|
||||
Dim CODIGO As String
|
||||
Private SEMANA As String
|
||||
|
||||
|
||||
Private l_version As Label
|
||||
End Sub
|
||||
|
||||
Sub Activity_Create(FirstTime As Boolean)
|
||||
@@ -73,7 +72,8 @@ Sub Activity_Create(FirstTime As Boolean)
|
||||
If(FirstTime) Then
|
||||
GPS.Initialize("GPS")
|
||||
End If
|
||||
|
||||
l_version.Text = Application.VersionName
|
||||
l_version.Left = Activity.Width - l_version.Width - 10
|
||||
If MapFragment1.IsGooglePlayServicesAvailable = False Then
|
||||
ToastMessageShow("Please install Google Play Services.", True)
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user