aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorSatoshi Kataoka <satok@google.com>2013-09-06 17:08:34 +0900
committerSatoshi Kataoka <satok@google.com>2013-09-06 17:21:44 +0900
commit741831d32295acfb7675d7e0781a634d78868c63 (patch)
treec37b7fd572e2c279b1cd4eb1512551fb20cc58a4 /java/res
parent98565a9c02175ac8b669e88433191a0e22a395e0 (diff)
downloadlatinime-741831d32295acfb7675d7e0781a634d78868c63.tar.gz
latinime-741831d32295acfb7675d7e0781a634d78868c63.tar.xz
latinime-741831d32295acfb7675d7e0781a634d78868c63.zip
Add margin to the label of language
Change-Id: I48dc63475caf5cc1a1ac09b82b26fbeaef993fa1
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/dimens.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/res/values/dimens.xml b/java/res/values/dimens.xml
index 599af124c..7de93e6e3 100644
--- a/java/res/values/dimens.xml
+++ b/java/res/values/dimens.xml
@@ -122,4 +122,6 @@
<dimen name="accessibility_edge_slop">8dp</dimen>
<integer name="user_dictionary_max_word_length" translatable="false">48</integer>
+
+ <dimen name="language_on_spacebar_horizontal_margin">1dp</dimen>
</resources>