summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-03-12 00:59:53 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-03-12 00:59:54 +0000
commitb76c36b518f57a9426cc21adfb16c552b86b592c (patch)
tree1b917eb7b7d4e9a51cca1e93844c917d7ad1b94a /InCallUI
parentaeeec7e4ac819289fe977704c6b55a754c019f85 (diff)
parentdb35a88a617d7b46e10f099a4bb598f1f80ac6c0 (diff)
Merge "Fix build break" into klp-dev
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"