0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Android Jetpack Compose】下のビューを操作無効 & タップエフェクト無効にする

Posted at

下記方法で無効化可能。

            .clickable(
                interactionSource = remember { MutableInteractionSource() },
                indication = null // クリック時の視覚効果を無効化
            ) { /* クリックイベントを消費 */ }
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?