Loading res/layout/vpn_dialog.xml +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" android:padding="8dp"> android:padding="24dp"> <LinearLayout android:id="@+id/editor" android:layout_width="match_parent" Loading src/com/android/settings/vpn2/LegacyVpnPreference.java +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ public class LegacyVpnPreference extends ManageablePreference { LegacyVpnPreference(Context context) { super(context, null /* attrs */); setIcon(R.mipmap.ic_launcher_settings); setIcon(R.drawable.ic_settings_24dp); } public VpnProfile getProfile() { Loading Loading
res/layout/vpn_dialog.xml +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" android:padding="8dp"> android:padding="24dp"> <LinearLayout android:id="@+id/editor" android:layout_width="match_parent" Loading
src/com/android/settings/vpn2/LegacyVpnPreference.java +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ public class LegacyVpnPreference extends ManageablePreference { LegacyVpnPreference(Context context) { super(context, null /* attrs */); setIcon(R.mipmap.ic_launcher_settings); setIcon(R.drawable.ic_settings_24dp); } public VpnProfile getProfile() { Loading