api <21でドローアブルティントを機能させることは可能ですか?
<bitmap
xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_calendar"
android:tint="@color/primary" />
正常に動作しますが、API21を備えたデバイスでのみ機能します。より低いAPIデバイスまたはAppCompatサポートの回避策はありますか?何も見つかりません。
AppCompatImageViewドキュメントから:This will automatically be used when you use ImageView in your layouts. You should only need to manually use this class when writing custom views.developer.android.com/reference/android/support/v7/widget/…したがって、ImageViewレイアウトで法線を使用すると問題なく動作するはずです。