Merge "Flip the icon states for Bluetooth profile auto-connect settings" into honeycomb-mr1

This commit is contained in:
Justin Ho
2011-03-15 16:46:49 -07:00
committed by Android (Google) Code Review

View File

@@ -78,8 +78,8 @@ final class BluetoothProfilePreference extends Preference implements OnClickList
mProfileExpandView.setOnClickListener(this);
mProfileExpandView.setTag(mProfile);
mProfileExpandView.setImageResource(mExpanded
? com.android.internal.R.drawable.expander_open_holo_dark
: com.android.internal.R.drawable.expander_close_holo_dark);
? com.android.internal.R.drawable.expander_close_holo_dark
: com.android.internal.R.drawable.expander_open_holo_dark);
} else {
mProfileExpandView.setVisibility(View.GONE);
}