diff --git a/src/com/android/settings/bluetooth/BluetoothProfilePreference.java b/src/com/android/settings/bluetooth/BluetoothProfilePreference.java index e334867ec28..8f6d0a29874 100644 --- a/src/com/android/settings/bluetooth/BluetoothProfilePreference.java +++ b/src/com/android/settings/bluetooth/BluetoothProfilePreference.java @@ -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); }