summaryrefslogtreecommitdiffstats
path: root/res/layout/dialpad_key_pound.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/dialpad_key_pound.xml')
-rw-r--r--res/layout/dialpad_key_pound.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/dialpad_key_pound.xml b/res/layout/dialpad_key_pound.xml
index fd90b88..3294918 100644
--- a/res/layout/dialpad_key_pound.xml
+++ b/res/layout/dialpad_key_pound.xml
@@ -18,8 +18,8 @@
android:id="@+id/pound"
style="@style/DialpadKeyButtonStyle">
<LinearLayout
- style="@style/DialpadKeyInternalLayoutStyle" >
- <com.android.phone.common.dialpad.DialpadTextView
+ style="@style/SpecialCharInternalLayoutStyle" >
+ <TextView
android:id="@id/dialpad_key_number"
style="@style/DialpadKeyPoundStyle"/>
</LinearLayout>