diff options
| author | Ram Kromberg | 2023-01-31 21:11:36 +0200 |
|---|---|---|
| committer | GitHub | 2023-01-31 20:11:36 +0100 |
| commit | 0fe27ef4868bbece78303e734b17f682514db546 (patch) | |
| tree | 8e778cfcb86d0a41f484a073af10cb656684d5b3 /srcs/juloo.keyboard2/Config.java | |
| parent | 51ce2ccdf1937ccab56a3095b0bf29756b9a67ec (diff) | |
| download | unexpected-keyboard-0fe27ef4868bbece78303e734b17f682514db546.tar.gz unexpected-keyboard-0fe27ef4868bbece78303e734b17f682514db546.zip | |
Add theme 'ePaper' (#287)
* Add theme 'ePaper'
Diffstat (limited to 'srcs/juloo.keyboard2/Config.java')
| -rw-r--r-- | srcs/juloo.keyboard2/Config.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/srcs/juloo.keyboard2/Config.java b/srcs/juloo.keyboard2/Config.java index 87ce92d..3eacae3 100644 --- a/srcs/juloo.keyboard2/Config.java +++ b/srcs/juloo.keyboard2/Config.java @@ -317,6 +317,7 @@ final class Config case "black": return R.style.Black; case "dark": return R.style.Dark; case "white": return R.style.White; + case "epaper": return R.style.ePaper; default: case "system": if (Build.VERSION.SDK_INT >= 8) |
