Merge "Update vpn icon from setting gear to vpn key." into oc-dev

This commit is contained in:
TreeHugger Robot
2017-05-02 02:23:34 +00:00
committed by Android (Google) Code Review

View File

@@ -34,7 +34,7 @@ public class LegacyVpnPreference extends ManageablePreference {
LegacyVpnPreference(Context context) {
super(context, null /* attrs */);
setIcon(R.drawable.ic_settings_24dp);
setIcon(R.drawable.ic_vpn_key);
}
public VpnProfile getProfile() {