Searched refs:HTML_FORMAT (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/preferences/
H A DFontSizePreview.java31 static final String HTML_FORMAT = "<!DOCTYPE html><html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><style type=\"text/css\">p { margin: 2px auto;}</style><body><p style=\"font-size: 4pt\">%s</p><p style=\"font-size: 8pt\">%s</p><p style=\"font-size: 10pt\">%s</p><p style=\"font-size: 14pt\">%s</p><p style=\"font-size: 18pt\">%s</p></body></html>"; field in class:FontSizePreview
53 mHtml = String.format(HTML_FORMAT, visualNames);

Completed in 79 milliseconds