20/11/23 - Se agregó etiqueta con version en principal y mapas

This commit is contained in:
2023-11-20 22:58:15 -06:00
parent 8813421939
commit 37e445ee61
8 changed files with 14 additions and 17 deletions

View File

@@ -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