From ac29ce3fe244564d02116577a5991a44fa32b9fd Mon Sep 17 00:00:00 2001 From: Michael Kwan Date: Fri, 7 Oct 2016 15:59:06 -0700 Subject: [PATCH] Fix issue where icon was not centered properly. Bug: 29250733 Change-Id: I5816e77fa3cb27ba92027e40e1c5cc51279ca8d2 --- core/res/res/layout-round-watch/alert_dialog_title_material.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/res/res/layout-round-watch/alert_dialog_title_material.xml b/core/res/res/layout-round-watch/alert_dialog_title_material.xml index 027991106c5a..7e71e4180341 100644 --- a/core/res/res/layout-round-watch/alert_dialog_title_material.xml +++ b/core/res/res/layout-round-watch/alert_dialog_title_material.xml @@ -24,6 +24,7 @@ android:maxHeight="24dp" android:maxWidth="24dp" android:layout_marginTop="12dp" + android:layout_gravity="center_horizontal" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@null" /> -- 2.11.0