diff options
author | 2013-12-02 18:38:03 +0900 | |
---|---|---|
committer | 2013-12-02 20:01:15 +0900 | |
commit | 8c6052bce1447076dcc61ea7d44df5d67bdf5a61 (patch) | |
tree | ab7aa4c7b5349f4683946b11b5e7110d7a430bba /java/res/xml/kbd_suggestions_pane_template.xml | |
parent | 5a9c78855aa2feaafdaa62e0571ec9c53726ee51 (diff) | |
download | latinime-8c6052bce1447076dcc61ea7d44df5d67bdf5a61.tar.gz latinime-8c6052bce1447076dcc61ea7d44df5d67bdf5a61.tar.xz latinime-8c6052bce1447076dcc61ea7d44df5d67bdf5a61.zip |
Add config_ prefix to the resource names merged from dimens.xml
Change-Id: I6fb11b8cb52c06b805fb17d61450d7df50e4e20d
Diffstat (limited to 'java/res/xml/kbd_suggestions_pane_template.xml')
-rw-r--r-- | java/res/xml/kbd_suggestions_pane_template.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/xml/kbd_suggestions_pane_template.xml b/java/res/xml/kbd_suggestions_pane_template.xml index 21316e6bb..5b4f60673 100644 --- a/java/res/xml/kbd_suggestions_pane_template.xml +++ b/java/res/xml/kbd_suggestions_pane_template.xml @@ -20,6 +20,6 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" latin:keyWidth="10%p" - latin:rowHeight="@dimen/more_suggestions_row_height" + latin:rowHeight="@dimen/config_more_suggestions_row_height" > </Keyboard> |