Merge "VPN screen clean up"

This commit is contained in:
TreeHugger Robot
2017-03-08 01:53:22 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
<LinearLayout android:layout_width="match_parent" <LinearLayout android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical" android:orientation="vertical"
android:padding="8dp"> android:padding="24dp">
<LinearLayout android:id="@+id/editor" <LinearLayout android:id="@+id/editor"
android:layout_width="match_parent" android:layout_width="match_parent"

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.mipmap.ic_launcher_settings); setIcon(R.drawable.ic_settings_24dp);
} }
public VpnProfile getProfile() { public VpnProfile getProfile() {