summaryrefslogtreecommitdiffstats
path: root/res/layout/dialpad_key_zero.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/dialpad_key_zero.xml')
-rw-r--r--res/layout/dialpad_key_zero.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/dialpad_key_zero.xml b/res/layout/dialpad_key_zero.xml
index 11805f1..e37a14d 100644
--- a/res/layout/dialpad_key_zero.xml
+++ b/res/layout/dialpad_key_zero.xml
@@ -26,12 +26,12 @@
<!-- Note in the referenced styles that we assign hard widths to these components
because we want them to line up vertically when we arrange them in an MxN grid -->
- <com.android.phone.common.dialpad.DialpadTextView
+ <TextView
android:id="@+id/dialpad_key_number"
style="@style/DialpadBottomKeyNumberStyle" />
<TextView
android:id="@+id/dialpad_key_letters"
- style="@style/DialpadKeyLettersStyle" />
+ style="@style/DialpadKeyPlusStyle" />
</LinearLayout>
</com.android.phone.common.dialpad.DialpadKeyButton>