datensumpf / android-ui-utils

Automatically exported from code.google.com/p/android-ui-utils
0 stars 0 forks source link

Image file names are incorrect (unselected vs. selected) #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
- Go to create tab icons
- start filling out fields
- look at preview of the output images.  Looks great.  Selected icons have 
white fill.
- Download the icons.  Look at the files.  Selected icons have *gray* fill.  
The selected filenames and unselected filenames are inverted!

Original issue reported on code.google.com by yarone.g...@gmail.com on 12 Aug 2011 at 8:05

GoogleCodeExporter commented 9 years ago
This is happening because the Asset Studio is generating two sets of icons for 
different OS versions. Remember to set targetSdkVersion >= 5 in your app to use 
the new API level 5 tab style.

Original comment by romannu...@google.com on 12 Aug 2011 at 8:08

GoogleCodeExporter commented 9 years ago
This also occurs in my app-- deselected tab looks brighter than selected one.

android:minSdkVersion="3" android:targetSdkVersion="8"

Tested out in 2.1 to 2.3 versions still looks inverted. Having to manually 
rename files.

Original comment by redx...@gmail.com on 13 Jan 2012 at 3:23