Browse Source

Bug 881152 - hdpi/xhdpi resolution assets and layout for PDF Viewer app

1. Add 1.5x assets
 2. specify the background size of page number section
Rudy Lu 12 years ago
parent
commit
f9706b345b
  1. BIN
      extensions/b2g/images/div_line_left@1.5x.png
  2. BIN
      extensions/b2g/images/div_line_right@1.5x.png
  3. BIN
      extensions/b2g/images/icon_next_page@1.5x.png
  4. BIN
      extensions/b2g/images/icon_previous_page@1.5x.png
  5. BIN
      extensions/b2g/images/icon_zoom_in@1.5x.png
  6. BIN
      extensions/b2g/images/icon_zoom_out@1.5x.png
  7. 1
      extensions/b2g/viewer.css

BIN
extensions/b2g/images/div_line_left@1.5x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 B

BIN
extensions/b2g/images/div_line_right@1.5x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 B

BIN
extensions/b2g/images/icon_next_page@1.5x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
extensions/b2g/images/icon_previous_page@1.5x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
extensions/b2g/images/icon_zoom_in@1.5x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
extensions/b2g/images/icon_zoom_out@1.5x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

1
extensions/b2g/viewer.css

@ -103,6 +103,7 @@ footer { @@ -103,6 +103,7 @@ footer {
background-image: url(images/div_line_left.png), url(images/div_line_right.png);
background-repeat: no-repeat;
background-position: left, right;
background-size: 0.2rem, 0.2rem;
}
.toolbarButton.zoomOut {

Loading…
Cancel
Save