About 14,500,000 results
Open links in new tab
  1. android - How to add a background to a Vector Asset that I want to …

    Jan 5, 2018 · I used the Vector Asset to create an Icon that I want for my app. I set it in the manifest file and it works. However it has a transparent background. I would like to fill that transparent …

  2. Vector drawables overview | Views | Android Developers

    Jul 24, 2023 · Key points A vector drawable is a vector graphic defined in an XML file as a set of points, lines, and curves along with its associated color information. Vector drawables are scalable, meaning …

  3. Add multi-density vector graphics - Android Developers

    Jan 3, 2024 · Android Studio includes a tool called Vector Asset Studio that helps you add material icons and import Scalable Vector Graphic (SVG) and Adobe Photoshop Document (PSD) files into your …

  4. Blue background Images - Free Download on Freepik

    Blue background Images Do you need to impress with your design? Blue backgrounds are perfect for many topics, from healthcare to water themes. The color blue conveys serenity and …

  5. How to Programmatically Set fillColor, StrokeWidth, and StrokeColor of ...

    Learn how to set fillColor, strokeWidth, and strokeColor of vector drawables programmatically in Android apps. Clear step-by-step guide and code examples.

  6. Reuse Vector Drawable Background in Android - Medium

    Apr 19, 2021 · S ometimes we’ve to change views (which use drawable shapes) background colors dynamically according to specific actions or data. So, rather create different colored shapes, we can …

  7. Change fillColor of a vector in android programmatically

    May 17, 2017 · I want to edit the fill Color of a vector-file in Android programmatically. In the xml-file I can set my color with the attribute android:fillColor but I want to change the color in runtime. Any …

  8. 矢量可绘制对象概览 | Views | Android Developers

    这使得它们非常适合在 Android 应用中使用,因为它们有助于减小 APK 文件的大小并提高性能。 您可以在 Android Studio 中创建矢量可绘制对象,方法是右键点击项目中的 drawable 文件夹,然后依次选 …

  9. Android Studio】Color クラス と Resources を使った色の指定方法 …

    Sep 9, 2019 · Android StudioでColorクラスとResourcesを使った色の指定方法を解説。プログラム側でテキストやボタンの色を変更する方法を学べます。

  10. How to change background color in android app - Stack Overflow

    May 1, 2010 · I want to be able to change the background color to white in my android app in the simplest way possible.