I want to build an app and I would like that when the phone rotates the images also rotate.
Here is an sample from the source code.
How do I proceed ?
Thanks in advance
Here is an sample from the source code.
How do I proceed ?
Thanks in advance
sample button slide img:
.......
Sub Globals
Dim but1, but2, but3, but4, but5, but6, but7, but8, but9, but10 As ImageView
Dim set1, set2, set3, set4, set5, set6, set7, set8, set9, set10=0 As Int
End Sub
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("slide")
but1.SetLayout(42%x, 5%y, 36%x, 5%y)
but1.Bitmap = LoadBitmap(File.DirAssets, "but 2 OFF.png")
but2.SetLayout(42%x, 20%y, 16%x, 5%y)
but2.Bitmap = LoadBitmap(File.DirAssets, "but 73 OFF.png")
etc......