LoginSignup
9
9

More than 5 years have passed since last update.

selectorの色をゆっくり変化させる方法

Posted at

ListSelectorなどで、パッと色を変えるのではなくゆっくりと変えるようにする方法のメモ

drawable/selector.xml
<?xml version="1.0" encoding="utf-8"?>
<selector
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:exitFadeDuration="ミリ秒">
</selector>

selectorタグのexitFadeDurationでミリ秒を指定するだけ

9
9
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
9
9