wztb.txt 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669
  1. --by 易富焙
  2. function 创建文件夹(路径)
  3. File(路径).mkdirs()
  4. end
  5. tpic=TXCGB.."pic/"
  6. 全屏框架=
  7. {
  8. LinearLayout,
  9. orientation='vertical',
  10. layout_width='fill',
  11. layout_height='fill',
  12. background='#00FFFFFF',
  13. {
  14. LinearLayout,
  15. layout_marginTop='8%w';
  16. layout_margin='5%w';
  17. layout_gravity='center';
  18. orientation='vertical',
  19. layout_width='50%w',
  20. layout_height='50%w',
  21. {
  22. CardView;
  23. layout_gravity='center';
  24. layout_width='fill';
  25. layout_height='fill';
  26. CardBackgroundColor='#ff1e8ee8';
  27. {
  28. TextView;
  29. layout_gravity='center';
  30. gravity='center';
  31. textColor='#ffffffff';
  32. text='Free';
  33. textSize='20';
  34. id="字";
  35. };
  36. id="卡";
  37. };
  38. };
  39. {
  40. CardView;
  41. radius="8dp";
  42. layout_width="match_parent";
  43. Elevation="0dp";
  44. layout_margin="16dp";
  45. layout_marginTop="0dp";
  46. {
  47. LinearLayout;
  48. Orientation='vertical';
  49. layout_width='fill';
  50. layout_height='fill';
  51. {
  52. FrameLayout;
  53. layout_width="fill";
  54. {
  55. LinearLayout;
  56. Orientation='horizontal';
  57. layout_width='fill';
  58. {
  59. TextView;
  60. text='圆角弧度';
  61. layout_marginLeft='18dp';
  62. layout_margin='8dp';
  63. id="宽度调整显示";
  64. };
  65. };
  66. };
  67. {
  68. SeekBar;
  69. layout_margin='8dp';
  70. layout_marginTop="0dp";
  71. id='圆角弧度';
  72. layout_width='fill';
  73. },
  74. },
  75. },
  76. {
  77. CardView;
  78. radius="8dp";
  79. layout_width="match_parent";
  80. Elevation="0dp";
  81. layout_margin="16dp";
  82. layout_marginTop="0dp";
  83. {
  84. LinearLayout;
  85. Orientation='vertical';
  86. layout_width='fill';
  87. layout_height='fill';
  88. {
  89. FrameLayout;
  90. layout_width="fill";
  91. {
  92. LinearLayout;
  93. Orientation='horizontal';
  94. layout_width='fill';
  95. {
  96. TextView;
  97. text='内容范围';
  98. layout_marginLeft='18dp';
  99. layout_margin='8dp';
  100. id="宽度调整显示";
  101. };
  102. };
  103. };
  104. {
  105. SeekBar;
  106. layout_margin='8dp';
  107. layout_marginTop="0dp";
  108. id='内容范围';
  109. layout_width='fill';
  110. },
  111. },
  112. },
  113. {
  114. LinearLayout,
  115. orientation='horizontal',
  116. layout_width='fill',
  117. layout_height='wrap',
  118. background='#00FFFFFF',
  119. {
  120. Button;
  121. id="文字";
  122. layout_width='40%w';
  123. layout_margin='5%w';
  124. layout_gravity="center";
  125. text="设置文字";
  126. };
  127. {
  128. Button;
  129. id="字颜色";
  130. layout_width='40%w';
  131. layout_margin='5%w';
  132. layout_gravity="center";
  133. text="设置文字颜色";
  134. };
  135. };
  136. {
  137. LinearLayout,
  138. orientation='horizontal',
  139. layout_width='fill',
  140. layout_marginTop='-8%w';
  141. layout_height='wrap',
  142. background='#00FFFFFF',
  143. {
  144. Button;
  145. id="背景色";
  146. layout_width='40%w';
  147. layout_margin='5%w';
  148. layout_gravity="center";
  149. text="设置背景色";
  150. onClick=function()
  151. end
  152. };
  153. {
  154. Button;
  155. id="保存";
  156. layout_width='40%w';
  157. layout_margin='5%w';
  158. layout_gravity="center";
  159. text="保存图片";
  160. };
  161. };
  162. };
  163. activity.setContentView(loadlayout(全屏框架))
  164. function 修改()
  165. 卡.radius=圆角;
  166. end
  167. function SavePicture(id)
  168. import "java.io.FileOutputStream"
  169. import "java.io.File"
  170. import "android.graphics.Bitmap"
  171. id.setDrawingCacheEnabled(true)
  172. local obmp = Bitmap.createBitmap(id.getDrawingCache());
  173. if obmp then
  174. 创建文件夹(tpic)
  175. local filepath =tpic..os.time()..".png"
  176. local f = File(tostring(filepath))
  177. local out = FileOutputStream(f)
  178. obmp.compress(Bitmap.CompressFormat.PNG,95,out)
  179. out.flush()
  180. out.close()
  181. id.setDrawingCacheEnabled(false)
  182. import "android.media.MediaScannerConnection"
  183. import "java.io.File"
  184. MediaScannerConnection.scanFile(activity,{File(filepath).getAbsolutePath()}, nil, nil)
  185. function 提示消息(文本)
  186. Toast.makeText(activity,文本,Toast.LENGTH_SHORT).show()
  187. end
  188. print("已保存至:"..filepath)
  189. return true
  190. else
  191. function 提示消息(文本)
  192. Toast.makeText(activity,文本,Toast.LENGTH_SHORT).show()
  193. end
  194. print("保存失败")
  195. return false
  196. end
  197. end
  198. 保存.onClick=function()
  199. SavePicture(卡)
  200. end
  201. 文字.onClick=function()
  202. InputLayout={
  203. LinearLayout;
  204. orientation="vertical";
  205. Focusable=true,
  206. FocusableInTouchMode=true,
  207. {
  208. EditText;
  209. hint="输入";
  210. layout_marginTop="5dp";
  211. layout_width="80%w";
  212. layout_gravity="center",
  213. id="edit";
  214. };
  215. };
  216. AlertDialog.Builder(this)
  217. .setTitle("设置文字")
  218. .setView(loadlayout(InputLayout))
  219. .setPositiveButton("确定",{onClick=function(v)
  220. if #edit.text==0 then
  221. print("没有内容")
  222. else
  223. 字.Text=edit.text
  224. end
  225. end})
  226. .setNegativeButton("取消",nil)
  227. .show()
  228. end
  229. function onResult(a,b)
  230. if xz == "wen" then
  231. 字.setTextColor(tonumber(b))
  232. xz = nil
  233. elseif xz == "bei" then
  234. 卡.setBackgroundColor(tonumber(b))
  235. xz = nil
  236. end
  237. end
  238. 背景色.onClick=function()
  239. import "android.widget.TextView"
  240. import "android.app.AlertDialog"
  241. import "android.graphics.PorterDuff"
  242. import "android.content.Context"
  243. import "android.widget.SeekBar"
  244. import "android.os.Build"
  245. import "android.graphics.PorterDuffColorFilter"
  246. import "android.widget.LinearLayout"
  247. function 拖动条颜色(id,颜色)
  248. id.ProgressDrawable.setColorFilter(PorterDuffColorFilter(颜色,PorterDuff.Mode.SRC_ATOP))
  249. id.Thumb.setColorFilter(PorterDuffColorFilter(颜色,PorterDuff.Mode.SRC_ATOP))
  250. end
  251. function 对话框按钮颜色(id,button,颜色)
  252. if Build.VERSION.SDK_INT >= 22 then
  253. import "android.graphics.PorterDuffColorFilter"
  254. import "android.graphics.PorterDuff"
  255. if button==1 then
  256. id.getButton(id.BUTTON_POSITIVE).setTextColor(颜色)
  257. elseif button==2 then
  258. id.getButton(id.BUTTON_NEGATIVE).setTextColor(颜色)
  259. elseif button==3 then
  260. id.getButton(id.BUTTON_NEUTRAL).setTextColor(颜色)
  261. end
  262. end
  263. end
  264. 主色=0xff1e8ae8;
  265. 副色=0xFFd68189;
  266. 文字色=0xffffffff;
  267. 警告色=0xff60c5ba;
  268. 背景底层色=0xfff1f1f1;
  269. 背景顶层色=0xffffffff;
  270. 左侧栏项目色=0xFFa3a1a1;
  271. 对话框字体色=0xff000000;
  272. function 颜色选择器()
  273. require "import"
  274. import "android.widget.*"
  275. import "android.view.*"
  276. import "android.graphics.PorterDuffColorFilter"
  277. import "android.graphics.PorterDuff"
  278. 取色器=
  279. {
  280. LinearLayout;
  281. orientation="vertical";
  282. layout_width="fill";
  283. layout_height="fill";
  284. gravity="center";
  285. {
  286. CardView;
  287. id="卡片图";
  288. layout_margin="10dp";
  289. radius="40dp",
  290. elevation="0dp",
  291. layout_width="20%w";
  292. layout_height="20%w";
  293. };
  294. {
  295. TextView;
  296. layout_margin="0dp";
  297. textSize="12sp";
  298. id="颜色文本";
  299. textColor=左侧栏项目色;
  300. };
  301. {
  302. SeekBar;
  303. id="拖动一";
  304. layout_margin="15dp";
  305. layout_width="match";
  306. layout_height="wrap";
  307. };
  308. {
  309. SeekBar;
  310. id="拖动二";
  311. layout_margin="15dp";
  312. layout_width="match";
  313. layout_height="wrap";
  314. };
  315. {
  316. SeekBar;
  317. id="拖动三";
  318. layout_margin="15dp";
  319. layout_width="match";
  320. layout_height="wrap";
  321. };
  322. {
  323. SeekBar;
  324. id="拖动四";
  325. layout_margin="15dp";
  326. layout_width="match";
  327. layout_height="wrap";
  328. };
  329. };
  330. local 取色器=loadlayout(取色器)
  331. 拖动一.setMax(255)
  332. 拖动二.setMax(255)
  333. 拖动三.setMax(255)
  334. 拖动四.setMax(255)
  335. 拖动一.setProgress(0xff)
  336. 拖动二.setProgress(0x1e)
  337. 拖动三.setProgress(0x8a)
  338. 拖动四.setProgress(0xe8)
  339. 拖动一.setOnSeekBarChangeListener{
  340. onProgressChanged=function(view, i)
  341. updateArgb()
  342. end
  343. }
  344. 拖动二.setOnSeekBarChangeListener{
  345. onProgressChanged=function(view, i)
  346. updateArgb()
  347. end
  348. }
  349. 拖动三.setOnSeekBarChangeListener{
  350. onProgressChanged=function(view, i)
  351. updateArgb()
  352. end
  353. }
  354. 拖动四.setOnSeekBarChangeListener{
  355. onProgressChanged=function(view, i)
  356. updateArgb()
  357. end
  358. }
  359. function updateArgb()
  360. local a=拖动一.getProgress()
  361. local r=拖动二.getProgress()
  362. local g=拖动三.getProgress()
  363. local b=拖动四.getProgress()
  364. local argb_hex=(a<<24|r<<16|g<<8|b)
  365. 颜色文本.Text=string.format("%#x", argb_hex)
  366. 卡片图.setCardBackgroundColor(argb_hex)
  367. end
  368. argbBuild=AlertDialog.Builder(activity)
  369. argbBuild.setView(取色器)
  370. argbBuild.setTitle("选色器")
  371. argbBuild.setPositiveButton("选择", {
  372. onClick=function(view)
  373. argbDialog.cancel()
  374. 卡.setCardBackgroundColor(tonumber(颜色文本.Text ))
  375. end
  376. })
  377. argbBuild.setNeutralButton("复制",{onClick=function()
  378. local a=拖动一.getProgress()
  379. local r=拖动二.getProgress()
  380. local g=拖动三.getProgress()
  381. local b=拖动四.getProgress()
  382. local argb_hex=(a<<24|r<<16|g<<8|b)
  383. local argb_str=string.format("%#x", argb_hex)
  384. activity.getSystemService(Context.CLIPBOARD_SERVICE).setText(argb_str)
  385. print("已复制到剪贴板") end})
  386. argbDialog=argbBuild.create()
  387. argbDialog.setCanceledOnTouchOutside(false)
  388. function showArgbDialog()
  389. argbDialog.show()
  390. updateArgb()
  391. end
  392. showArgbDialog()
  393. 对话框按钮颜色(argbDialog,1,副色)
  394. 对话框按钮颜色(argbDialog,2,副色)
  395. 对话框按钮颜色(argbDialog,3,副色)
  396. 拖动条颜色(拖动一,0xff000000)
  397. 拖动条颜色(拖动二,0xffff0000)
  398. 拖动条颜色(拖动三,0xFF1DE9B6)
  399. 拖动条颜色(拖动四,0xFF6699FF)
  400. end
  401. 颜色选择器()
  402. end
  403. 字颜色.onClick=function()
  404. import "android.widget.TextView"
  405. import "android.app.AlertDialog"
  406. import "android.graphics.PorterDuff"
  407. import "android.content.Context"
  408. import "android.widget.SeekBar"
  409. import "android.os.Build"
  410. import "android.graphics.PorterDuffColorFilter"
  411. import "android.widget.LinearLayout"
  412. function 拖动条颜色(id,颜色)
  413. id.ProgressDrawable.setColorFilter(PorterDuffColorFilter(颜色,PorterDuff.Mode.SRC_ATOP))
  414. id.Thumb.setColorFilter(PorterDuffColorFilter(颜色,PorterDuff.Mode.SRC_ATOP))
  415. end
  416. function 对话框按钮颜色(id,button,颜色)
  417. if Build.VERSION.SDK_INT >= 22 then
  418. import "android.graphics.PorterDuffColorFilter"
  419. import "android.graphics.PorterDuff"
  420. if button==1 then
  421. id.getButton(id.BUTTON_POSITIVE).setTextColor(颜色)
  422. elseif button==2 then
  423. id.getButton(id.BUTTON_NEGATIVE).setTextColor(颜色)
  424. elseif button==3 then
  425. id.getButton(id.BUTTON_NEUTRAL).setTextColor(颜色)
  426. end
  427. end
  428. end
  429. 主色=0xff1e8ae8;
  430. 副色=0xFFd68189;
  431. 文字色=0xffffffff;
  432. 警告色=0xff60c5ba;
  433. 背景底层色=0xfff1f1f1;
  434. 背景顶层色=0xffffffff;
  435. 左侧栏项目色=0xFFa3a1a1;
  436. 对话框字体色=0xff000000;
  437. function 颜色选择器()
  438. require "import"
  439. import "android.widget.*"
  440. import "android.view.*"
  441. import "android.graphics.PorterDuffColorFilter"
  442. import "android.graphics.PorterDuff"
  443. 取色器=
  444. {
  445. LinearLayout;
  446. orientation="vertical";
  447. layout_width="fill";
  448. layout_height="fill";
  449. gravity="center";
  450. {
  451. CardView;
  452. id="卡片图";
  453. layout_margin="10dp";
  454. radius="40dp",
  455. elevation="0dp",
  456. layout_width="20%w";
  457. layout_height="20%w";
  458. };
  459. {
  460. TextView;
  461. layout_margin="0dp";
  462. textSize="12sp";
  463. id="颜色文本";
  464. textColor=左侧栏项目色;
  465. };
  466. {
  467. SeekBar;
  468. id="拖动一";
  469. layout_margin="15dp";
  470. layout_width="match";
  471. layout_height="wrap";
  472. };
  473. {
  474. SeekBar;
  475. id="拖动二";
  476. layout_margin="15dp";
  477. layout_width="match";
  478. layout_height="wrap";
  479. };
  480. {
  481. SeekBar;
  482. id="拖动三";
  483. layout_margin="15dp";
  484. layout_width="match";
  485. layout_height="wrap";
  486. };
  487. {
  488. SeekBar;
  489. id="拖动四";
  490. layout_margin="15dp";
  491. layout_width="match";
  492. layout_height="wrap";
  493. };
  494. };
  495. local 取色器=loadlayout(取色器)
  496. 拖动一.setMax(255)
  497. 拖动二.setMax(255)
  498. 拖动三.setMax(255)
  499. 拖动四.setMax(255)
  500. 拖动一.setProgress(0xff)
  501. 拖动二.setProgress(0x1e)
  502. 拖动三.setProgress(0x8a)
  503. 拖动四.setProgress(0xe8)
  504. 拖动一.setOnSeekBarChangeListener{
  505. onProgressChanged=function(view, i)
  506. updateArgb()
  507. end
  508. }
  509. 拖动二.setOnSeekBarChangeListener{
  510. onProgressChanged=function(view, i)
  511. updateArgb()
  512. end
  513. }
  514. 拖动三.setOnSeekBarChangeListener{
  515. onProgressChanged=function(view, i)
  516. updateArgb()
  517. end
  518. }
  519. 拖动四.setOnSeekBarChangeListener{
  520. onProgressChanged=function(view, i)
  521. updateArgb()
  522. end
  523. }
  524. function updateArgb()
  525. local a=拖动一.getProgress()
  526. local r=拖动二.getProgress()
  527. local g=拖动三.getProgress()
  528. local b=拖动四.getProgress()
  529. local argb_hex=(a<<24|r<<16|g<<8|b)
  530. 颜色文本.Text=string.format("%#x", argb_hex)
  531. 卡片图.setCardBackgroundColor(argb_hex)
  532. end
  533. argbBuild=AlertDialog.Builder(activity)
  534. argbBuild.setView(取色器)
  535. argbBuild.setTitle("选色器")
  536. argbBuild.setPositiveButton("选择", {
  537. onClick=function(view)
  538. argbDialog.cancel()
  539. 字.setTextColor(tonumber(颜色文本.Text ))
  540. end
  541. })
  542. argbBuild.setNeutralButton("复制",{onClick=function()
  543. local a=拖动一.getProgress()
  544. local r=拖动二.getProgress()
  545. local g=拖动三.getProgress()
  546. local b=拖动四.getProgress()
  547. local argb_hex=(a<<24|r<<16|g<<8|b)
  548. local argb_str=string.format("%#x", argb_hex)
  549. activity.getSystemService(Context.CLIPBOARD_SERVICE).setText(argb_str)
  550. print("已复制到剪贴板") end})
  551. argbDialog=argbBuild.create()
  552. argbDialog.setCanceledOnTouchOutside(false)
  553. function showArgbDialog()
  554. argbDialog.show()
  555. updateArgb()
  556. end
  557. showArgbDialog()
  558. 对话框按钮颜色(argbDialog,1,副色)
  559. 对话框按钮颜色(argbDialog,2,副色)
  560. 对话框按钮颜色(argbDialog,3,副色)
  561. 拖动条颜色(拖动一,0xff000000)
  562. 拖动条颜色(拖动二,0xffff0000)
  563. 拖动条颜色(拖动三,0xFF1DE9B6)
  564. 拖动条颜色(拖动四,0xFF6699FF)
  565. end
  566. 颜色选择器()
  567. end
  568. 圆角弧度.setMax(300)
  569. 圆角弧度.setProgress(40)
  570. 内容范围.setMax(200)
  571. 内容范围.setProgress(40)
  572. 内容=10
  573. 圆角弧度.setOnSeekBarChangeListener{
  574. onStartTrackingTouch=function()
  575. end,
  576. onProgressChanged=function()
  577. 圆角=圆角弧度.getProgress()+1
  578. 修改()
  579. end,
  580. onStopTrackingTouch=function()
  581. end,}
  582. 内容范围.setOnSeekBarChangeListener{
  583. onStartTrackingTouch=function()
  584. end,
  585. onProgressChanged=function(a)
  586. 字.setTextSize(a.Progress)
  587. end,
  588. onStopTrackingTouch=function()
  589. end,}