aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/util/Highlighter.java
Commit message (Collapse)AuthorAgeFilesLines
* keylist: fix highlighter (fixes #1637)Vincent Breitmoser2015-12-291-24/+19
|
* Make header text and tertiary text color themeableThialfihar2015-07-211-6/+2
|
* Start moving colors into themesThialfihar2015-07-211-1/+9
| | | | | | | | Using attrs instead of fixed colors it will be possible to style everything and also dynamically grab the color where needed in code. This is done with colorEmphasis as an initial test. Also remove several unused colors.
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-0/+57
created ui.util for everything related to formatting