Merge "Stop using framework-private switch asset" into lmp-dev

This commit is contained in:
Alan Viverette
2014-07-22 23:23:21 +00:00
committed by Android (Google) Code Review
5 changed files with 8 additions and 67 deletions

View File

@@ -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