Установите прозрачный фон imageview на Android

Графика. MeasureString (), вероятно, поможет Вам.

Это - также один из единственных вариантов использования для использования Управления. CreateGraphics () вызов!

308
задан Peter Mortensen 28 April 2017 в 11:26
поделиться

1 ответ

There is already a transparent built into Android: R.color.transparent. http://developer.android.com/reference/android/R.color.html#transparent

But I think you may want to make the background of the image that you are placing into the WebView transparent, for example, with a transparent PNG, rather than the ImageView background. If the actual image is not at all see-through then the ImageView background can't be seen through it.

23
ответ дан 23 November 2019 в 01:14
поделиться
Другие вопросы по тегам:

Похожие вопросы: