Closed
Bug 710463
Opened 14 years ago
Closed 14 years ago
Textures should be placed in drawable-nodpi folder
Categories
(Firefox for Android Graveyard :: General, defect, P3)
Tracking
(firefox11 fixed, fennec11+)
RESOLVED
FIXED
People
(Reporter: sriram, Assigned: sriram)
References
Details
Attachments
(3 files)
The about:home page uses textures that are placed in "drawable/" folder.
This causes the image to be treated as mdpi. Hence while rendering on a hdpi or an xhdpi device, they are scaled and repeated. This causes a fuzzy background. This can be rectified by placing those textures in a separate "drawable-nodpi/" folder. This causes android "not to scale" them before repeating.
Assignee | ||
Comment 1•14 years ago
|
||
This moves the files to proper folder.
Assignee | ||
Updated•14 years ago
|
Attachment #581480 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 2•14 years ago
|
||
Updated•14 years ago
|
Attachment #581482 -
Attachment is patch: false
Attachment #581482 -
Attachment mime type: text/plain → image/png
Comment 3•14 years ago
|
||
Comment on attachment 581480 [details] [diff] [review]
Patch
You could also use hg mv to move the files without deleting/readding
Attachment #581480 -
Flags: review?(mark.finkle) → review+
Updated•14 years ago
|
Priority: -- → P3
Comment 4•14 years ago
|
||
Comment 5•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
tracking-fennec: --- → 11+
Comment 6•14 years ago
|
||
status-firefox11:
--- → fixed
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•