123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- {
- "global": {
- "mainButton": {
- "backgroundColor": "#00FFFFFF",
- "backgroundImage": "face_confirm_button@2x.png",
- "textColor": "#FFFFFF",
- "fontSize": 32,
- "textPadding": {
- "left": 0,
- "right": 0,
- "top": 0,
- "bottom": 0
- }
- }
- },
- "native": {
- "global": {
- "alertDialog": {
- "positiveText": {
- "textColor": "#60A3FC",
- "fontSize": 32
- },
- "negativeText": {
- "textColor": "#999999",
- "fontSize": 32
- },
- "titleText": {
- "textColor": "#333333",
- "fontSize": 32
- },
- "messageText": {
- "textColor": "#333333",
- "fontSize": 28
- }
- },
- "navigator": {
- "closeImageView": {
- "src": "face_close_btn@2x.png"
- }
- }
- },
- "guidePage": {
- "titleText": {
- "textColor": "#333333",
- "fontSize": 40
- },
- "messageText": {
- "textColor": "#8C94A8",
- "fontSize": 24
- },
- "markMessageText": {
- "textColor": "#4178FF",
- "fontSize": 40
- },
- "actionTipText": {
- "textColor": "#333333",
- "fontSize": 36
- },
- "privacyTipText": {
- "textColor": "#999999",
- "fontSize": 26
- }
- },
- "welcomePage": {
- "mainButton": {
- "backgroundColor": "#00FFFFFF",
- "backgroundImage": "face_confirm_button@2x.png",
- "textColor": "#FFFFFF",
- "fontSize": 32,
- "textPadding": {
- "left": 0,
- "right": 0,
- "top": 0,
- "bottom": 0
- }
- },
- "bannerControl": {
- "backgroundColor": "#4E6AF0"
- }
- },
- "privacyPage": {
- "mainButton": {
- "backgroundColor": "#00FFFFFF",
- "backgroundImage": "face_confirm_button@2x.png",
- "textColor": "#FFFFFF",
- "fontSize": 32,
- "textPadding": {
- "left": 0,
- "right": 0,
- "top": 0,
- "bottom": 0
- }
- },
- "logoImageView": {
- "src": "face_security_icon@2x.png"
- }
- },
- "detectPage": {
- "actionTipText": {
- "textColor": "#333333",
- "fontSize": 40
- },
- "messageText": {
- "textColor": "#333333",
- "fontSize": 32
- },
- "markMessageText": {
- "textColor": "#4178FF",
- "fontSize": 32
- },
- "detectAnimation": {
- "warningColor": "#F6493F",
- "loadingColor": "#188FFF"
- }
- },
- "resultPage": {
- "titleText": {
- "textColor": "#333333",
- "fontSize": 40
- },
- "messageText": {
- "textColor": "#333333",
- "fontSize": 30
- },
- "markMessageText": {
- "textColor": "#FF0000",
- "fontSize": 30
- },
- "promptFailImageView": {
- "src": "face_result_icon_fail@2x.png"
- },
- "promptSucceedImageView": {
- "src": "face_result_icon_ok@2x.png"
- }
- }
- }
- }
|