ANDLUA+ SHARE PROJECT
App图标助手_1.5.apk
الي متوهق بالايقونات هذا برنامج ممتاز يطلع لك ايقونات ..
Forwarded from ANDLUA+ SHARE PROJECT (Xenon-18 ( ✘_✘ )↯)
Remove Heavy Fog .cpp
669 B
Forwarded from ANDLUA+ SHARE PROJECT (Xenon-18 ( ✘_✘ )↯)
Character acceleration .cpp
1.1 KB
Forwarded from ANDLUA+ SHARE PROJECT (Xenon-18 ( ✘_✘ )↯)
Self aiming .cpp
713 B
Forwarded from ANDLUA+ SHARE PROJECT (Xenon-18 ( ✘_✘ )↯)
UI you can check min.lua how i have done and you can make your custom ui also with cool colour and view😁
Forwarded from ANDLUA+ SHARE PROJECT (Xenon-18 ( ✘_✘ )↯)
min.lua
11.6 KB
ANDLUA+ SHARE PROJECT
min.lua
طبعاً هذا الملف هو للصورتين الي فوقه ، بس عشان تاخذون فكره كيف سوا الشكل و تسوون مثله ..
斗地主.alp
8.1 MB
سورس للعبة ورقه صينية ، مافهمته والله بس يمكن يفيدكم السورس .
AndLua+ بالعربي
Photo
طريقة عمل ازرار بالشكل هذا ..
متطلبات -
import "android.graphics.drawable.GradientDrawable"
--------------------------------------------------
الوظائف -
function CircleButton(view,LD1,LD2,LD3,LD4,LD5,LD6)
drawable = GradientDrawable()
drawable.setShape(GradientDrawable.RECTANGLE)
drawable.setCornerRadii({LD3, LD3, LD4, LD4, LD5, LD5, LD6, LD6})
drawable.setColor(LD1)
drawable.setStroke(6, LD2)
view.setBackgroundDrawable(drawable)
end
--------------------------------------------------
تنفيذ الوظائف -
CircleButton(YOUR_BUTTON_ID,0x00894BF2,0xff894BF2,10,10,10,10)
YOUR_BUTTON_ID = Replace With Selected Button id
0x00894BF2 = Color Background
0xff894BF2 = Color Stroke
10,10,10,10 = Radius 4 side
طبعاً تقدر تعدل براحتك ع كل شي ..
@lutfilahdz
متطلبات -
import "android.graphics.drawable.GradientDrawable"
--------------------------------------------------
الوظائف -
function CircleButton(view,LD1,LD2,LD3,LD4,LD5,LD6)
drawable = GradientDrawable()
drawable.setShape(GradientDrawable.RECTANGLE)
drawable.setCornerRadii({LD3, LD3, LD4, LD4, LD5, LD5, LD6, LD6})
drawable.setColor(LD1)
drawable.setStroke(6, LD2)
view.setBackgroundDrawable(drawable)
end
--------------------------------------------------
تنفيذ الوظائف -
CircleButton(YOUR_BUTTON_ID,0x00894BF2,0xff894BF2,10,10,10,10)
YOUR_BUTTON_ID = Replace With Selected Button id
0x00894BF2 = Color Background
0xff894BF2 = Color Stroke
10,10,10,10 = Radius 4 side
طبعاً تقدر تعدل براحتك ع كل شي ..
@lutfilahdz
AndLua+ بالعربي
AndroLua.alp
سورس برنامج androLua ..
مثل AndLua بالضبط ، اذا فيه شخص حاب يطوره او يعدل عليه او حتى يعربه ..
مثل AndLua بالضبط ، اذا فيه شخص حاب يطوره او يعدل عليه او حتى يعربه ..