Advertisement
RAHUL_CHAUDHARY12345

Hdhd

May 16th, 2023
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. require "import"
  2. import "android.app.*"
  3. import "android.os.*"
  4. import "android.widget.*"
  5. import "android.view.*"
  6. activity.setTheme(R.AndLua1)
  7. activity.setTitle("SIGNATURE VERIFICATION")
  8. layout={
  9. LinearLayout,
  10. orientation="vertical",
  11. {
  12. EditText,
  13. id="ed",
  14. text="hello AndroLua+",
  15. layout_width="fill"
  16. },
  17. }
  18. activity.setContentView(loadlayout(layout))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement