ugen_dsl_3682.json 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  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. "background":"#000000",
  12. "onTap":[{
  13. "type":"clickEvent"
  14. }],
  15. "children": [
  16. {
  17. "id":"VideoPlaceholder",
  18. "name":"VideoPlaceholder",
  19. "width":"match_parent",
  20. "height":"match_parent",
  21. "layoutGravity": "center",
  22. "coverSrc":"${image[0].url}",
  23. "src":"https://tosv.byted.org/obj/eden-internal/bvognupqhbo/pg-moho.mp4",
  24. "onTap":[{
  25. }]
  26. },
  27. {
  28. "id":"mute_image",
  29. "name":"Image",
  30. "width":"30",
  31. "height":"30",
  32. "marginLeft":"15",
  33. "marginTop":"15",
  34. "padding": "7",
  35. "scaleType":"fitXY",
  36. "background":"#70222435",
  37. "layoutGravity": "left|top",
  38. "borderRadius":"15",
  39. "src":"${setting.voice_control == 1 ? 'http://sf3-fe-tos.pglstatp-toutiao.com/obj/csj-sdk-static/resources/bu_voice_silent.png' : 'http://sf3-fe-tos.pglstatp-toutiao.com/obj/csj-sdk-static/resources/bu_voice.png'}",
  40. "onTap":[{
  41. "type":"muteVideo",
  42. "video_control":"1",
  43. "muteSrc":"http://sf3-fe-tos.pglstatp-toutiao.com/obj/csj-sdk-static/resources/bu_voice_silent.png",
  44. "unmuteSrc":"http://sf3-fe-tos.pglstatp-toutiao.com/obj/csj-sdk-static/resources/bu_voice.png"
  45. }]
  46. },
  47. {
  48. "id":"dislike",
  49. "name":"Text",
  50. "width":"wrap_content",
  51. "height":"wrap_content",
  52. "text":"反馈",
  53. "marginLeft":"55",
  54. "marginTop":"15",
  55. "paddingLeft":"8",
  56. "paddingRight":"8",
  57. "paddingTop":"6",
  58. "paddingBottom":"6",
  59. "layoutGravity": "left|top",
  60. "textColor":"#ffffff",
  61. "background":"#70222435",
  62. "textAlign":"center",
  63. "textSize":"14",
  64. "borderRadius":"14",
  65. "maxLines":"1",
  66. "visibility": "${dislike_control == 1 ? 'visible' : 'gone'}",
  67. "onTap":[{
  68. "type":"dislike"
  69. }]
  70. },
  71. {
  72. "id":"countDownSkip",
  73. "name":"CountDownSkip",
  74. "height":"30",
  75. "width":"82",
  76. "marginTop":"15",
  77. "marginRight":"15",
  78. "paddingLeft":"8",
  79. "paddingRight":"8",
  80. "paddingTop":"5",
  81. "paddingBottom":"5",
  82. "layoutGravity": "right|top",
  83. "textColor":"#ffffff",
  84. "background":"#70222435",
  85. "textAlign":"center",
  86. "textSize":"14",
  87. "borderRadius":"14",
  88. "maxLines":"1"
  89. },
  90. {
  91. "id": "banner_container",
  92. "name": "FrameLayout",
  93. "width": "match_parent",
  94. "height": "100",
  95. "layoutGravity": "bottom",
  96. "background": "#dfffffff",
  97. "onTap":[{
  98. "type":"clickEvent"
  99. }],
  100. "children": [
  101. {
  102. "id": "ll_container_banner",
  103. "name": "FlexLayout",
  104. "width": "match_parent",
  105. "height": "wrap_content",
  106. "flexDirection": "row",
  107. "marginLeft": "10",
  108. "marginRight": "10",
  109. "marginTop": "8",
  110. "marginBottom": "8",
  111. "layoutGravity": "center",
  112. "alignItems": "center",
  113. "onTap":[{
  114. "type":"clickEvent"
  115. }],
  116. "children": [
  117. {
  118. "id": "banner_icon",
  119. "name": "Image",
  120. "width": "61",
  121. "height": "61",
  122. "scaleType": "fitXY",
  123. "src": "${icon.url}",
  124. "borderRadius": "9",
  125. "onTap":[{
  126. "type":"clickEvent"
  127. }]
  128. },
  129. {
  130. "id": "text_container",
  131. "name": "FlexLayout",
  132. "width": "wrap_content",
  133. "height": "40",
  134. "flexDirection": "column",
  135. "marginLeft": "10",
  136. "marginRight": "10",
  137. "justifyContent": "space_around",
  138. "flexGrow":"1",
  139. "onTap":[{
  140. "type":"clickEvent"
  141. }],
  142. "children": [
  143. {
  144. "id": "title",
  145. "name": "Text",
  146. "width": "160",
  147. "height": "wrap_content",
  148. "text": "${source != nil ? source : app.app_name}",
  149. "textSize": "17",
  150. "maxLines": "1",
  151. "textColor": "#000000",
  152. "textStyle": "bold"
  153. },
  154. {
  155. "id": "description",
  156. "name": "RatingBar",
  157. "width": "wrap_content",
  158. "height": "wrap_content",
  159. "size": "10",
  160. "highLightColor": "#F5A623",
  161. "score":"${app.score == null || app.score == '' ? 5:app.score}"
  162. }
  163. ]
  164. },
  165. {
  166. "id": "download_button",
  167. "name": "Text",
  168. "width": "90",
  169. "height": "36",
  170. "padding": "5",
  171. "marginRight": "0",
  172. "text": "${button_text}",
  173. "textColor": "#ffffff",
  174. "background": "#007AFF",
  175. "borderRadius": "5",
  176. "textAlign": "center",
  177. "textSize": "15",
  178. "maxLines": "1",
  179. "alignSelf": "center",
  180. "onTap":[{
  181. "type":"clickEvent"
  182. }]
  183. }
  184. ]
  185. },
  186. {
  187. "id": "ad_logo",
  188. "name": "Image",
  189. "width": "35",
  190. "height": "17",
  191. "src": "http://sf3-fe-tos.pglstatp-toutiao.com/obj/csj-sdk-static/resources/bu_logoAd.png",
  192. "marginLeft": "10",
  193. "marginBottom": "2",
  194. "layoutGravity": "left|bottom",
  195. "onTap":[{
  196. "type":"openPolicy"
  197. }]
  198. }
  199. ]
  200. }
  201. ]
  202. }
  203. }