1. ホーム
  2. android

[解決済み] Androidでtextviewやimageviewに波紋効果を設定する方法は?

2022-04-24 12:44:36

質問

Android Studioでtextviewとimageviewに波紋効果を設定したいのですが、どうすればよいですか?どうすればよいですか?

どのように解決するのですか?

参照元 : http://developer.android.com/training/material/animations.html ,

http://wiki.workassis.com/category/android/android-xml/

<TextView
.
.
android:background="?attr/selectableItemBackgroundBorderless"
android:clickable="true"
/>

<ImageView
.
.
.
android:background="?attr/selectableItemBackgroundBorderless"
android:clickable="true"
/>