mirror of
https://github.com/KeymonSoft/Lanterna_H.git
synced 2026-04-17 21:06:16 +00:00
- VERSION 4.07.20
- Se cambio la base de datos que se manda al FTP, por error se estaba mandando desde "DirAssets" y debe de ser "DirInternal".
This commit is contained in:
@@ -90,7 +90,7 @@ Version=12.8
|
||||
#Region Project Attributes
|
||||
#ApplicationLabel: Lanterna
|
||||
#VersionCode: 1
|
||||
#VersionName: 4.07.16
|
||||
#VersionName: 4.07.20
|
||||
'SupportedOrientations possible values: unspecified, landscape or portrait.
|
||||
#SupportedOrientations: landscape
|
||||
#CanInstallToExternalStorage: False
|
||||
@@ -208,6 +208,11 @@ Sub Activity_Resume
|
||||
Starter.imprimirTicket = ia
|
||||
|
||||
importaBDDesdeWhatsApp
|
||||
'Esto para cambiar los tamaños y posiciones para pantallas chicas (celuar).
|
||||
If GetDeviceLayoutValues.ApproximateScreenSize < 6 Then
|
||||
l_version.Top = 20dip
|
||||
l_version.Left = 10dip
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Sub Activity_KeyPress (key As Int) As Boolean
|
||||
|
||||
Reference in New Issue
Block a user