From 8e4e7263e5abdb83567ddff8fc09a21948ad21c8 Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Mon, 22 Feb 2010 15:18:14 -0800 Subject: [PATCH] Standard alert dialogs overscroll only when content scrolls --- core/res/res/layout/alert_dialog.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/res/res/layout/alert_dialog.xml b/core/res/res/layout/alert_dialog.xml index 7ae68f900b451..25a41f867df93 100644 --- a/core/res/res/layout/alert_dialog.xml +++ b/core/res/res/layout/alert_dialog.xml @@ -80,7 +80,8 @@ android:paddingTop="2dip" android:paddingBottom="12dip" android:paddingLeft="14dip" - android:paddingRight="10dip"> + android:paddingRight="10dip" + android:overscrollMode="ifContentScrolls">