diff options
author | Dianne Hackborn <> | 2009-03-27 18:26:13 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-27 18:26:13 -0700 |
commit | b850427a755a7a8a53f1f825d87063ca8be185d8 (patch) | |
tree | 15f73e38f336dd2f4815f5086003decea8743ff6 | |
parent | 3870a95435b69607384691fc915d0d150b96e21d (diff) | |
download | frameworks_base-b850427a755a7a8a53f1f825d87063ca8be185d8.zip frameworks_base-b850427a755a7a8a53f1f825d87063ca8be185d8.tar.gz frameworks_base-b850427a755a7a8a53f1f825d87063ca8be185d8.tar.bz2 |
AI 143214: am: CL 143009 More work on issue #1739507 (kila-user build is too big): remove some unused application resources I found.
Original author: hackbod
Merged from: //branches/cupcake/...
Automated import of CL 143214
-rw-r--r-- | core/java/android/widget/TwoLineListItem.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/java/android/widget/TwoLineListItem.java b/core/java/android/widget/TwoLineListItem.java index 77ea645..eab6f2d 100644 --- a/core/java/android/widget/TwoLineListItem.java +++ b/core/java/android/widget/TwoLineListItem.java @@ -36,8 +36,7 @@ import android.widget.RelativeLayout; * that can be displayed when a TwoLineListItem has focus. Android supplies a * {@link android.R.layout#two_line_list_item standard layout resource for TwoLineListView} * (which does not include a selected item icon), but you can design your own custom XML - * layout for this object as shown here:</p> - * {@sample packages/apps/Phone/res/layout/dialer_list_item.xml} + * layout for this object. * * @attr ref android.R.styleable#TwoLineListItem_mode */ |