TextView shadow 주기



<TextView 

        android:id="@+id/explain"

        android:layout_below="@id/title"

        android:layout_width="fill_parent"

        android:layout_height="fill_parent"

        android:gravity="center"

        android:textStyle="bold"

        android:textColor="#ffffff"

        android:shadowColor="#000000"

        android:shadowDx="2.0"

        android:shadowDy="2.0"

        android:shadowRadius="2.0"

        android:textSize="15dp"

        android:text="실행 중 입니다."/>


android:shadowColor : 색상

android:shadowRadius : 그림자 반경, 크기(값이 작을수록 선명)

android:shadowDx : 수평 방향 설정(x축 픽셀 단위)

android:shadowDy : 수직 방향 설정(y축 픽셀 단위)




블로그 이미지

미네르바98

안드로이드와 영화 리뷰, 생활정보에 관한 내용을 기재합니다.

,