diff options
author | 2010-09-16 04:43:33 -0700 | |
---|---|---|
committer | 2010-09-16 04:43:33 -0700 | |
commit | 37a8c654a0cb9728451623dc1eed13ec9767b889 (patch) | |
tree | ed935498523f679041b0063472421f224a8c7f73 /java/res/layout | |
parent | 37600e29ab7cfe95a7c5c340e44ca9dbbee0adfb (diff) | |
parent | 809bef520b4d062915f6aa85dd5690498e0c4fc8 (diff) | |
download | latinime-37a8c654a0cb9728451623dc1eed13ec9767b889.tar.gz latinime-37a8c654a0cb9728451623dc1eed13ec9767b889.tar.xz latinime-37a8c654a0cb9728451623dc1eed13ec9767b889.zip |
am 809bef52: Merge "Increase gradient of suggestion bar" into gingerbread
Merge commit '809bef520b4d062915f6aa85dd5690498e0c4fc8' into gingerbread-plus-aosp
* commit '809bef520b4d062915f6aa85dd5690498e0c4fc8':
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> |