Android之帧布局

xiaoxiao2021-02-28  38

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent"> <TextView android:layout_width="300px" android:layout_height="300px" android:layout_gravity="center" android:background="#ff0000"/> <TextView android:layout_width="200px" android:layout_height="200px" android:layout_gravity="center" android:background="#00ff00"/> <TextView android:layout_width="100px" android:layout_height="100px" android:layout_gravity="center" android:background="#0000ff"/> </FrameLayout>

转载请注明原文地址: https://www.6miu.com/read-2630009.html

最新回复(0)