--Custom Prinit Location
function print(nr)
context=activity.getApplicationContext();
duration=Toast.LENGTH_SHORT;
toast=Toast.makeText(context, nr,duration);
toast.setGravity(Gravity.TOP,0,100)--| Gravity.TOP, 1, 40);--Set location
toast.show();
end
print("Hello There")
--Full Screen View
activity.getWindow().addFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN)
Forwarded from Deleted Account
iOS Dialog Login @maapsedih.alp
4.9 KB
Forwarded from Deleted Account
This media is not supported in your browser
VIEW IN TELEGRAM