Skip to content

Commit 4472463

Browse files
update
1 parent be57ab6 commit 4472463

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

readme/Flutter和原生Android控件对比.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ ListView|ListView/RecyclerView
77
Text|TextView
88
Center|ViewGroup
99
Container|RelativeLayout
10-
FloatingActionButton|FloatingActionButton
10+
FloatingActionButton|FloatingActionButton(design库里面的)
11+
BottomNavigationBar|BottomNavigation(design库里面的)
1112
RaisedButton/Button|Button
1213
Column|LinearLayout的android:orientation="vertical"
1314
Row|android:orientation="horizontal"
1415
DecorationImage|ImageView
1516
Image|ImageView
1617
Stack|FrameLayout/RelativeLayout
1718
Algin|alginParentXXX属性
18-
19+
resizeToAvoidBottomPadding|android:windowSoftInputMode=”adjustResize属性
1920

0 commit comments

Comments
 (0)