문제

I would like to ask you if is possible to add a shadow to each item in a gallery. And if is possible, what is the easiest way to do it?

Thanks in advance!

도움이 되었습니까?

해결책

It depends on what type of view you are adding to the Gallery. For example, if it's a TextView, you can use android:shadowColor, android:shadowDx, android:shadowDy, and android:shadowRadius to specify the shadow.

If you provide your layout XML that you're using in the Gallery adapter, and explain what you want the shadow to be attached to, it would help give a more clear answer.

다른 팁

Here you go if you are still looking for it: Custom ImageView with drop shadow

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top