diff options
| author | 2016-03-03 16:56:35 -0800 | |
|---|---|---|
| committer | 2016-03-03 16:58:16 -0800 | |
| commit | d455d8422d88bad01b57a3bdd5372ade3ab6be58 (patch) | |
| tree | 26abd6c2f79189b13e08e5bfdd87faa059dabfcb | |
| parent | cd84059ff4a3265988894ea2803721ec7a5aa9ef (diff) | |
Shrink top padding of suggestion container.
Bug: 27340664
Change-Id: I3aa190febc88bc2322263d34d6be2256356146dd
| -rw-r--r-- | core/res/res/layout/text_edit_suggestion_container_material.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/text_edit_suggestion_container_material.xml b/core/res/res/layout/text_edit_suggestion_container_material.xml index 15b18dd057e8..d1c65c05b7f1 100644 --- a/core/res/res/layout/text_edit_suggestion_container_material.xml +++ b/core/res/res/layout/text_edit_suggestion_container_material.xml @@ -33,7 +33,7 @@ android:id="@+id/suggestionContainer" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingTop="8dp" + android:paddingTop="4dp" android:paddingBottom="0dp" android:divider="@null" /> <LinearLayout |