Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64bd41ff authored by Scott Main's avatar Scott Main Committed by Android (Google) Code Review
Browse files

Merge "add support for constraint layout's DATA list" into nyc-dev

parents 6c8efecb 7055897f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
var <?cs
  if:reference.testSupport ?>SUPPORT_TEST_<?cs
  elif: reference.wearableSupport ?>SUPPORT_WEARABLE_<?cs
  elif: reference.constraintSupport ?>CONSTRAINT_<?cs
  /if ?>DATA = [
<?cs each:page = docs.pages
?>      { id:<?cs var: page.id ?>, label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>", type:"<?cs var:page.type ?>", deprecated:"<?cs var:page.deprecated ?>" }<?cs if:!last(page) ?>,<?cs /if ?>