diff options
author | 2012-06-13 12:24:28 -0700 | |
---|---|---|
committer | 2012-06-13 12:24:28 -0700 | |
commit | 14cecd594380bc520fd24bbf12f08006952779b4 (patch) | |
tree | 9654696950d6ec7fa628c7e62def9ab1dc00898e /java | |
parent | bbd7434229f1c3d4c888da37197867d3d9cc0282 (diff) | |
parent | efd308f5485b7459ab62e4e20fe95cf846ed6c47 (diff) | |
download | latinime-14cecd594380bc520fd24bbf12f08006952779b4.tar.gz latinime-14cecd594380bc520fd24bbf12f08006952779b4.tar.xz latinime-14cecd594380bc520fd24bbf12f08006952779b4.zip |
am efd308f5: am 3baa7767: Fix one letter suggestion text size on more suggestions panel
* commit 'efd308f5485b7459ab62e4e20fe95cf846ed6c47':
Fix one letter suggestion text size on more suggestions panel
Diffstat (limited to 'java')
-rw-r--r-- | java/res/layout/more_suggestions.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/res/layout/more_suggestions.xml b/java/res/layout/more_suggestions.xml index 49a00c6b5..b41bb8aa4 100644 --- a/java/res/layout/more_suggestions.xml +++ b/java/res/layout/more_suggestions.xml @@ -29,6 +29,7 @@ android:id="@+id/more_suggestions_view" android:layout_width="wrap_content" android:layout_height="wrap_content" + latin:keyLetterSize="@dimen/suggestion_text_size" latin:keyLabelSize="@dimen/suggestion_text_size" latin:keyHintLetterRatio="@fraction/more_suggestions_info_ratio" latin:keyHintLetterColor="@android:color/white" |