ugen_dsl_4760.json 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. {
  2. "template_info":{
  3. "sdk_version":"1.0.0"
  4. },
  5. "main_template":{
  6. "id":"frame_layout",
  7. "name":"FrameLayout",
  8. "width":"match_parent",
  9. "height":"match_parent",
  10. "marginTop":"0",
  11. "flexDirection":"column",
  12. "background":"#ffffff",
  13. "alignItems":"center",
  14. "onTap":[{
  15. "type":"clickEvent"
  16. }],
  17. "children":[
  18. {
  19. "id":"flex_layout",
  20. "name":"FlexLayout",
  21. "width":"match_parent",
  22. "height":"match_parent",
  23. "marginTop":"0",
  24. "flexDirection":"column",
  25. "background":"#ffffff",
  26. "alignItems":"center",
  27. "onTap":[{
  28. "type":"clickEvent"
  29. }],
  30. "children":[
  31. {
  32. "id":"top_container",
  33. "name":"FrameLayout",
  34. "width":"match_parent",
  35. "height":"31",
  36. "marginLeft":"15",
  37. "marginTop":"15",
  38. "marginRight":"15",
  39. "children":[
  40. {
  41. "id":"dislike",
  42. "name":"Text",
  43. "width":"wrap_content",
  44. "height":"wrap_content",
  45. "text":"反馈",
  46. "marginLeft":"0",
  47. "marginTop":"0",
  48. "paddingLeft":"8",
  49. "paddingRight":"8",
  50. "paddingTop":"5",
  51. "paddingBottom":"5",
  52. "textColor":"#ffffff",
  53. "background":"#70222435",
  54. "textAlign":"center",
  55. "textSize":"14",
  56. "borderRadius":"14",
  57. "maxLines":"1",
  58. "visibility": "${dislike_control == 1 ? 'visible' : 'gone'}",
  59. "onTap":[{
  60. "type":"dislike"
  61. }]
  62. },
  63. {
  64. "id":"countDownSkip",
  65. "name":"CountDownSkip",
  66. "width":"82",
  67. "height":"30",
  68. "marginRight":"0",
  69. "marginTop":"0",
  70. "paddingLeft":"8",
  71. "paddingRight":"8",
  72. "paddingTop":"5",
  73. "paddingBottom":"5",
  74. "layoutGravity": "right|top",
  75. "textColor":"#ffffff",
  76. "background":"#70222435",
  77. "textAlign":"center",
  78. "textSize":"14",
  79. "borderRadius":"14",
  80. "maxLines":"1"
  81. }
  82. ]
  83. },
  84. {
  85. "id":"logo_image",
  86. "name":"Image",
  87. "width":"72",
  88. "height":"72",
  89. "marginTop":"60",
  90. "scaleType":"center",
  91. "src":"${icon.url}",
  92. "borderRadius":"10",
  93. "onTap":[{
  94. "type":"clickEvent"
  95. }]
  96. },
  97. {
  98. "id":"logo_text",
  99. "name":"Text",
  100. "width":"wrap_content",
  101. "height":"wrap_content",
  102. "text":"${source != nil ? source : app.app_name}",
  103. "paddingLeft":"2",
  104. "paddingRight":"2",
  105. "paddingTop":"2",
  106. "paddingBottom":"2",
  107. "marginTop":"10",
  108. "textColor":"#4A4A4A",
  109. "textAlign":"center",
  110. "textSize":"20",
  111. "maxLines":"1",
  112. "onTap":[{
  113. "type":"clickEvent"
  114. }]
  115. },
  116. {
  117. "id":"center_container",
  118. "name":"FrameLayout",
  119. "width":"match_parent",
  120. "height":"250",
  121. "marginTop":"20",
  122. "children":[
  123. {
  124. "id":"VideoPlaceholder",
  125. "name":"VideoPlaceholder",
  126. "width":"match_parent",
  127. "height":"250",
  128. "marginTop":"0",
  129. "layoutGravity": "center"
  130. },
  131. {
  132. "id":"bg_image",
  133. "name":"Image",
  134. "width":"match_parent",
  135. "height":"250",
  136. "marginTop":"0",
  137. "scaleType":"fitXY",
  138. "src":"${image[0].url}",
  139. "gravity":"center",
  140. "onTap":[{
  141. "type":"clickEvent"
  142. }]
  143. }
  144. ]
  145. },
  146. {
  147. "id":"bg_image1",
  148. "name":"Image",
  149. "width":"match_parent",
  150. "height":"250",
  151. "marginTop":"0",
  152. "scaleType":"fitXY",
  153. "src":"${image[0].url}",
  154. "gravity":"center",
  155. "visibility":"gone",
  156. "onTap":[{
  157. "type":"clickEvent"
  158. }]
  159. },
  160. {
  161. "id":"title",
  162. "name":"Text",
  163. "width":"match_parent",
  164. "height":"wrap_content",
  165. "text":"${title}",
  166. "marginTop":"25",
  167. "marginLeft":"10",
  168. "marginRight":"10",
  169. "textColor":"#4A4A4A",
  170. "background":"#ffffff",
  171. "textAlign":"center",
  172. "textSize":"14",
  173. "maxLines":"1",
  174. "onTap":[{
  175. "type":"clickEvent"
  176. }]
  177. },
  178. {
  179. "id":"description",
  180. "name":"RatingBar",
  181. "marginTop":"10",
  182. "width": "110",
  183. "size": "20",
  184. "height": "27",
  185. "alignSelf": "center",
  186. "highLightColor": "#F5A623",
  187. "score":"${app.score == null || app.score == '' ? 5:app.score}",
  188. "onTap":[{
  189. "type":"clickEvent"
  190. }]
  191. },
  192. {
  193. "id":"button",
  194. "name":"Text",
  195. "width":"match_parent",
  196. "height":"wrap_content",
  197. "text":"${button_text}",
  198. "paddingTop":"10",
  199. "paddingBottom":"10",
  200. "marginTop":"40",
  201. "marginLeft":"20",
  202. "marginRight":"20",
  203. "marginBottom":"30",
  204. "textColor":"#ffffff",
  205. "background":"#1A73E8",
  206. "textAlign":"center",
  207. "textSize":"16",
  208. "borderRadius":"2",
  209. "maxLines":"1",
  210. "onTap":[{
  211. "type":"clickEvent"
  212. }]
  213. }
  214. ]
  215. },
  216. {
  217. "id":"logo_icon",
  218. "name":"Image",
  219. "width":"44",
  220. "height":"17",
  221. "layoutGravity": "left|bottom",
  222. "marginLeft":"0",
  223. "marginBottom":"0",
  224. "src":"http://sf3-fe-tos.pglstatp-toutiao.com/obj/csj-sdk-static/resources/bu_logoAd.png",
  225. "onTap":[{
  226. "type":"openPolicy"
  227. }]
  228. }
  229. ]
  230. }
  231. }