Skip to content

Commit

Permalink
Increased per page emoji count for 'small' displays
Browse files Browse the repository at this point in the history
  • Loading branch information
MajeurAndroid authored and dslul committed Dec 13, 2020
1 parent 26b51fa commit 629fd56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@
<dimen name="config_gesture_floating_preview_round_radius">2dp</dimen>

<!-- Emoji keyboard -->
<fraction name="config_emoji_keyboard_key_width">14.2857%p</fraction>
<fraction name="config_emoji_keyboard_key_width">12.5%p</fraction>
<fraction name="config_emoji_keyboard_row_height">33%p</fraction>
<fraction name="config_emoji_keyboard_key_letter_size">68%p</fraction>
<integer name="config_emoji_keyboard_max_page_key_count">21</integer>
<integer name="config_emoji_keyboard_max_page_key_count">24</integer>

<!-- Key codes of hardware keys that can be used to toggle the Emoji layout.
Each array defines a comma-separated tuple containing:
Expand Down

0 comments on commit 629fd56

Please sign in to comment.