소스 검색

Corrected how to center Android topbar title (#4520)

Ibrahim Almuqrin 6 년 전
부모
커밋
fd9b38d4fc
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    1
      docs/docs/options-migration.md

+ 3
- 1
docs/docs/options-migration.md 파일 보기

522
 
522
 
523
 ```js
523
 ```js
524
 topBar: {
524
 topBar: {
525
-  alignment: 'center'|'fill'
525
+  title: {
526
+    alignment: 'center'|'fill'
527
+  }
526
 }
528
 }
527
 ```
529
 ```
528
 
530