We can align a view in center of the FrameLayout by setting the layout_gravity of the child view. In XML: android:layout_gravity="center" In Java code: ...
確定! 回上一頁