summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/contactgrid/res/values/dimens.xml
diff options
context:
space:
mode:
authorerfanian <erfanian@google.com>2017-10-02 14:28:41 -0700
committerEric Erfanian <erfanian@google.com>2017-10-03 10:40:26 -0700
commitdf3893d3ea8206a2d21c2a271a7f2ea2da681775 (patch)
tree9160ceb0e2c255c8b4ab461392a0c2254b80b886 /java/com/android/incallui/contactgrid/res/values/dimens.xml
parent259c569c371f6b24ab940a90a9a4c504f0b6fe3b (diff)
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 <erfanian@google.com> Author: Kousuke Kitahara <kousuke.kitahara@sony.com> Bug: 66075997 Test: scuba tests PiperOrigin-RevId: 170753786 Change-Id: Ifde98a8c04ba3dc2233439957a74fc4f54b444fa
Diffstat (limited to 'java/com/android/incallui/contactgrid/res/values/dimens.xml')
-rw-r--r--java/com/android/incallui/contactgrid/res/values/dimens.xml22
1 files changed, 22 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources>
+
+ <!-- Dimensions for connection icons -->
+ <dimen name="contactgrid_connection_icon_margin_end">10dp</dimen>
+</resources> \ No newline at end of file