summaryrefslogtreecommitdiffstats
path: root/gui/theme/watch_mdpi/splash.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-29Unix file endings and remove execute permissionMatt Mower1-51/+51
Change-Id: Iceaae3f7f20c3c6f23da807786b4cf4739c887c9
2016-01-29Remove execute permissions from source filesthat1-0/+0
Change-Id: I5deef665ab374491c0f498b498971abd525d1111
2016-01-27ifdef and comment out libjpegEthan Yonker1-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
2016-01-25gui: use XML-based page for splash screen instead of a static jpgthat1-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