http://inloop.github.io/shadow4android/
위의 사이트에서 만들고 아래와 같이 쓰면 된다.
<LinearLayout
android:layout_width="200dp"
android:layout_height="200dp"
android:orientation="vertical"
android:background="@drawable/my_nine_patch" >
</LinearLayout>
'모바일 > Android' 카테고리의 다른 글
sqlite 에러 (0) | 2016.04.17 |
---|---|
안드로이드 색깔 바꾸기 getColor() 및 DP로 stroke치기 (0) | 2016.04.13 |
안드로이드 실제 비율만큼 조정하기 (0) | 2016.04.12 |
커스텀 리스트뷰, 클릭시 연결되는 뷰 선택 (0) | 2014.05.08 |
연속되는 문자가 오는 그림파일이나 텍스트 순차적으로 불러오기 (0) | 2014.05.08 |