From 6719d39db189a97638d99e848d477896e294628f Mon Sep 17 00:00:00 2001 From: Tom Taylor Date: Thu, 15 Oct 2009 11:01:26 -0700 Subject: [PATCH] Fix alert dialog separator Update the line that separates the alert dialog's title from a custom view with the correct asset to match the rest of the UI. --- core/res/res/layout/alert_dialog.xml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/core/res/res/layout/alert_dialog.xml b/core/res/res/layout/alert_dialog.xml index cf2de055ead49..40e3f42e0ae27 100644 --- a/core/res/res/layout/alert_dialog.xml +++ b/core/res/res/layout/alert_dialog.xml @@ -50,11 +50,11 @@ android:paddingTop="6dip" android:paddingRight="10dip" android:src="@drawable/ic_dialog_info" /> - + android:src="@android:drawable/divider_horizontal_dark" /> @@ -88,7 +86,7 @@ android:padding="5dip" /> - + - + - +