summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Michael Kwan <mkwan@google.com> 2016-10-07 15:59:06 -0700
committer Michael Kwan <mkwan@google.com> 2016-10-07 15:59:06 -0700
commitac29ce3fe244564d02116577a5991a44fa32b9fd (patch)
tree36901673f7d9400a88bbde5d4a818ae009fe635a
parent5a89a106c6f3fef9064313de2e7bfd950f74b1c1 (diff)
Fix issue where icon was not centered properly.
Bug: 29250733 Change-Id: I5816e77fa3cb27ba92027e40e1c5cc51279ca8d2
-rw-r--r--core/res/res/layout-round-watch/alert_dialog_title_material.xml1
1 files changed, 1 insertions, 0 deletions
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" />