OSDN Git Service

am 68634c1c: Fixes OutOfMemoryError on Home.
authorRomain Guy <romainguy@android.com>
Thu, 16 Jul 2009 01:14:58 +0000 (18:14 -0700)
committerAndroid Git Automerger <android-git-automerger@android.com>
Thu, 16 Jul 2009 01:14:58 +0000 (18:14 -0700)
Merge commit '68634c1c320bba0d9a49c2ad6ed78e244e89a57b'

* commit '68634c1c320bba0d9a49c2ad6ed78e244e89a57b':
  Fixes OutOfMemoryError on Home.

res/layout/rename_folder.xml

index ba78995..cbb42b4 100644 (file)
@@ -36,6 +36,7 @@
         android:autoText="false"
         android:capitalize="none"
         android:gravity="fill_horizontal"
+        android:maxLength="30"
         android:textAppearance="?android:attr/textAppearanceMedium" />
 
 </LinearLayout>