0
//Called when application is started. function OnStart() { //Create the main layout. layMain = app.CreateLayout( "Linear
//Called when application is started. function OnStart() { //Create the main layout. layMain = app.CreateLayout( "Linear", "FillXY" ); layMain.SetBackground( "/Sys/Img/BlueBack.png" ); layMain.SetPadding( 0, 0.1, 0, 0 ); //Create button and add to main layout. btn = app.CreateButton( "Demo", 0.3, 0.06, "gray" ); btn.SetOnTouch( btn_OnTouch ); layMain.AddChild( btn ); //Create a layout we can slide over the main layout. //(This hidden layout is actually on top of the main //la
2 Réponses
+ 5
Please elaborate on your question?
0
do you use droidscript?