Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
LinearLayout を拡張するクラスがありますが、このコードで PorterDuff.Mode を動作させる方法がわかりません。
this.getBackground().setColorFilter(Color.parseColor("#a7d2e3"), PorterDuff.Mode.DARKEN);
「PorterDuff を変数に解決できません」
porterduff をインポートしましたが、PorterDuff は静的クラスであることがわかります。何か案は?
これをインポートに追加します。何らかの理由で、Eclipse はこれを自動的に実行しないためです。
import android.graphics.PorterDuff;