summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-03-12 01:02:34 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-12 01:02:34 +0000
commit2b293cc57273fea081323098a86ef1631c55240c (patch)
treeb759d48acdd182e2077269c90c261f4c2bcf1ea8 /InCallUI
parentef5a75f220f98d9616462373db9057dd4de6872c (diff)
parentb76c36b518f57a9426cc21adfb16c552b86b592c (diff)
am 1f0d4c7f: Merge "Fix build break" into klp-dev
* commit '1f0d4c7f8be0ba0f87130ebcd846963c5a05473c': Fix build break
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"