diff options
author | 2010-09-16 04:45:56 -0700 | |
---|---|---|
committer | 2010-09-16 04:45:56 -0700 | |
commit | 6fecf0796c985d6a9bb5a9865c71839c19f99e11 (patch) | |
tree | 7f8eb1c75a30ff455564137944ccd2bc0fcf7000 /java/res/layout | |
parent | 490da4301f94a59c341a2b168030f26cc01b62a4 (diff) | |
parent | 37a8c654a0cb9728451623dc1eed13ec9767b889 (diff) | |
download | latinime-6fecf0796c985d6a9bb5a9865c71839c19f99e11.tar.gz latinime-6fecf0796c985d6a9bb5a9865c71839c19f99e11.tar.xz latinime-6fecf0796c985d6a9bb5a9865c71839c19f99e11.zip |
am 37a8c654: am 809bef52: Merge "Increase gradient of suggestion bar" into gingerbread
Merge commit '37a8c654a0cb9728451623dc1eed13ec9767b889'
* commit '37a8c654a0cb9728451623dc1eed13ec9767b889':
Increase gradient of suggestion bar
Diffstat (limited to 'java/res/layout')
-rw-r--r-- | java/res/layout/candidates.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/res/layout/candidates.xml b/java/res/layout/candidates.xml index 478e20ba1..b89d44290 100644 --- a/java/res/layout/candidates.xml +++ b/java/res/layout/candidates.xml @@ -31,6 +31,8 @@ android:layout_width="wrap_content" android:layout_height="@dimen/candidate_strip_height" android:layout_weight="1" + android:fadingEdge="horizontal" + android:fadingEdgeLength="@dimen/candidate_strip_fading_edge_length" /> </LinearLayout> |