diff options
| author | 2011-07-15 15:22:56 -0700 | |
|---|---|---|
| committer | 2011-07-15 15:22:56 -0700 | |
| commit | f604c6f6a9bee6496393fe7c91065ad4ea73752c (patch) | |
| tree | 3915c325cc0b7806fa520e9955098848fb5a847c | |
| parent | 755c7dc48d009914feae01ba8c79c3b0b911b932 (diff) | |
| parent | 8f6fdf448cdb4f2725739dbb26ada6f10c7f6092 (diff) | |
Merge "VpnDialogs: change paddings."
| -rw-r--r-- | packages/VpnDialogs/res/layout/confirm.xml | 2 | ||||
| -rw-r--r-- | packages/VpnDialogs/res/layout/manage.xml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/VpnDialogs/res/layout/confirm.xml b/packages/VpnDialogs/res/layout/confirm.xml index 5ab6ee23b894..11a247a633aa 100644 --- a/packages/VpnDialogs/res/layout/confirm.xml +++ b/packages/VpnDialogs/res/layout/confirm.xml @@ -18,7 +18,7 @@ <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:padding="5mm"> + android:padding="3mm"> <ImageView android:id="@+id/icon" android:layout_width="@android:dimen/app_icon_size" diff --git a/packages/VpnDialogs/res/layout/manage.xml b/packages/VpnDialogs/res/layout/manage.xml index 330b8e3d7b5f..3dcbb469ecf5 100644 --- a/packages/VpnDialogs/res/layout/manage.xml +++ b/packages/VpnDialogs/res/layout/manage.xml @@ -18,6 +18,7 @@ <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:padding="3mm" android:stretchColumns="0,1"> <TableRow> |