summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-03-11 17:53:32 -0700
committerYorke Lee <yorkelee@google.com>2014-03-11 17:54:38 -0700
commitdb35a88a617d7b46e10f099a4bb598f1f80ac6c0 (patch)
tree4c65cb8f7bcc76386b83b43499650b11e3502aa4 /InCallUI
parent30c8387f8d446b23d96bc2a99679324e9a21418f (diff)
Fix build break
Change-Id: I0f272975a5132b6278b686d41bf235cb1d0cd21f
Diffstat (limited to 'InCallUI')
-rw-r--r--InCallUI/res/layout/dialpad.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/InCallUI/res/layout/dialpad.xml b/InCallUI/res/layout/dialpad.xml
index d537e6200..2b5644b11 100644
--- a/InCallUI/res/layout/dialpad.xml
+++ b/InCallUI/res/layout/dialpad.xml
@@ -51,7 +51,7 @@
<LinearLayout
style="@style/DialpadKeyInternalLayoutStyle">
<TextView
- android:id="@id/dialpad_key_number"
+ android:id="@+id/dialpad_key_number"
style="@style/DialpadKeyStarPoundStyle" />
<View
android:layout_height="match_parent"