選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

styles.ts 202B

1234567891011
  1. /**
  2. * The style of toolbar buttons.
  3. */
  4. export default {
  5. videoContainer: {
  6. alignItems: 'center',
  7. flex: 1,
  8. flexDirection: 'column',
  9. justifyContent: 'center'
  10. }
  11. };