diff options
| author | jaguillo | 2015-10-28 00:39:20 +0100 |
|---|---|---|
| committer | jaguillo | 2015-10-28 00:39:20 +0100 |
| commit | 804e9a7adcc58d81327873ba787c2230eeee350b (patch) | |
| tree | 5edc844ba40b4f3c022b08f89cbd32fb0238661f /res | |
| parent | 8716801261b2f1f494b97fb33d17520bba97340d (diff) | |
| download | unexpected-keyboard-804e9a7adcc58d81327873ba787c2230eeee350b.tar.gz unexpected-keyboard-804e9a7adcc58d81327873ba787c2230eeee350b.zip | |
Fix some bugs + Try to show a preview popup
Diffstat (limited to 'res')
| -rw-r--r-- | res/layout/emoji_pane.xml | 1 | ||||
| -rw-r--r-- | res/values/colors.xml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/emoji_pane.xml b/res/layout/emoji_pane.xml index f1adade..d44c4fc 100644 --- a/res/layout/emoji_pane.xml +++ b/res/layout/emoji_pane.xml @@ -51,7 +51,6 @@ <juloo.keyboard2.EmojiGridView android:id="@+id/emoji_grid" android:background="@color/bg" - android:textColor="@color/emoji_key_text" android:layout_width="fill_parent" android:layout_height="@dimen/emoji_grid_height" /> diff --git a/res/values/colors.xml b/res/values/colors.xml index e96c14b..e3a2cff 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -7,7 +7,7 @@ <item name="key_label_locked" type="color">#229933</item> <item name="key_sub_label" type="color">#BDBDBD</item> <item name="emoji_button_bg" type="color">#202020</item> - <item name="emoji_emoji_bg" type="color">#00FFFFFF</item> + <item name="emoji_color" type="color">#FFFFFF</item> <item name="emoji_key_bg" type="color">@color/emoji_button_bg</item> <item name="emoji_key_text" type="color">@color/key_label</item> </resources> |
