Use expander assets for bluetooth profile preference.
Also adjust some padding and set correct highlight background. Bug: 3383060 Change-Id: I5a4abe98c49efd156523085418958b69df6c8d85
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user