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

am: 74327fa4f0

Change-Id: Ib711284c7071766d516d5b0e653f1b01da0f13bd
This commit is contained in:
Fan Zhang
2017-05-02 02:28:10 +00:00
committed by android-build-merger

View File

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