Stop using framework-private switch asset
BUG: 16467249 Change-Id: I0829c3dea522cf59e0f92046ea7c6092d416ad4c
This commit is contained in:
@@ -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