abouttreesummaryrefslogcommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorJules Aguillon2023-10-28 20:14:32 +0200
committerJules Aguillon2023-10-28 20:14:32 +0200
commit148bed769a14f9f5efed84e8d9391e0ace813bd2 (patch)
tree80b0e2297e4abbef58ef4cfea705d60e57957f5c /res/values
parent3d36ecb34d0555097d6cc82071acdda4e97b0a90 (diff)
downloadunexpected-keyboard-148bed769a14f9f5efed84e8d9391e0ace813bd2.tar.gz
unexpected-keyboard-148bed769a14f9f5efed84e8d9391e0ace813bd2.zip
Add left/right slider to the emoji pane
This entirely changes the implementation of the bottom row in the emoji pane.
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index d3283a7..fc753c3 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -8,15 +8,6 @@
<item name="android:textColor">?attr/emoji_key_text</item>
<item name="android:textSize">18dp</item>
</style>
- <style name="emojiKeyButton">
- <item name="android:layout_width">0px</item>
- <item name="android:layout_height">wrap_content</item>
- <item name="android:layout_weight">1</item>
- <item name="android:padding">0px</item>
- <item name="android:background">?attr/emoji_key_bg</item>
- <item name="android:textColor">?attr/emoji_key_text</item>
- <item name="android:textSize">18dp</item>
- </style>
<style name="emojiGridButton">
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">fill_parent</item>