私はこれを試しました。しかし、ImageViewではこれが機能していません。ただし、このコードはImageに外部グローを設定していません。
android:shadowColor="#7ccb16"
android:shadowDx="0"
android:shadowDy="0"
android:shadowRadius="3"
これを行う方法を教えてください。
私はこれを試しました。しかし、ImageViewではこれが機能していません。ただし、このコードはImageに外部グローを設定していません。
android:shadowColor="#7ccb16"
android:shadowDx="0"
android:shadowDy="0"
android:shadowRadius="3"
これを行う方法を教えてください。
こちらのフォームを参照
androidsdkでninepatchツールを使用します。
<ImageView
android:id="@+id/image_test"
android:background="@drawable/drop_shadow"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="6px"
android:paddingTop="4px"
android:paddingRight="8px"
android:paddingBottom="9px"
android:src="@drawable/pic1"
/>
これがお役に立てば幸いです。