每日2023/2/28

 

 

 

 

 

 

 

 

 

 

 

<?xml version="1.0" encoding="utf-8"?>

<RelativeLayout android:layout_width="match_parent"
    android:layout_height="match_parent"
    xmlns:android="http://schemas.android.com/apk/res/android">
    <RelativeLayout
        android:id="@+id/rl1"
        android:layout_width="100dp"
        android:layout_height="100dp"
        android:layout_centerInParent="true"
        android:background="@color/colorPrimary"/>
        <RelativeLayout
            android:layout_width="100dp"
            android:layout_height="100dp"
            android:layout_toLeftOf="@id/rl1"
            android:background="@color/colorAccent">
    </RelativeLayout>
</RelativeLayout>

 

 

 

posted @ 2023-02-28 21:37  橘子味芬达水  阅读(9)  评论(0编辑  收藏  举报