Avoid using the 'sample' syntax to refer to Phone Application, in the core.

This adds a build dependency on the PhoneApp, and the core build fails on
configurations that do not have Phone Application.

Build Error:
frameworks/base/core/java/android/widget/TwoLineListItem.java:31: error 2: Error reading file for include "" packages/apps/Phone/res/layout/dialer_list_item.xml
This commit is contained in:
Jeyprakash
2008-11-22 15:00:24 -08:00
parent 88e728210b
commit 5aa6bb1edd

View File

@@ -36,8 +36,8 @@ 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 as shown in the Phone Application.
* (packages/apps/Phone/res/layout/dialer_list_item.xml)
*
* @attr ref android.R.styleable#TwoLineListItem_mode
*/