without BUILD i encountered Problems when using the Progress-Dialog.
no need to add additionalresources.
#AdditionalRes: ..\res.core
'#AdditionalRes: ..\res.commons
#AdditionalRes: ..\res.MaterialProgressBar
Attached you find the zip with the wrapper (jar and xml) and two aar libraries which are needed.
I need to update this info. With the newest release you need to use the additionres lines (and the resources)I´m a little confused here
The code is inside the libs jar now... I needed to change as i run into some problem using the aarWhere are the aar libs?
Nothing?
If dialog.isShowing Then
dialog.hide
End If
Dim items(3) As String
items(0) = "Hallo"
items(1) = "B4X"
items(2) = "World!"
dialog.Initialize("Dialog")
dialog.tag = CreateMap("action":"MultiSelect")
dialog.positiveText("Yo").negativeText("Oh nooo").neutralText("I dont care").positiveColor(Colors.Green).neutralColor(Colors.Magenta).negativeColor(Colors.Red).content("test").contentLineSpacing(1).items(Array As String("Apple ", "Orange", "Grapes","Pineapple","Mango" )).itemColor(Colors.Blue).itemsCallbackMultiChoice(Array As Int(1,2)).alwaysCallMultiChoiceCallback.build.show
End Sub
dialog.Initialize("Dialog")
dialog.positiveText("Cool!")
dialog.negativeText("Oh nooo")
dialog.neutralText("I dont care")
dialog.positiveColor(Colors.Green)
dialog.neutralColor(Colors.Magenta)
dialog.negativeColor(Colors.Red)
dialog.title("DonManfred presents")
dialog.dividerColor(Colors.red)
dialog.autoDismiss(False)
dialog.buttonRippleColor(Colors.Gray)
Dim ppp As Panel
ppp.Initialize("")
ppp.LoadLayout("Layout1")
ppp.Color=Colors.Green
ppp.Height=10%y
dialog.customView(ppp,True)
dialog.build.show
The Library is in the old Library archive as it is no longer maintained.this lib dont have any method for this