Merge "Stop using framework-private switch asset" into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
47d27bd629
@@ -97,9 +97,6 @@ public class SwitchBar extends LinearLayout implements CompoundButton.OnCheckedC
|
||||
}
|
||||
});
|
||||
|
||||
mSwitch.setTrackResource(R.drawable.switch_track);
|
||||
mSwitch.setThumbResource(R.drawable.switch_inner);
|
||||
|
||||
setOnClickListener(this);
|
||||
|
||||
// Default is hide
|
||||
|
Reference in New Issue
Block a user