summaryrefslogtreecommitdiffstats
path: root/gui/theme/portrait_mdpi/splash.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gui: bump theme version to 2that2017-01-181-1/+1
| | | | | | | | Commit 9472ba1d introduced new behavior for KEY_POWER which needs a corresponding change in the theme to call the setbacklight action whenever the power button is pressed. Change-Id: Iacd46436b04aba1ecb1adbb684c56c3ef994bfe0
* Unix file endings and remove execute permissionMatt Mower2016-02-291-51/+51
| | | | Change-Id: Iceaae3f7f20c3c6f23da807786b4cf4739c887c9
* 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