summaryrefslogtreecommitdiffstats
path: root/gui/theme/portrait_hdpi/splash.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove execute permissions from source filesthat2016-01-291-0/+0
| | | | Change-Id: I5deef665ab374491c0f498b498971abd525d1111
* ifdef and comment out libjpegEthan Yonker2016-01-271-2/+1
| | | | | | | | Chances are there are not many themes in widespread use that are using jpeg images, but this will be easy to revert back or even just temporarily modify if we need jpeg support in a pinch. Change-Id: If17b05ce3ebccce724fd74b26ed8ea91b287c3cf
* gui: use XML-based page for splash screen instead of a static jpgthat2016-01-251-0/+52
For devices with an unusual aspect ratio, stretching a bitmap to the screen resolution is sub-optimal. So let's reuse our XML engine that allows assembling the splash screen from individual parts. The splash page is loaded from a separate XML file for quick loading. Change-Id: I2d3dad26e42fcefaf563dacdf0ffa61f209dada1