am dce7719c
: am dc4f7ac4
: Merge "Flip the icon states for Bluetooth profile auto-connect settings" into honeycomb-mr1
* commit 'dce7719cb86104920ce0305bb4f5971dc18374b3': Flip the icon states for Bluetooth profile auto-connect settings
This commit is contained in:
@@ -78,8 +78,8 @@ final class BluetoothProfilePreference extends Preference implements OnClickList
|
|||||||
mProfileExpandView.setOnClickListener(this);
|
mProfileExpandView.setOnClickListener(this);
|
||||||
mProfileExpandView.setTag(mProfile);
|
mProfileExpandView.setTag(mProfile);
|
||||||
mProfileExpandView.setImageResource(mExpanded
|
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 {
|
} else {
|
||||||
mProfileExpandView.setVisibility(View.GONE);
|
mProfileExpandView.setVisibility(View.GONE);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user