Skip to main content

All Questions

1 vote
0 answers
134 views

stop generating .png from vector drawables in api >= 21

After bumping minSdk version to 21 and removing vectorDrawables.useSupportLibrary = true from build.gradle in whole project, there are png version of vector drawables in the output apk/bundle file. ...
beigirad's user avatar
  • 5,574
0 votes
1 answer
1k views

Unable to Start Activity... android.content.res.Resources$NotFoundException: Drawable com.app: drawable/abc_vector_test with resource ID #0x7f07005c

I´m trying to do an App that works with Firebase and authenticates with Google, Email and Facebook. Is exactly in the phase of Facebook sync that I had this problem: E/AndroidRuntime: FATAL EXCEPTION: ...
Gutiérrez-Rodriguez Ivan's user avatar
6 votes
2 answers
2k views

Android How to Remove the Inner Padding of a Vector Asset Drawable

My vector drawable from Vector Asset: <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" ...
Sam Chen's user avatar
  • 8,503
46 votes
11 answers
24k views

How I fix NOTHING TO SHOW in my vector asset in android studio

I want to add a new vector asset. I am trying to add a clipArt but it only shows in the dialog box "Nothing to show". No icon is showing and I want to add an icon. I don't know to fix this. ...
Cupcakewithchocolate's user avatar
0 votes
0 answers
105 views

Loading SVG by Uri and removing whitespace in Android

The image url is: https://static-qa-singlecare.s3.amazonaws.com/content/images/pharmacy/logo-color-riteaid.svg If download we can see it contains a lot of whitespace top and bottom. I am using this ...
Alex's user avatar
  • 1
0 votes
1 answer
768 views

half rectangle shape drawable shapes android

I use this drawable code: <layer-list xmlns:android="http://schemas.android.com/apk/res/android" > <item > <rotate android:fromDegrees="45" ...
Addy's user avatar
  • 85
0 votes
0 answers
47 views

avoid multiple vector drawable object

In my application, each time I inflate a recycler view list item I need to set its drawable color, Drawable drawable = DrawableCompat.wrap(ContextCompat.getDrawable(mContext, R.drawable....
Dekan Ako's user avatar
1 vote
0 answers
567 views

how create android drawable xml states with background and icon <vector> (svg)

Good day everyone. Can you please tell us how to make and organize the implementation of icons with backgrounds in Android in different States (hover, blocked, normal state). I saw that the app often ...
Vad0k's user avatar
  • 331
1 vote
3 answers
741 views

drawableLeft vector image api < 21 from XML

I have support lower end device API < 21. I already have used drawableLeft, drawableRight in many place in my existing project. When ever I am running API 19 app is crashing saying can't find that ...
A J's user avatar
  • 4,621
0 votes
1 answer
43 views

Android App stops when Button has drawable<xyz>

I have a problem adding an icon to a button either left of text or above. This is my test scenario: My app already has a main activity with a button to start the newly added test activity. I add an "...
Heinzi Tuberkel's user avatar
7 votes
3 answers
2k views

Vector Drawables sometimes become blurry

I am working on an existing app that needed some update and as soon as I replaced some png icons with vector drawables something very odd happens: these vector drawables sometimes become blurry. I ...
Pizzetto's user avatar
4 votes
2 answers
3k views

Vector Drawables in Layer List on Android API 16 and higher

I am having some trouble with vectors drawable on older API version in Android. I need to change drawables at runtime each time the activity starts should load the corresponding svg file. This is my ...
Vasco's user avatar
  • 297
0 votes
2 answers
869 views

Android App Crashes while rendering vector asset on API 19 works fine on API above 20

App Crashes while starting MyActivity on Android API level 19 with following code and stack trace. This works fine on Android API level 21 and above. Vector Asset : ic_warning_white_24px.xml ...
Jay Patel's user avatar
  • 628
2 votes
1 answer
2k views

VectorDrawable not showing or drawed wrong

I have 5 vectorDrawables, where 3 of them is generated from an PSD given to me from google. Two of them is showing correctly (both from the generated vector from PSD), but the other two is not ...
Oliver Nybroe's user avatar
0 votes
1 answer
452 views

Vector drawable not scaling

I'm trying to set my linearlayout background to a vector drawable, however it is not scaling to fill the entire layout, below is my xml: <LinearLayout android:id="@+id/ideaBody" android:...
Adam J's user avatar
  • 183

15 30 50 per page