summaryrefslogtreecommitdiffstats
path: root/gui/theme/watch_mdpi/images/handle.png (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-20Use listbox for device-specific advanced menu itemsEthan Yonker1-0/+0
This patch allows items to have more than one action surrounded by the <actions> tags like other GUI elements. The patch also adds new twrp command line options that let you reload the theme and switch to a specific page from the command line: adb shell twrp reloadtheme adb shell twrp changepage=advanced Change-Id: I838ea380a508be07b9fa617034d1954e116febd6
2016-08-04Optimize and reduce size of PNG filesJames Christopher Adduono1-0/+0
Done using: find -type f -name *.png -exec optipng -o7 -nc -fix {} + (-nc is required as TWRP png lib can't handle color type changes) find -type f -name *.png -exec advdef -4 -z {} + (use Zopfli compressor on insane prefix to reduce size even more) Total amount of bytes saved: 317,491 Change-Id: I545c678f71942e6ceb95acb631841ea7ef82a049
2015-12-19gui: stock theme reworkz31s1g1-0/+0
Tries to combine the current theme with a touch of material. Page structure is untouched for the most part. Layout grid is changed to achieve a "less random" placement of objects on a page. Change-Id: Icaf796be410431b17d5be6ccc1134d40912bef0b