From df3893d3ea8206a2d21c2a271a7f2ea2da681775 Mon Sep 17 00:00:00 2001 From: erfanian Date: Mon, 2 Oct 2017 14:28:41 -0700 Subject: Fix issue that the connection icon is placed a little left from center When status text is empty, VoWiFi icon is placed a bit left from center because the view of connection icon is containing margin between the tatus text. Fix to remove margin from the icon when the text is empty. Public-Origin-Change-Id: Ic302104d85fa9114bebb5688f3e8028d398d1921 Signed-off-by: Eric Erfanian Author: Kousuke Kitahara Bug: 66075997 Test: scuba tests PiperOrigin-RevId: 170753786 Change-Id: Ifde98a8c04ba3dc2233439957a74fc4f54b444fa --- .../incallui/contactgrid/res/values/dimens.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 java/com/android/incallui/contactgrid/res/values/dimens.xml (limited to 'java/com/android/incallui/contactgrid/res/values/dimens.xml') diff --git a/java/com/android/incallui/contactgrid/res/values/dimens.xml b/java/com/android/incallui/contactgrid/res/values/dimens.xml new file mode 100644 index 000000000..82bae43b0 --- /dev/null +++ b/java/com/android/incallui/contactgrid/res/values/dimens.xml @@ -0,0 +1,22 @@ + + + + + + + 10dp + \ No newline at end of file -- cgit v1.2.3