MaryamAslam / team-venom-viperxl

Automatically exported from code.google.com/p/team-venom-viperxl
0 stars 0 forks source link

Distorted r.9.png files in systemui #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using default sense skin, pull down the notification bar.
2.
3.

What is the expected output? What do you see instead?
The textured graphic for the pull down is distorted in multiple areas. You can 
tell by seeing the angular lines, which are stretched and don't match other 
areas, most notably on the pull down bar at the very bottom of the screen, 
between the 8 dots and single dot in the center.

What version of the product are you using? On what operating system?
ViperXL 1.0.0

Please provide any additional information below.

The fix is very easy. Within systemui.apk of an unmodified stock One XL rom go 
into the drawable-xhdpi folder. Copy the following .r.9.png files out of the 
apk:

notification_section_divider.r.9.png
notification_tracking_bg.r.9.png
status_bar_close_on.r.9.png
status_bar_titlebar_rest.r.9.png

Rename them to (just removing the ".r"):

notification_section_divider.9.png
notification_tracking_bg.9png
status_bar_close_on.9.png
status_bar_titlebar_rest.9.png

In the viperxl systemui apk, copy them into res/drawable-xhdpi, replacing the 
originals.

This issue is caused by incorrect decompiling of the r.9.png files, which are 
repeater PNGs. When decompiled, just about every tool removes the .r 
designation and messes them up. All you have to do is take the original 
.r.9png, rename it, and put it in the proper place and it will correct the 
issue.

Original issue reported on code.google.com by will.ta...@gmail.com on 4 Sep 2012 at 2:04

GoogleCodeExporter commented 8 years ago
Will be fixed in next update.

Original comment by Turge08 on 4 Sep 2012 at 6:20

GoogleCodeExporter commented 8 years ago

Original comment by Turge08 on 6 Sep 2012 at 11:16

GoogleCodeExporter commented 8 years ago

Original comment by Turge08 on 10 Sep 2012 at 2:20