diff options
| author | jaguillo | 2015-10-27 14:39:27 +0100 |
|---|---|---|
| committer | jaguillo | 2015-10-27 14:39:27 +0100 |
| commit | ed53b1a23b25085305dbb5a14a9ec76121d171da (patch) | |
| tree | b8dbbb1b90d6907e2a89591f92783436aa032e09 /res/values | |
| parent | 2c859f30a64606377c8b9ee5bb7eea3e8389b51f (diff) | |
| download | unexpected-keyboard-ed53b1a23b25085305dbb5a14a9ec76121d171da.tar.gz unexpected-keyboard-ed53b1a23b25085305dbb5a14a9ec76121d171da.zip | |
Fix crash + Fix emoji type buttons
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/styles.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml new file mode 100644 index 0000000..6b23f82 --- /dev/null +++ b/res/values/styles.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <style name="emojiTypeButton"> + <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">@color/emoji_button_bg</item> + <item name="android:textColor">@color/emoji_key_text</item> + <item name="android:textSize">@dimen/label_text_size</item> + </style> +</resources> |
