mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-11-25 08:43:24 +01:00
f4d88cc087
Among others: - Use `apply` instead of `commit` when saving shared preferences. - Avoid inlined Api - Remove unused resources
10 lines
402 B
XML
10 lines
402 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<dimen name="margin_top">3dp</dimen>
|
|
<dimen name="key_padding">2dp</dimen>
|
|
<dimen name="emoji_grid_height">250dp</dimen>
|
|
<dimen name="emoji_text_size">28dp</dimen>
|
|
<dimen name="pref_button_size">28dp</dimen>
|
|
<bool name="debug_logs">false</bool> <!-- Will be overwritten automatically by Gradle for the debug build variant -->
|
|
</resources>
|