commit | 23938cc780c3f466c6fa8b883bf36d2e7ab5d745 | [log] [tgz] |
---|---|---|
author | Daniel Lehmann <lehmannd@google.com> | Tue Oct 19 18:08:12 2010 -0700 |
committer | Daniel Lehmann <lehmannd@google.com> | Tue Oct 19 18:08:12 2010 -0700 |
tree | 182c2828020570c9e335865bf1ccc18c2fbad97c | |
parent | 1f7e66570992220cb7ed3a93750829311305e234 [diff] |
Move Organization up to the top in the Editor Change-Id: I8cb32521232e324ccbb76eb2a0e2e56f67957e1a
diff --git a/src/com/android/contacts/model/FallbackAccountType.java b/src/com/android/contacts/model/FallbackAccountType.java index ea80cbd..4519bae 100644 --- a/src/com/android/contacts/model/FallbackAccountType.java +++ b/src/com/android/contacts/model/FallbackAccountType.java
@@ -327,7 +327,7 @@ DataKind kind = getKindForMimetype(Organization.CONTENT_ITEM_TYPE); if (kind == null) { kind = addKind(new DataKind(Organization.CONTENT_ITEM_TYPE, - R.string.organizationLabelsGroup, -1, 30, true)); + R.string.organizationLabelsGroup, -1, 5, true)); kind.actionHeader = new SimpleInflater(Organization.COMPANY); kind.actionBody = new SimpleInflater(Organization.TITLE); }