# Conflicts:
#	Durakelo_reparto.b4a
#	Durakelo_reparto.b4a.meta
#	Starter.bas
This commit is contained in:
cvaldes1201
2023-11-06 20:19:17 -06:00
6 changed files with 37 additions and 17 deletions

View File

@@ -68,11 +68,13 @@ skmt.Initialize(ruta,"kmt.db", True)
Dim label1 As Label
label1 = ListView1.TwoLinesLayout.Label
label1.TextSize = 22
label1.TextColor = Colors.White
' label1.TextColor = Colors.White
label1.TextColor = Colors.Black
Dim label2 As Label
label2 = ListView1.TwoLinesLayout.SecondLabel
label2.TextSize = 22
label2.TextColor = Colors.White
' label2.TextColor = Colors.White
label2.TextColor = Colors.Black
ListView1.AddTwoLines(c.GetString("CAT_CL_RUTA"),c.GetString("cuantos"))
Next
End If
@@ -139,11 +141,11 @@ Sub ListView1_ItemClick (Position As Int, Value As Object)
Dim label1 As Label
label1 = ListView1.TwoLinesLayout.Label
label1.TextSize = 22
label1.TextColor = Colors.White
label1.TextColor = Colors.Black
Dim label2 As Label
label2 = ListView1.TwoLinesLayout.SecondLabel
label2.TextSize = 22
label2.TextColor = Colors.White
label2.TextColor = Colors.Black
ListView1.AddTwoLines(c2.GetString("CAT_CL_CODIGO"), c2.GetString("CAT_CL_NOMBRE") &" CALLE: "& c2.GetString("CAT_CL_CALLE"))
Next
End If
@@ -193,11 +195,11 @@ Sub BUSCA_TextChanged (Old As String, New As String)
Dim label1 As Label
label1 = ListView1.TwoLinesLayout.Label
label1.TextSize = 22
label1.TextColor = Colors.White
label1.TextColor = Colors.Black
Dim label2 As Label
label2 = ListView1.TwoLinesLayout.SecondLabel
label2.TextSize = 22
label2.TextColor = Colors.White
label2.TextColor = Colors.Black
ListView1.AddTwoLines(c2.GetString("CAT_CL_CODIGO"), c2.GetString("CAT_CL_NOMBRE") &" CALLE: "& c2.GetString("CAT_CL_CALLE"))
Next
End If