Android 子view超出父View效果


       android:clipChildren="false"
            android:clipToPadding="false"
            >

          

          


        

需要达到这种效果只需要在父View的属性中加入:

           android:clipChildren="false"
           android:clipToPadding="false"

你可能感兴趣的:(Android 子view超出父View效果)