How to achieve Android UI like this image layout? About android:clipChildren
问题 What I want to achieve is like this layout: I have tried to use this code, to achieve like that image, but unfortunately, I failed. This is the snippet of my code: <RelativeLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginBottom="10dp" android:clipChildren="false" > <RelativeLayout android:id="@+id/text_area_third" android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="@drawable/round_corner_background"