From 64c7c8ce20e2e49b2bf3ee13da9a3def5a57a7d7 Mon Sep 17 00:00:00 2001
From: Jules Aguillon
Date: Sun, 13 Nov 2022 20:53:06 +0100
Subject: Draw borders and update themes
Themes can define the color of each borders independently. Every borders
must have the same width for now. It's possible to set a different width
when the key is activated, thought this is only used to remove borders.
The 4 themes are updated to take advantage of borders.
---
res/values/themes.xml | 33 +++++++++++++++++++++++++++++++--
1 file changed, 31 insertions(+), 2 deletions(-)
(limited to 'res/values')
diff --git a/res/values/themes.xml b/res/values/themes.xml
index b23beda..671912e 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -14,8 +14,14 @@
-
+
+
+
+
+
+
+
@@ -30,6 +36,8 @@
- ?attr/colorKeyboard
- ?attr/android:isLightTheme
- 5dp
+ - 0dp
+ - 0dp
- ?attr/emoji_button_bg
- ?attr/colorLabel
@@ -38,6 +46,9 @@
- #1b1b1b
- #333333
- #1b1b1b
+ - 1.2dp
+ - 0dp
+ - #404040
- #ffffff
- #3399ff
- #33cc33
@@ -51,6 +62,12 @@
- #e3e3e3
- #cccccc
- #e3e3e3
+ - 0.6dp
+ - 0dp
+ - #cccccc
+ - #eeeeee
+ - #cccccc
+ - #aaaaaa
- #000000
- #0066cc
- #33cc33
@@ -64,6 +81,12 @@
- #000000
- #000000
- #333333
+ - 1dp
+ - 1dp
+ - #2a2a2a
+ - #2a2a2a
+ - #2a2a2a
+ - #2a2a2a
- #eeeeee
- #009dff
- #00ff26
@@ -77,7 +100,13 @@
- true
- #ffffff
- #ffffff
- - #cccccc
+ - 1dp
+ - 1dp
+ - #f0f0f0
+ - #f0f0f0
+ - #eeeeee
+ - #eeeeee
+ - #ffffff
- #000000
- #0066cc
- #33cc33
--
cgit v1.2.3