Merge "Use expander assets for bluetooth profile preference." into honeycomb

This commit is contained in:
Justin Ho
2011-01-25 18:34:10 -08:00
committed by Android (Google) Code Review
4 changed files with 10 additions and 11 deletions

View File

@@ -80,9 +80,9 @@ public class BluetoothProfilePreference extends Preference implements OnClickLis
} else {
mProfileExpandView.setOnClickListener(this);
mProfileExpandView.setTag(mProfile);
mProfileExpandView.setImageResource(mExpanded ? R.drawable.ic_preferences_expanded
: R.drawable.ic_preferences_collapsed);
mProfileExpandView.setImageResource(mExpanded
? com.android.internal.R.drawable.expander_open_holo_dark
: com.android.internal.R.drawable.expander_close_holo_dark);
}
}