Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3a83470 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "VPN screen clean up"

parents dde06062 b43bc628
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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() {