[Android] Layout Rounding

Android 2012. 9. 10. 11:17

레이아웃의 모서리를 둥글게


<Ref>



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

<shape xmlns:android="http://schemas.android.com/apk/res/android" >


    <corners android:radius="15dp" />


    <solid android:color="#FF000000" />


</shape>



Posted by tenn
,