OSDN Git Service

Show the first 100 lines of a note (showed only the first 10 lines before)
authorDaniel Lehmann <lehmannd@google.com>
Fri, 26 Feb 2010 00:09:46 +0000 (16:09 -0800)
committerDaniel Lehmann <lehmannd@google.com>
Fri, 26 Feb 2010 00:09:46 +0000 (16:09 -0800)
Bug: 2472544

Change-Id: I8508ec3848809b3f805048dbb9cc015d1c3ff9df

src/com/android/contacts/ViewContactActivity.java

index 5313c28..168da46 100644 (file)
@@ -908,7 +908,7 @@ public class ViewContactActivity extends Activity
                     } else if (Note.CONTENT_ITEM_TYPE.equals(mimeType) && hasData) {
                         // Build note entries
                         entry.uri = null;
-                        entry.maxLines = 10;
+                        entry.maxLines = 100;
                         mOtherEntries.add(entry);
                     } else if (Website.CONTENT_ITEM_TYPE.equals(mimeType) && hasData) {
                         // Build note entries