{
  "normalView": {
    "type": "frame",
    "width": "match_parent",
    "height": "match_parent",
    "radius": "${radius}",
    "elements": [
      {
        "id": "key_tip_lay",
        "type": "linear",
        "width": "wrap_content",
        "height": 84,
        "orientation": "horizontal",
        "background": "#CC000000",
        "paddingLeft": 36,
        "paddingRight": 10,
        "radius": 40,
        "marginLeft": 100,
        "layout_gravity" : "bottom",
        "marginBottom": 100,
        "elements": [
          {
            "id": "title",
            "type": "text",
            "width": "wrap_content",
            "height": "match_parent",
            "maxLines": "1",
            "textColor": "#FFFFFFFF",
            "gravity" : "center_vertical",
            "textSize": 30,
            "text": "您已长时间连续观影，建议您适时放松眼睛"
          },
          {
            "id": "key_tip_btn",
            "type": "linear",
            "width": "wrap_content",
            "height": 60,
            "orientation": "horizontal",
            "background": "#FF1399FF,#03D7D5,left_right",
            "paddingLeft" : 20,
            "paddingRight" : 20,
            "marginLeft": 10,
            "layout_gravity" : "center",
            "radius": 30,
            "elements": [
              {
                "id": "key_tip1",
                "type": "text",
                "width": "wrap_content",
                "height": 35,
                "gravity": "center",
                "layout_gravity" : "center",
                "textColor": "#FFFFFFFF",
                "textSize": 30,
                "text": "按"
              },
              {
                "id": "key_tip2",
                "type": "image",
                "width": 35,
                "height": 35,
                "src": "${extra.keyMenu}",
                "layout_gravity" : "center"
              },
              {
                "id": "key_tip3",
                "type": "text",
                "width": "wrap_content",
                "height": 35,
                "gravity": "center",
                "layout_gravity" : "center",
                "textColor": "#FFFFFFFF",
                "textSize": 30,
                "text": "观看"
              }
            ]
          }
        ]
      }
    ]
  }
}