TP-34874 | mock change
This commit is contained in:
@@ -9355,7 +9355,7 @@
|
||||
"fontSize": 14,
|
||||
"textColor": "#191919"
|
||||
},
|
||||
"padding":{
|
||||
"padding": {
|
||||
"start": 10,
|
||||
"end": 10
|
||||
},
|
||||
@@ -9561,55 +9561,6 @@
|
||||
]
|
||||
},
|
||||
"spannableTextClickMock": {
|
||||
"data": {
|
||||
"privacy_terms_text_oxCyD": {
|
||||
"spanData": [
|
||||
{
|
||||
"stringId": "agreement_text",
|
||||
"textData": {
|
||||
"text": "By proceeding, you agree to "
|
||||
}
|
||||
},
|
||||
{
|
||||
"tag": "privacy_policy_text_tag",
|
||||
"stringId": "privacy_policy_text",
|
||||
"textData": {
|
||||
"text": "NFS Privacy Policy ",
|
||||
"onClick": {
|
||||
"actions": [
|
||||
{
|
||||
"type": "AnalyticsAction",
|
||||
"eventName": "pl_pre_sub_module_pp_click"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"stringId": "and_symbol_text",
|
||||
"textData": {
|
||||
"text": " & "
|
||||
}
|
||||
},
|
||||
{
|
||||
"tag": "terms_of_use_text_tag",
|
||||
"stringId": "terms_of_use_text",
|
||||
"textData": {
|
||||
"text": "NFS Terms of Use",
|
||||
"onClick": {
|
||||
"actions": [
|
||||
{
|
||||
"type": "AnalyticsAction",
|
||||
"eventName": "pl_pre_sub_module_tou_click"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"viewType": "SpannableText"
|
||||
}
|
||||
},
|
||||
"view": [
|
||||
{
|
||||
"property": {
|
||||
@@ -9709,10 +9660,89 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": {
|
||||
"layoutId": "output_text",
|
||||
"viewType": "Text",
|
||||
"width": "MATCH_PARENT",
|
||||
"height": "WRAP_CONTENT",
|
||||
"textColor": "#000000",
|
||||
"margin": {
|
||||
"start": 24,
|
||||
"top": 16
|
||||
},
|
||||
"isStateFul": "true"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"data": {
|
||||
"privacy_terms_text_oxCyD": {
|
||||
"spanData": [
|
||||
{
|
||||
"stringId": "agreement_text",
|
||||
"textData": {
|
||||
"text": "By proceeding, you agree to "
|
||||
}
|
||||
},
|
||||
{
|
||||
"tag": "privacy_policy_text_tag",
|
||||
"stringId": "privacy_policy_text",
|
||||
"textData": {
|
||||
"text": "NFS Privacy Policy ",
|
||||
"onClick": {
|
||||
"actions": [
|
||||
{
|
||||
"type": "UpdateDataAction",
|
||||
"viewDataList": [
|
||||
{
|
||||
"layoutId": "output_text",
|
||||
"data": {
|
||||
"viewType": "Text",
|
||||
"text": "NFS Privacy Policy clicked"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"stringId": "and_symbol_text",
|
||||
"textData": {
|
||||
"text": " & "
|
||||
}
|
||||
},
|
||||
{
|
||||
"tag": "terms_of_use_text_tag",
|
||||
"stringId": "terms_of_use_text",
|
||||
"textData": {
|
||||
"text": "NFS Terms of Use",
|
||||
"onClick": {
|
||||
"actions": [
|
||||
{
|
||||
"type": "UpdateDataAction",
|
||||
"viewDataList": [
|
||||
{
|
||||
"layoutId": "output_text",
|
||||
"data": {
|
||||
"viewType": "Text",
|
||||
"text": "NFS Terms of Use clicked"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"viewType": "SpannableText"
|
||||
}
|
||||
}
|
||||
},
|
||||
"columnConstraintsMock": {
|
||||
"parentComposeView": [
|
||||
|
||||
Reference in New Issue
Block a user